summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuric Vente2022-07-05 04:57:00 -0600
committerAuric Vente2022-07-05 04:57:00 -0600
commit662fd77642f8e86915e6f152e7eb0c0aea15d2dd (patch)
tree1a1d395c7c4612b005e38ce23595f664c4662684
parent1db53344092d9be5ffa5f1da87dd22b0a583c516 (diff)
downloadaur-662fd77642f8e86915e6f152e7eb0c0aea15d2dd.tar.gz
Mods
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53f5c059bc47..459d9872af5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = symview-git
url = https://github.com/madprops/symview
arch = x86_64
license = GPL3
+ depends = rofi
source = symview-git::git+https://github.com/madprops/symview.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index aa8c91c90cb8..2817f69c0601 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
arch=("x86_64")
url="https://github.com/madprops/symview"
license=("GPL3")
-depends=()
+depends=("rofi")
sha256sums=("SKIP")
source=("$pkgname::git+https://github.com/madprops/symview.git")