summaryrefslogtreecommitdiff
path: root/alpine
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-04 13:55:57 +0200
committerErich Eckner <git@eckner.net>2020-06-04 13:55:57 +0200
commit75e5a67502e1e2fde6ad91a19478c8ba1d99e4f3 (patch)
tree506dda5de80579130c398e32ec3677e20cc3d445 /alpine
parenta6c0c0cf89a37387ef470916e67fa92676bb35b0 (diff)
downloadarchlinuxewe.git.save-75e5a67502e1e2fde6ad91a19478c8ba1d99e4f3.tar.xz
alpine: rebuild
Diffstat (limited to 'alpine')
-rw-r--r--alpine/PKGBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD
index 6bfc658b..1fe93207 100644
--- a/alpine/PKGBUILD
+++ b/alpine/PKGBUILD
@@ -4,12 +4,19 @@
pkgname=alpine
pkgver=2.22.r37.6c702a2
_commit=${pkgver##*.}
-pkgrel=2
+pkgrel=3
arch=("i686" "pentium4" "x86_64")
pkgdesc="Apache licensed PINE mail user agent"
url="http://alpine.freeiz.com"
license=("APACHE")
-depends=("libldap" "krb5" "gettext")
+_pinned_dependencies=(
+ 'glibc>=2.31'
+ 'krb5=1.18.1'
+ 'libldap=2.4.49'
+ 'ncurses=6.2'
+ 'openssl=1.1.1.g'
+)
+depends=("gettext" "${_pinned_dependencies[@]}")
makedepends=('openssl' 'git')
optdepends=("aspell: for spell-checking support"
"hunspell: for spell-checking support"