Package Details: aurutils 19.4-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: custom:ISC
Submitter: Alad
Maintainer: Alad (rafasc, cgirard, maximbaz, zoorat)
Last Packager: Alad
Votes: 265
Popularity: 1.91
First Submitted: 2016-03-26 19:17 (UTC)
Last Updated: 2024-05-07 14:05 (UTC)

Dependencies (14)

Sources (1)

Pinned Comments

Alad commented on 2023-05-21 12:54 (UTC) (edited on 2023-05-21 12:54 (UTC) by Alad)

After the git migration and introduction of pkgctl with devtools 1.0.0, it is recommended to recreate all aurutils chroots and update any pacman configuration in /etc/aurutils/pacman-x86_64.conf.

rm -rf /var/lib/aurbuild
cp /usr/share/devtools/pacman.conf.d/extra.conf /etc/aurutils/pacman-x86_64.conf
vim /etc/aurutils/pacman-x86_64.conf  # add local repository

https://archlinux.org/news/git-migration-completed/

Latest Comments

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

Alad commented on 2017-09-07 14:29 (UTC) (edited on 2017-09-11 06:43 (UTC) by Alad)

I've enabled GPG signing for this package. If you get an "unknown key" error, import the key: gpg --recv-keys DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A and run makepkg again. See the wiki for more information: https://wiki.archlinux.org/index.php/Makepkg#Signature_checking

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?