summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormintsuki2024-05-15 10:23:18 +0200
committermintsuki2024-05-15 10:23:18 +0200
commit0a44e4329cac155f3823496a51e659d5c64623d5 (patch)
treec675557ddb199bf258bff6e53ae4603767456cd6
parentfc55b5faa751b26b8209ab177838f937cd5b44ee (diff)
downloadaur-0a44e4329cac155f3823496a51e659d5c64623d5.tar.gz
Upgrade to 0.2.28
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e9148cb68cb..a4f86a931754 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Mintsuki <mintsuki@protonmail.com>
pkgname=jinx
-pkgver=0.2.27.1
+pkgver=0.2.28
pkgrel=1
pkgdesc="A meta-build-system for building OS distributions"
arch=("any")
url="https://github.com/mintsuki/jinx"
license=("BSD")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mintsuki/jinx/archive/refs/tags/v${pkgver}.tar.gz")
-b2sums=('58f341f14f33868aa603d26c15c815e0b99a9d8dedd33704bb637f1b7fa37fc360dd85438debb3b2efc839889f95764452dc61c6387f2cbcbf1cc08fc27b8432')
-depends=('gcc' 'sh' 'findutils' 'libarchive' 'git' 'curl' 'zstd' 'rsync')
+b2sums=('ef9944c24591defae5cd318e3b4e48f5c5955c60eaf81f3ab284e9bb6da4e57f5338cf0aa9b312772735a75a9c638f603b95e2d31009ec662f2edae3e209a77c')
+depends=('sh' 'curl' 'findutils' 'awk' 'gcc' 'git' 'grep' 'gzip' 'libarchive' 'procps' 'rsync' 'tar' 'zstd')
package() {
cd "$pkgname-$pkgver"