diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-02-20 09:59:51 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-02-20 09:59:51 +0100 |
commit | f6537dc849665e1671e22a6df60ce8c52c43a980 (patch) | |
tree | 61555098e78c559ce5544305d78bcb7c2c9448ff /alpine/PKGBUILD | |
parent | 4640767d6babb2abf272541f1b807d25217091f2 (diff) | |
download | archlinuxewe-f6537dc849665e1671e22a6df60ce8c52c43a980.tar.xz |
alpine: rebuild
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 9f560403b..b0ae8758b 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -4,7 +4,7 @@ pkgname=alpine pkgver=2.26.r23.3d6c554 _commit=${pkgver##*.} -pkgrel=1 +pkgrel=2 arch=("i686" "pentium4" "x86_64") pkgdesc="Apache licensed PINE mail user agent" url="http://alpine.freeiz.com" @@ -16,7 +16,7 @@ _pinned_dependencies=( 'libcrypt.so=2' 'libgssapi_krb5.so=2' 'libkrb5.so=3' - 'libldap=2.6.3' + 'libldap=2.6.4' 'libncursesw.so=6' 'libssl.so=3' ) |