diff options
author | Erich Eckner <git@eckner.net> | 2022-03-21 08:41:31 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-03-21 08:41:31 +0100 |
commit | 78c352dd3c20c011338ee079a5dc9a516a8e420a (patch) | |
tree | e073a156cf91aa68a1d43bdabbf38f87dd42077c /alpine/PKGBUILD | |
parent | ad1363f9fe233b9a35f76d70dfacd76b2ab1f3ad (diff) | |
download | archlinuxewe-78c352dd3c20c011338ee079a5dc9a516a8e420a.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 3f17f2e68..9a33a8c9d 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -4,7 +4,7 @@ pkgname=alpine pkgver=2.25.1.r9.9a7f844 _commit=${pkgver##*.} -pkgrel=3 +pkgrel=4 arch=("i686" "pentium4" "x86_64") pkgdesc="Apache licensed PINE mail user agent" url="http://alpine.freeiz.com" @@ -16,7 +16,7 @@ _pinned_dependencies=( 'libkrb5.so=3' 'libldap=2.6.1' 'libncursesw.so=6' - 'openssl=1.1.1.m' + 'openssl=1.1.1.n' ) depends=("gettext" "${_pinned_dependencies[@]}") makedepends=('openssl' 'git') |