Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / abuild
Commits: 484560f5 by Robin Candau at 2024-10-13T22:26:36+02:00 Add alpine-keyring as an optional dependency (to build packages) Also, use single quotes in arrays - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -7,17 +7,18 @@ pkgver=3.13.0 pkgrel=4 pkgdesc="Alpine build tools" url="https://git.alpinelinux.org/abuild" -arch=("x86_64") -license=("GPL-2.0-or-later") -depends=("busybox" "glibc" "pax-utils" "openssl" "apk-tools" "attr" "tar" "pkgconf" "lzip" "curl" "bubblewrap" "gettext" "git") -makedepends=("zlib" "scdoc") -optdepends=("perl: for cpan resolver" - "perl-libwww: for cpan resolver" - "perl-json: for cpan resolver" - "perl-module-build-tiny: for cpan resolver" - "perl-lwp-protocol-https: for cpan resolver" - "ruby: for gem resolver" - "ruby-augeas: for gem resolver") +arch=('x86_64') +license=('GPL-2.0-or-later') +depends=('busybox' 'glibc' 'pax-utils' 'openssl' 'apk-tools' 'attr' 'tar' 'pkgconf' 'lzip' 'curl' 'bubblewrap' 'gettext' 'git') +makedepends=('zlib' 'scdoc') +optdepends=('alpine-keyring: to build packages' + 'perl: for cpan resolver' + 'perl-libwww: for cpan resolver' + 'perl-json: for cpan resolver' + 'perl-module-build-tiny: for cpan resolver' + 'perl-lwp-protocol-https: for cpan resolver' + 'ruby: for gem resolver' + 'ruby-augeas: for gem resolver') backup=("etc/${pkgname}.conf") source=("https://gitlab.alpinelinux.org/alpine/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz" "${pkgname}.tmpfiles") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/abuild/-/commit/484560f5a6adfec7317725d6937da45928be87dd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/abuild/-/commit/484560f5a6adfec7317725d6937da45928be87dd You're receiving this email because of your account on gitlab.archlinux.org.
