diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-12-06 10:40:15 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-12-06 10:40:15 +0100 |
commit | ab49b338e2ec581fb77cf434dd94fa28484d5b92 (patch) | |
tree | cb6be9c3c975266c13ef6bca731d8d88184d1311 /alpine/PKGBUILD | |
parent | 3ec6cfd461954b85dca284a902e8b53437271e0a (diff) | |
download | archlinuxewe-ab49b338e2ec581fb77cf434dd94fa28484d5b92.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 9fe623406..d8b5951ae 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -4,7 +4,7 @@ pkgname=alpine pkgver=2.26.r30.fb3f153 _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.8' + 'libldap=2.6.9' 'libncursesw.so=6' 'libssl.so=3' ) |