diff options
author | Erich Eckner <git@eckner.net> | 2019-11-25 10:44:40 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-11-25 10:44:40 +0100 |
commit | 5d3f2f3d8536cd5aa2ea7aa87bfb555f7fa92cd3 (patch) | |
tree | 5cc5507ba111b87621da084aeca5b8410d9bfe39 /alpine/PKGBUILD | |
parent | 0f4035fa9e6bd0e6a0bda18a61cc64a319a81d81 (diff) | |
download | archlinuxewe-5d3f2f3d8536cd5aa2ea7aa87bfb555f7fa92cd3.tar.xz |
alpine: 2.21.99999.r23.c4a59b4 -> 2.21.99999.r25.be556aa
Diffstat (limited to 'alpine/PKGBUILD')
-rw-r--r-- | alpine/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD index 1c9ce920e..a146d165e 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Adrian C. <anrxc..sysphere.org> pkgname=alpine -pkgver=2.21.99999.r23.c4a59b4 +pkgver=2.21.99999.r25.be556aa _commit=${pkgver##*.} pkgrel=1 arch=("i686" "pentium4" "x86_64") @@ -73,7 +73,8 @@ 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-system-fixed-pinerc=/etc/${pkgname}.d/pine.conf.fixed \ + --with-bundled-tools # Build Alpine make |