diff options
Diffstat (limited to 'alpine')
-rw-r--r-- | alpine/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD index 69b854713..dc1a93a5c 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -4,14 +4,14 @@ pkgname=alpine pkgver=2.22.1.r2.5417727 _commit=${pkgver##*.} -pkgrel=1 +pkgrel=2 arch=("i686" "pentium4" "x86_64") pkgdesc="Apache licensed PINE mail user agent" url="http://alpine.freeiz.com" license=("APACHE") _pinned_dependencies=( 'glibc>=2.31' - 'krb5=1.18.1' + 'krb5=1.18.2' 'libncursesw.so=6' 'openssl=1.1.1.g' ) |