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.87
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 2 3 4 5 6 7 8 9 10 .. 14 Next › Last »

krakenfury commented on 2020-12-22 17:12 (UTC) (edited on 2020-12-22 17:13 (UTC) by krakenfury)

I guess I haven't installed any new aur packages in a few aurutils releases, because it looks broken for me:

aur sync -c butt
==> Using [custom] repository
  -> butt: (none) -> 0.1.25-1
==> Retrieving package files
From https://aur.archlinux.org/butt
 = [up to date]      master     -> origin/master
Running aur chroot --create --pacman-conf /etc/aurutils/pacman-custom.conf
chroot: /etc/aurutils/pacman-custom.conf is not a file

The man page for aur chroot says the default for --pacman-conf is in /usr/share/devtools/pacman-extra.conf. Am I correct in assuming aur sync -c used to use the default? If so, seems like making a copy of /usr/share/devtools/pacman-extra.conf to /etc/aurutils/pacman-custom.conf is the fix. Apologies if I missed some instruction or communication regarding this.

Alad commented on 2020-11-30 11:18 (UTC) (edited on 2020-11-30 11:19 (UTC) by Alad)

That's an issue with your sudo configuration. You can either set NOPASSWD for pacman/devtools invocations (see man aur-build), or set the timeout to 0.

https://wiki.archlinux.org/index.php/Sudo#Disable_password_prompt_timeout

Also: if the timeout occurred after the build was completed, you can run "pacsync <your repo name>" to reflect the changes in pacman -S.

myridium commented on 2020-11-30 09:35 (UTC)

Please fix the long-standing issue of a sudo: timed out reading password leaving the package database in a state of disrepair.

Alad commented on 2020-11-09 13:17 (UTC) (edited on 2020-11-09 13:34 (UTC) by Alad)

AUR_LIB_DIR was not correctly subsituted in aurutils 3.1.1. The fix is in 3.1.2. To update:

git clone https://aur.archlinux.org/aurutils.git
cd aurutils
/usr/lib/aurutils/aur-build

Alad commented on 2020-11-03 16:12 (UTC)

Thanks, fixed in 3.0.3-2

codicodi commented on 2020-11-03 14:45 (UTC) (edited on 2020-11-03 16:09 (UTC) by codicodi)

3.0.3-1 build fails with: /startdir/PKGBUILD: line 29: cd: aurutils: No such file or directory The source subdir is versioned: aurutils-3.0.3

 build() {
-    cd aurutils
+    cd aurutils-$pkgver
     make
 }

 package() {
-    cd aurutils
+    cd aurutils-$pkgver
     make DESTDIR="$pkgdir" install
 }

Alad commented on 2020-10-29 21:31 (UTC)

Added in 3.0.0-2

nirnakinho commented on 2020-10-29 17:37 (UTC)

The build fails because signify is missing. I guess signify should be added as a makedep.

Regards,

kaurman commented on 2020-09-21 15:34 (UTC)

Makes perfect sense. Thank you!

maximbaz commented on 2020-09-21 15:27 (UTC)

Since 2.3.5 was broken you can't use it to build the latest version, upgrade using makepkg