diff options
-rw-r--r-- | alpine/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD index 36912f160..3660a7c17 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -4,7 +4,7 @@ pkgname=alpine pkgver=2.26.r8.8444b42 _commit=${pkgver##*.} -pkgrel=2 +pkgrel=3 arch=("i686" "pentium4" "x86_64") pkgdesc="Apache licensed PINE mail user agent" url="http://alpine.freeiz.com" @@ -14,7 +14,7 @@ _pinned_dependencies=( 'libcrypt.so=2' 'libgssapi_krb5.so=2' 'libkrb5.so=3' - 'libldap=2.6.2' + 'libldap=2.6.3' 'libncursesw.so=6' 'openssl=1.1.1.q' ) |