summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuric Vente2022-07-05 19:16:42 -0600
committerAuric Vente2022-07-05 19:16:42 -0600
commit488ad8702cd2905a83f4cffb278613921591d92b (patch)
treef0f4ea52cf20b2442993b99a55e26d20cd6e0418
parent662fd77642f8e86915e6f152e7eb0c0aea15d2dd (diff)
downloadaur-488ad8702cd2905a83f4cffb278613921591d92b.tar.gz
Mods
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 459d9872af5f..c935619ea8aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = symview-git
url = https://github.com/madprops/symview
arch = x86_64
license = GPL3
+ makedepends = git
depends = rofi
source = symview-git::git+https://github.com/madprops/symview.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2817f69c0601..b7217f7c102b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=("x86_64")
url="https://github.com/madprops/symview"
license=("GPL3")
depends=("rofi")
+makedepends=("git")
sha256sums=("SKIP")
source=("$pkgname::git+https://github.com/madprops/symview.git")