summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Correia2018-02-24 10:11:21 -0500
committerSergio Correia2018-02-24 10:11:21 -0500
commit6645de2fa22cb372bfbc4bd3a04c538676c1564e (patch)
tree54cc9db693c55f65c7dc3f30116a914612fd6c6c
parent554b0b9d9b28f3f071abe53fd21e25373dba4d4d (diff)
downloadaur-6645de2fa22cb372bfbc4bd3a04c538676c1564e.tar.gz
Add git as makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef554a6cc1fc..6f917c612d7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = cauralho-git
pkgdesc = A small tool to help with updating AUR packages installed in the system.
pkgver = r2.18ba2bb
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/qrwteyrutiyoup/cauralho
arch = any
license = Apache
+ makedepends = git
depends = dialog
depends = curl
depends = jq
diff --git a/PKGBUILD b/PKGBUILD
index e57ea9050b3e..7fdaa36928d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=cauralho-git
_pkgname=cauralho
pkgver=r2.18ba2bb
-pkgrel=1
+pkgrel=2
pkgdesc="A small tool to help with updating AUR packages installed in the system."
arch=("any")
url="https://github.com/qrwteyrutiyoup/cauralho"
license=("Apache")
depends=(dialog curl jq 'bash>=4.0.0')
+makedepends=(git)
source=("${_pkgname}"::git+https://github.com/qrwteyrutiyoup/cauralho.git)
md5sums=('SKIP')
backup=('etc/cauralho.conf')