summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuric Vente2022-07-05 19:54:35 -0600
committerAuric Vente2022-07-05 19:54:35 -0600
commit9816d99cfb905c7c3d940601c2c08f3d75d48159 (patch)
treeb0bf3ccc49330aa8db93cea7cb2e062c161629b8
parenteeb2232dca4e9b4eb93f3b8d902c459ed606c8cd (diff)
downloadaur-lq-git.tar.gz
Mods
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1160d91f854..fac6db0793b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = lq-git
url = https://github.com/madprops/lq
arch = x86_64
license = GPL2
+ makedepends = nim
+ makedepends = nimble
makedepends = git
source = lq-git::git+https://github.com/madprops/lq.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9de57e7d2d04..68f623280266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,7 @@ pkgrel=1
arch=("x86_64")
url="https://github.com/madprops/lq"
license=("GPL2")
-makedepends=("nim" "nimble")
-makedepends=("git")
+makedepends=("nim" "nimble" "git")
sha256sums=("SKIP")
source=("$pkgname::git+https://github.com/madprops/lq.git")