summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobosky2019-05-07 23:09:48 +0800
committerRobosky2019-05-07 23:09:48 +0800
commitb11f5e5b8ebdfac1c44c1930b6d56e9a6608d898 (patch)
treebbcca57eb6dc8a31a92dd8c01ab3c95a74bff1bf
parent18a9befea23e6b33f1e1a8c6f322122a3534341b (diff)
downloadaur-b11f5e5b8ebdfac1c44c1930b6d56e9a6608d898.tar.gz
add git as makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0117213367c..8a2d202280f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = tela-icon-theme-git
url = https://github.com/vinceliuice/Tela-icon-theme
arch = any
license = GPL3
+ makedepends = git
options = !strip
source = git+https://github.com/vinceliuice/Tela-icon-theme.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index aa5ab2c04bb3..4f8b33e1ff4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ license=('GPL3')
source=("git+https://github.com/vinceliuice/Tela-icon-theme.git")
sha256sums=('SKIP')
options=('!strip')
+makedepends=('git')
pkgver() {
cd "${srcdir}/${_gitname}"