aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorlauren n. liberda <lauren@selfisekai.rocks>2024-04-20 13:23:00 +0200
committerSören Tempel <soeren+alpine@soeren-tempel.net>2024-04-25 16:21:48 +0000
commit16d6c9e8443c751d7b2424b5ee418f81cbc9565f (patch)
tree40a5f9292b557a2ddbb0e5f0f67bb881d300118b /testing
parent84d51efa5c74aac6976bb841335803e8a78e0e3f (diff)
testing/ncdu2: rebuild with zig 0.12, upgrade to 2.3_git20240412HEADmaster
Diffstat (limited to 'testing')
-rw-r--r--testing/ncdu2/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/ncdu2/APKBUILD b/testing/ncdu2/APKBUILD
index d7030241bd2..6cf208d8159 100644
--- a/testing/ncdu2/APKBUILD
+++ b/testing/ncdu2/APKBUILD
@@ -1,7 +1,8 @@
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=ncdu2
-pkgver=2.3
+pkgver=2.3_git20240412
+_commit=5944b738d04f768b36d05e6011d1284b49a08749
pkgrel=0
pkgdesc="Disk usage analyzer with an ncurses interface"
url="https://dev.yorhel.nl/ncdu"
@@ -9,8 +10,9 @@ license="MIT"
arch="x86_64 aarch64" # Limited by zig aport
makedepends="chrpath zig ncurses-dev"
subpackages="$pkgname-doc"
-source="https://dev.yorhel.nl/download/ncdu-$pkgver.tar.gz"
-builddir="$srcdir/ncdu-$pkgver"
+#source="https://dev.yorhel.nl/download/ncdu-$pkgver.tar.gz"
+source="$pkgname-$_commit.tar.gz::https://code.blicky.net/yorhel/ncdu/archive/$_commit.tar.gz"
+builddir="$srcdir/ncdu"
replaces=ncdu
# We may want other than "baseline" for other targets, when enabled by zig
@@ -36,5 +38,5 @@ package() {
}
sha512sums="
-283f78761b225883e090c4d0d1325bffc70049477087df3e8d1afcebc3136930c2636b2bba4aa6e43d53626668519c26a1528ba5c75489d3b5924e8974184e47 ncdu-2.3.tar.gz
+6ce41386061d6cb88df3bd29ef103d118393e72c44d08f75f705f837dcddb235f3564c41c30b1209597b8982b6a233a47f708c0291db7150a1b38a329fcb0f53 ncdu2-5944b738d04f768b36d05e6011d1284b49a08749.tar.gz
"