summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDušan Simić2022-07-15 22:56:47 +0200
committerDušan Simić2022-07-15 22:56:47 +0200
commitdd03b3ed09a2fee4da5a2eef919528f11aa7aad3 (patch)
treedc0ac018815bd4d164d4fcdae4b2a88f9d18c279
parentf8b4c123ac725211578cd4cc94f11981320df5bd (diff)
downloadaur-dd03b3ed09a2fee4da5a2eef919528f11aa7aad3.tar.gz
Add missing makedepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59a135afecc7..65d72e75b267 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = nitch
pkgdesc = Incredibly fast system fetch written in nim
pkgver = 0.1.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/unxsh/nitch
arch = x86_64
license = MIT
makedepends = nim
+ makedepends = git
source = git+https://github.com/unxsh/nitch#commit=a18ed4d3e88f2a2790503faad7f639aae0ab5b7d
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 94f4c140f1da..16741a284104 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=nitch
pkgver=0.1.4
_commit=a18ed4d3e88f2a2790503faad7f639aae0ab5b7d
-pkgrel=1
+pkgrel=2
pkgdesc="Incredibly fast system fetch written in nim"
arch=(x86_64)
url=https://github.com/unxsh/nitch
license=(MIT)
-makedepends=(nim)
+makedepends=(nim git)
source=("git+$url#commit=$_commit")
md5sums=(SKIP)