summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhwangeug2021-04-26 18:22:40 -0700
committerhwangeug2021-04-26 18:22:40 -0700
commit21439a195ce4b03745ce8c0f7117eef8741289e1 (patch)
tree23194c9919dc55ec4b4646c6296c09f0ea550d9c /PKGBUILD
parentcf190591ddfaff902cf338693d04355293f69d7b (diff)
downloadaur-21439a195ce4b03745ce8c0f7117eef8741289e1.tar.gz
added git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79eba4e1495e..c950523c4e1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('x86_64')
url="https://github.com/hwangeug/rofi-gister"
license=('MIT')
depends=('gister-git')
+makedepends=('git')
provides=('rofi-gister')
conflicts=('rofi-gister')
source=("$_pkgname::git://github.com/hwangeug/rofi-gister.git")