summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwxt12212024-01-23 07:15:44 +0800
committerwxt12212024-01-23 07:15:44 +0800
commit6265ea156ebd049592e8ba87aca8bfab16333838 (patch)
treee72eaf01836fd016df3ea0ee2218637ef074d481
parent517e1a280b1d29352281b411e2980d4895227d4e (diff)
downloadaur-testlib.tar.gz
add unzip as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cebf6c704f2c..17969e7a06ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = testlib
arch = any
license = MIT
makedepends = git
+ makedepends = unzip
source = https://github.com/MikeMirzayanov/testlib/archive/refs/tags/0.9.41.zip
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fc7c11e2ec77..5fb56d282916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url="http://codeforces.com/testlib"
license=('MIT')
makedepends=(
'git'
+ 'unzip'
)
source=(