diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-01 10:15:43 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-01 10:15:43 +0200 |
commit | e89d12099b908a272443400044dc87a65561055e (patch) | |
tree | 763081875887534ce6ff92362159386c9466c3bb | |
parent | ae2bd3510da75c035456049385ac4f1c80caf945 (diff) | |
download | archlinuxewe-e89d12099b908a272443400044dc87a65561055e.tar.xz |
alpine: rebuild
-rw-r--r-- | alpine/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD index 44c109317..c63188813 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -4,7 +4,7 @@ pkgname=alpine pkgver=2.26.r30.fb3f153 _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.7' + 'libldap=2.6.8' 'libncursesw.so=6' 'libssl.so=3' ) |