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 9cd3ae4f..682ca8e8 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -4,7 +4,7 @@ pkgname=alpine pkgver=2.24.r6.93fc35a _commit=${pkgver##*.} -pkgrel=1 +pkgrel=2 arch=("i686" "pentium4" "x86_64") pkgdesc="Apache licensed PINE mail user agent" url="http://alpine.freeiz.com" @@ -14,7 +14,7 @@ _pinned_dependencies=( 'krb5=1.18.2' 'libcrypt.so=2' 'libncursesw.so=6' - 'openssl=1.1.1.h' + 'openssl=1.1.1.i' ) depends=("gettext" "${_pinned_dependencies[@]}") makedepends=('openssl' 'git') |