aboutsummaryrefslogtreecommitdiffstats
path: root/community/alpine/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/alpine/APKBUILD')
-rw-r--r--community/alpine/APKBUILD18
1 files changed, 8 insertions, 10 deletions
diff --git a/community/alpine/APKBUILD b/community/alpine/APKBUILD
index 16fae753742..7b36127abec 100644
--- a/community/alpine/APKBUILD
+++ b/community/alpine/APKBUILD
@@ -1,17 +1,15 @@
# Maintainer: Kaarle Ritvanen <kunkku@alpinelinux.org>
pkgname=alpine
-pkgver=2.25
-pkgrel=0
-_commit=465e23b898e5a3393b9ae52fc7620002541b2e75
+pkgver=2.26
+pkgrel=2
pkgdesc="Text-based email client, friendly for novices but powerful"
-url="http://alpine.x10host.com/alpine/"
+url="https://repo.or.cz/alpine.git"
arch="all"
license="Apache-2.0"
-makedepends="openldap-dev heimdal-dev ncurses-dev openssl1.1-compat-dev"
+makedepends="openldap-dev heimdal-dev ncurses-dev openssl-dev>3"
subpackages="$pkgname-dbg $pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://repo.or.cz/alpine.git/snapshot/$_commit.tar.gz
- "
-builddir="$srcdir/$pkgname-${_commit:0:7}"
+source="$pkgname-$pkgver.tar.gz::https://repo.or.cz/alpine.git/snapshot/refs/tags/v$pkgver.tar.gz"
+builddir="$srcdir/$pkgname-v$pkgver"
# secfixes:
# 2.25-r0:
@@ -29,7 +27,7 @@ build() {
--disable-shared \
--with-system-pinerc=/etc/alpine.d/pine.conf \
--with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed
- make
+ make -j1
}
package() {
@@ -37,5 +35,5 @@ package() {
}
sha512sums="
-154f7e9512a65de59620afa8ff63d77a053535e5eadf8cc98ee2e8c7904e887e656719fe2f43e4fcbd57b241753bd72459a7dd94f0c701ff441e232ae9ee377a alpine-2.25.tar.gz
+7ca4d5fc7cc9b5fc63b0cb341fa161274c7f724d3f812a7f94dcfe60d678665f0fbce5b671fa26d4da822f09ac58978a3f6385a94c8f3dc9b16bd8fa66a49634 alpine-2.26.tar.gz
"