Package Details: aurutils 20.3-1

Git Clone URL: https://aur.archlinux.org/aurutils.git (read-only, click to copy)
Package Base: aurutils
Description: helper tools for the arch user repository
Upstream URL: https://github.com/AladW/aurutils
Keywords: aur aur-helper helper
Licenses: ISC
Submitter: Alad
Maintainer: Alad (rafasc, cgirard, maximbaz, zoorat)
Last Packager: Alad
Votes: 270
Popularity: 1.70
First Submitted: 2016-03-26 19:17 (UTC)
Last Updated: 2024-10-28 08:40 (UTC)

Dependencies (14)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 Next › Last »

Alad commented on 2017-04-29 23:59 (UTC) (edited on 2018-08-04 23:47 (UTC) by Alad)

Support for repose is removed in master. To migrate before the 2.0 release, see:

https://bbs.archlinux.org/viewtopic.php?pid=1707649#p1707649

Alad commented on 2017-03-30 14:18 (UTC) (edited on 2017-03-30 15:42 (UTC) by Alad)

Fixed in git: https://github.com/AladW/aurutils/commit/64f3454359869347c05bf5fa4705300a4713dfda Probably best to comment the check function for now, as the shellcheck changes are purely stylistic. Arguably make check only makes sense in the -git PKGBUILD anyway.

opotonil commented on 2017-03-29 09:32 (UTC)

Since latest shellcheck upgrade from 0.4.5-1 to 0.4.6-1 I am getting errors on build. The errors (https://travis-ci.org/localnet/aurutilsci/builds/215749579): ==> Starting check()... In bin/aurchain line 55: if [[ ${target[@]} ]]; then ^-- SC2199: Arrays implicitly concatenate in [[ ]]. Use a loop (or explicit * instead of @). In bin/aursift line 34: siftargs+=(--satisfies="$p") ^-- SC2191: The = here is literal. To assign by index, use ( [index]=value ) with no spaces. To keep as literal, quote it. In bin/aursift line 38: if [[ ${pkgset[@]} ]]; then ^-- SC2199: Arrays implicitly concatenate in [[ ]]. Use a loop (or explicit * instead of @). In bin/aursift line 40: siftargs+=(--repo="$p") ^-- SC2191: The = here is literal. To assign by index, use ( [index]=value ) with no spaces. To keep as literal, quote it. In bin/aursift line 50: if [[ ${query[@]} ]]; then ^-- SC2199: Arrays implicitly concatenate in [[ ]]. Use a loop (or explicit * instead of @). In bin/aursync line 129: if [[ ${avail[@]} ]]; then ^-- SC2199: Arrays implicitly concatenate in [[ ]]. Use a loop (or explicit * instead of @). make: *** [Makefile:9: check] Error 1 ==> ERROR: A failure occurred in check(). Aborting...

Alad commented on 2017-03-06 01:21 (UTC) (edited on 2017-03-07 15:29 (UTC) by Alad)

Since the latest devtools upgrade, you'll need to recreate any existing chroots. Do so by deleting the /var/lib/aurbuild/<YOUR ARCH> folder. aurbuild/aursync will recreate it afterwards if the -c switch is specified. If aurcheck does not work, please update to the 1.5.0 version which uses aurcheck -d <YOUR REPO>. See https://github.com/AladW/aurutils/releases/tag/1.5.0 for the full changelog.

runical commented on 2016-10-04 11:37 (UTC) (edited on 2016-10-04 11:38 (UTC) by runical)

I just updated the package to 1.3.5. Main changes: - added pacutils>=0.4 and jq as deps - removed jshon as dep - moved aria2 to opdepends - added parallel to optdepends. The package builds in chroot (kudos on aurbuild btw, it is way nicer to use!) and is functional on my computer.

Alad commented on 2016-10-03 22:51 (UTC)

Note: the 1.3.4 release requires pacutils 0.4 or higher. jshon was replaced with jq, and aria2 (alternatively, parallel) is optional.

Alad commented on 2016-05-16 00:03 (UTC) (edited on 2016-05-16 00:04 (UTC) by Alad)

0.9.1 was released. There are some significant changes from 0.8.5, so please read the release notes and the new man page, aurutils(7). https://github.com/AladW/aurutils/releases/tag/0.9.0 https://github.com/AladW/aurutils/releases/tag/0.9.1

Alad commented on 2016-04-25 10:18 (UTC)

Done, thanks for the report

runical commented on 2016-04-25 10:12 (UTC)

Seems like the checksum update went wrong. Only the .SRCINFO was updated according to the log. Could you update the checksum once more as it is still incorrect?

Alad commented on 2016-04-04 22:14 (UTC) (edited on 2016-04-04 22:15 (UTC) by Alad)

Please note that with 0.4.0., aurchain and aursift now print and check pkgname respectively, instead of pkgbase. https://github.com/AladW/aurutils/issues/84 There are also two new command-line switches: "aursync -u" to find outdated packages in a given repository and build them, and "aursearch -b" to search the AUR pkgbase list.