Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / abuild
Commits:
7f9f4870 by Robin Candau at 2025-12-03T00:16:03+01:00
upgpkg: 3.15.0-2: Slight PKGBUILD refactoring
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = abuild
pkgdesc = Alpine build tools
pkgver = 3.15.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.alpinelinux.org/alpine/abuild
install = abuild.install
arch = x86_64
@@ -23,7 +23,6 @@ pkgbase = abuild
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
optdepends = perl-json: for cpan resolver
=====================================
PKGBUILD
=====================================
@@ -4,15 +4,15 @@
pkgname=abuild
pkgver=3.15.0
-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' 'fakeroot')
+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'
+optdepends=('perl: for cpan resolver'
'perl-libwww: for cpan resolver'
'perl-json: for cpan resolver'
'perl-module-build-tiny: for cpan resolver'
@@ -51,6 +51,6 @@ package() {
done
install -Dm 644 "${pkgname}.conf" "${pkgdir}/etc/${pkgname}.conf"
- install -Dm 644 "../${pkgname}.sysusers"
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
- install -Dm 644 "../${pkgname}.tmpfiles"
"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+ install -Dm 644 "${srcdir}/${pkgname}.sysusers"
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
+ install -Dm 644 "${srcdir}/${pkgname}.tmpfiles"
"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/abuild/-/commit/7f9f4870b73bea9a5f75d82eaf1d6c4789a327f6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/abuild/-/commit/7f9f4870b73bea9a5f75d82eaf1d6c4789a327f6
You're receiving this email because of your account on gitlab.archlinux.org.