Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / abuild
Commits: 03ce469d by Robin Candau at 2025-01-24T11:07:10+01:00 Update URL - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -2,7 +2,7 @@ pkgbase = abuild pkgdesc = Alpine build tools pkgver = 3.14.1 pkgrel = 1 - url = https://git.alpinelinux.org/abuild + url = https://gitlab.alpinelinux.org/alpine/abuild install = abuild.install arch = x86_64 license = GPL-2.0-or-later ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=abuild pkgver=3.14.1 pkgrel=1 pkgdesc="Alpine build tools" -url="https://git.alpinelinux.org/abuild" +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') @@ -21,7 +21,7 @@ optdepends=('atools: additional scripts to maintain Alpine packages' 'ruby-augeas: for gem resolver') backup=("etc/${pkgname}.conf") install="${pkgname}.install" -source=("https://gitlab.alpinelinux.org/alpine/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz" +source=("${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz" "${pkgname}.sysusers" "${pkgname}.tmpfiles" 'allow_running_abuild_rootbld.patch') @@ -32,7 +32,7 @@ sha512sums=('49e243114933f3013884f0014fc8e5f142ff146de3d9ddb62e5ad98689cb1bf2bc8 prepare() { cd "${pkgname}-${pkgver}" - patch -Np1 < "${srcdir}/allow_running_abuild_rootbld.patch" + patch -Np1 -i "${srcdir}/allow_running_abuild_rootbld.patch" } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/abuild/-/commit/03ce469d51b5897e47d8d23283e812f6edc92baf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/abuild/-/commit/03ce469d51b5897e47d8d23283e812f6edc92baf You're receiving this email because of your account on gitlab.archlinux.org.