diff options
author | Erich Eckner <git@eckner.net> | 2019-11-25 19:43:07 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-11-25 19:43:07 +0100 |
commit | 7952aae1c1b21fed9783950368f28deb3488e6e3 (patch) | |
tree | 3ac5034c1631c07a3d747743b5dfdc59343bddee /alpine/PKGBUILD | |
parent | b08385d8acb07155e8153e28f17e5fc5d2f19476 (diff) | |
download | archlinuxewe-7952aae1c1b21fed9783950368f28deb3488e6e3.tar.xz |
alpine 2.21.99999.r25.be556aa-1 -> 2.21.99999.r26.46e208f-1
Diffstat (limited to 'alpine/PKGBUILD')
-rw-r--r-- | alpine/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD index a146d165e..c38a5f101 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Adrian C. <anrxc..sysphere.org> pkgname=alpine -pkgver=2.21.99999.r25.be556aa +pkgver=2.21.99999.r26.46e208f _commit=${pkgver##*.} pkgrel=1 arch=("i686" "pentium4" "x86_64") @@ -73,8 +73,7 @@ build() { --with-passfile=.pine-passfile \ --without-tcl \ --with-system-pinerc=/etc/${pkgname}.d/pine.conf \ - --with-system-fixed-pinerc=/etc/${pkgname}.d/pine.conf.fixed \ - --with-bundled-tools + --with-system-fixed-pinerc=/etc/${pkgname}.d/pine.conf.fixed # Build Alpine make |