summaryrefslogtreecommitdiff
path: root/alpine
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-12-18 17:14:01 +0100
committerErich Eckner <git@eckner.net>2021-12-18 17:14:01 +0100
commit8124c04596094a5258f7c78a3b404b49d761d870 (patch)
tree75d3b62aeeb52acba6d5cf1ae4b70cd4e2c8955a /alpine
parent55660ec63f69b0850068021a253f5d59d2bb67a1 (diff)
downloadarchlinuxewe-8124c04596094a5258f7c78a3b404b49d761d870.tar.xz
alpine: rebuild
Diffstat (limited to 'alpine')
-rw-r--r--alpine/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD
index 81fd3329f..98c357c15 100644
--- a/alpine/PKGBUILD
+++ b/alpine/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=alpine
pkgver=2.25.r34.17c8a3d
_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=(
'libkrb5.so=3'
'libldap=2.6.0'
'libncursesw.so=6'
- 'openssl=1.1.1.l'
+ 'openssl=1.1.1.m'
)
depends=("gettext" "${_pinned_dependencies[@]}")
makedepends=('openssl' 'git')