Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / abuild


Commits:
b98de9c9 by Robin Candau at 2025-01-24T13:59:34+01:00
upgpkg: 3.14.1-2: Add missing 'fakeroot' dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = abuild
        pkgdesc = Alpine build tools
        pkgver = 3.14.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://gitlab.alpinelinux.org/alpine/abuild
        install = abuild.install
        arch = x86_64
@@ -22,6 +22,7 @@ pkgbase = abuild
        depends = bubblewrap
        depends = gettext
        depends = git
+       depends = fakeroot
        optdepends = atools: additional scripts to maintain Alpine packages
        optdepends = perl: for cpan resolver
        optdepends = perl-libwww: for cpan resolver


=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
 
 pkgname=abuild
 pkgver=3.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Alpine build tools"
 url="https://gitlab.alpinelinux.org/alpine/abuild";
 arch=('x86_64')
 license=('GPL-2.0-or-later')
-depends=('alpine-keyring' 'busybox' 'glibc' 'pax-utils' 'openssl' 'apk-tools' 
'attr' 'tar' 'pkgconf' 'lzip' 'curl' 'bubblewrap' 'gettext' 'git')
+depends=('alpine-keyring' 'busybox' 'glibc' 'pax-utils' 'openssl' 'apk-tools' 
'attr' 'tar' 'pkgconf' 'lzip' 'curl' 'bubblewrap' 'gettext' 'git' 'fakeroot')
 makedepends=('zlib' 'scdoc')
 optdepends=('atools: additional scripts to maintain Alpine packages'
             'perl: for cpan resolver'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/abuild/-/commit/b98de9c9297a913d4ad23efe42b0e41aa6342579

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/abuild/-/commit/b98de9c9297a913d4ad23efe42b0e41aa6342579
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to