summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredtide2016-05-27 17:11:45 +0200
committerredtide2016-05-27 17:11:45 +0200
commiteb61d732363635e19950c937c7d02733a62c5980 (patch)
tree09b93c529576caf649cfe1d5d158a3d26bdb992a
parent43210577c9feb51e076a392f23dc677804e692b6 (diff)
downloadaur-eb61d732363635e19950c937c7d02733a62c5980.tar.gz
Added git dependancy.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a67db984d4a..a08662a949db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = nuovext-icon-theme
install = nuovext-icon-theme.install
arch = any
license = GPL
+ makedepends = git
depends = gtk-update-icon-cache
source = git://github.com/redtide/nuovext-icon-theme.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0705c6adf51a..cd7dcec8933b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('any')
url="https://github.com/redtide/nuovext-icon-theme"
license=('GPL')
depends=('gtk-update-icon-cache')
+makedepends=('git')
install=nuovext-icon-theme.install
source=(git://github.com/redtide/nuovext-icon-theme.git)
md5sums=('SKIP')