summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Lubineau2021-07-14 23:26:30 +0200
committerAntoine Lubineau2021-07-14 23:26:30 +0200
commit0623ce4ab931bfe6d88d3e6c1269da0dc0a03dd4 (patch)
tree7db6868246b655fbb2194cf8e2cd12fe95e81007 /PKGBUILD
parent7d1392b9c71c4373a706e412ac3085c54437a806 (diff)
downloadaur-0623ce4ab931bfe6d88d3e6c1269da0dc0a03dd4.tar.gz
gti: add git in depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f764e0976bb..d51712a7e7da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
pkgname=gti
pkgver=1.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="A silly git launcher"
arch=('x86_64')
url="https://r-wos.org/hacks/gti"
license=('custom')
+depends=('git')
source=("https://github.com/rwos/gti/archive/v$pkgver.tar.gz")
sha512sums=('7a176a36dfa73f2da1ba624bc7a721445112d7c87cf3442ba38e051c32d4d983f462f61feb797db25c575af4fde0daa402e2ebc78df81336b09c2904cdb0ca8a')