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: 3.13
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 .. 7 8 9 10 11 12 13 14 15 Next › Last »

Alad commented on 2018-08-04 23:46 (UTC)

Known issues with 1.5.3:

Both issues are solved in aurutils-git.

Alad commented on 2018-03-28 20:11 (UTC)

Thanks :)

runical commented on 2018-03-27 07:39 (UTC) (edited on 2018-03-28 18:56 (UTC) by runical)

I'll probably have some time tomorrow evening. If that isn't a problem, I'll be happy to apply the patches.

E: Currently updating and testing

Alad commented on 2018-03-26 23:29 (UTC) (edited on 2018-03-26 23:40 (UTC) by Alad)

And another series which includes a fix for the split package issue:

https://paste.xinu.at/m-rZo/

edit: I've pushed a new 1.5 branch, so if the above is in working order I can tag a new release from there.

Alad commented on 2018-03-26 22:43 (UTC) (edited on 2018-03-26 22:57 (UTC) by Alad)

@runical if you have some time could you apply and test this new series of patches: (in particular 0005-specify-absolute-paths-for-GIT_DIR-GIT_WORK_TREE.patch)

edit: https://paste.xinu.at/m-anZ/

Alad commented on 2018-03-26 22:24 (UTC)

Should you have "Not a directory" issues with git as of -9, use the following patch:

https://github.com/AladW/aurutils/commit/03a17476ab046961077bde3dad547560e7654f21.patch

Alad commented on 2018-03-25 20:17 (UTC)

https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites

qdii commented on 2018-03-25 19:43 (UTC)

There is a first stage where makepkg tells me I'm missing dependencies. Then I install them, then running makepkg fails because it cannot find "patch", and then once more with "fakeroot".

Maybe add those to the dependency check at first?

Alad commented on 2018-01-27 13:04 (UTC)

Fixed.

Mel commented on 2018-01-27 12:56 (UTC) (edited on 2018-01-27 12:58 (UTC) by Mel)

1.5.3-7 errors out in prepare():

==> Starting prepare()...

patching file bin/aurbuild

patching file bin/aurbuild

patching file bin/aurbuild

Hunk #1 FAILED at 5.

1 out of 1 hunk FAILED -- saving rejects to file bin/aurbuild.rej

patching file bin/aursync

patching file man1/aursync.1

==> ERROR: A failure occurred in prepare().

    Aborting...

cat aurbuild.rej

--- bin/aurbuild
+++ bin/aurbuild
@@ -5,7 +5,7 @@ readonly PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
 set -e

 declare -a gpg_args=(--detach-sign --no-armor --verbose --batch)
-declare -a makechrootpkg_args=(-cnu) makepkg_args=(-Lcrs)
+declare -a makechrootpkg_args=(-cnu) makepkg_args=(-crs)
 declare -i chroot=0 sign_pkg=0

 conf_chroot() {