diff options
Diffstat (limited to 'alpine/PKGBUILD')
-rw-r--r-- | alpine/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD index d8b5951ae..8ac28d920 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -4,7 +4,7 @@ pkgname=alpine pkgver=2.26.r30.fb3f153 _commit=${pkgver##*.} -pkgrel=7 +pkgrel=10 arch=("i686" "pentium4" "x86_64") pkgdesc="Apache licensed PINE mail user agent" url="http://alpine.freeiz.com" @@ -12,8 +12,8 @@ license=("APACHE") _pinned_dependencies=( 'gcc-libs=14.2.1+r134+gab884fffe3fc' 'glibc>=2.31' - 'libcrypto.so=3' 'libcrypt.so=2' + 'libcrypto.so=3' 'libgssapi_krb5.so=2' 'libkrb5.so=3' 'libldap=2.6.9' |