Package Details: aurutils 20.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: ISC
Submitter: Alad
Maintainer: Alad (rafasc, cgirard, maximbaz, zoorat)
Last Packager: cgirard
Votes: 272
Popularity: 1.76
First Submitted: 2016-03-26 19:17 (UTC)
Last Updated: 2025-01-24 15:06 (UTC)

Dependencies (14)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 15 Next › Last »

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

kaurman commented on 2020-09-21 14:42 (UTC)

I can confirm what FernandoBasso said. 2.3.6b-1 fails to install.