diff options
-rw-r--r-- | main/alpine/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/alpine/APKBUILD b/main/alpine/APKBUILD index e3c61d636c..91904e1dbe 100644 --- a/main/alpine/APKBUILD +++ b/main/alpine/APKBUILD @@ -3,7 +3,7 @@ pkgname=alpine pkgver=2.20 _ver=${pkgver%_p*} _pver=${pkgver##*_p} -pkgrel=0 +pkgrel=1 pkgdesc="Text-based email client, friendly for novices but powerful" url="http://www.washington.edu/alpine/" arch="all" @@ -37,7 +37,7 @@ build() { --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ - --without-passfile \ + --with-passfile=.pine-pass \ --without-tcl \ --disable-shared \ --with-system-pinerc=/etc/alpine.d/pine.conf \ |