diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-07 13:20:36 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-07 13:20:36 +0200 |
commit | b7b38060e1d6b4ed0d9415fd1bff88a848771ee3 (patch) | |
tree | 9ddaaa4d93dbc52e66828712090f623812d937f0 /alpine/PKGBUILD | |
parent | 78b2d2062d37ff4e9f449dc1a7cb7024e7dfdf48 (diff) | |
download | archlinuxewe-b7b38060e1d6b4ed0d9415fd1bff88a848771ee3.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 46b42ca85..a13aa3767 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -4,7 +4,7 @@ pkgname=alpine pkgver=2.26.r23.3d6c554 _commit=${pkgver##*.} -pkgrel=6 +pkgrel=7 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.4' + 'libldap=2.6.6' 'libncursesw.so=6' 'libssl.so=3' ) |