From 16d6c9e8443c751d7b2424b5ee418f81cbc9565f Mon Sep 17 00:00:00 2001 From: "lauren n. liberda" Date: Sat, 20 Apr 2024 13:23:00 +0200 Subject: testing/ncdu2: rebuild with zig 0.12, upgrade to 2.3_git20240412 --- testing/ncdu2/APKBUILD | 10 ++++++---- 1 file 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 # Maintainer: Michał Polański 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 " -- cgit v1.2.3