summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2017-08-28 02:25:03 +0200
committeractionless2017-08-28 02:25:03 +0200
commit5a1e7978cc99c76dec84f77a6a8adea0b9991534 (patch)
treeb5cec0db14bf8c7ab41af68f22d1633830618b70
parentbcf271188579fa0058523488e8a98175105787e4 (diff)
downloadaur-5a1e7978cc99c76dec84f77a6a8adea0b9991534.tar.gz
add 'git' to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50982d408936..92c292157895 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = oomox-git
pkgdesc = Graphical application for generating different color variations of Numix and Flat-Plat themes (GTK2, GTK3), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/actionless/oomox
arch = x86_64
arch = i686
license = GPLv3
+ makedepends = git
depends = coreutils
depends = bash
depends = grep
diff --git a/PKGBUILD b/PKGBUILD
index f4aac9afb1fe..0f8de76a6c3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=oomox-git
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Graphical application for generating different color variations
of Numix and Flat-Plat themes (GTK2, GTK3),
gnome-colors and ArchDroid icon themes.
@@ -40,6 +40,9 @@ depends=(
'inkscape'
'imagemagick'
)
+makedepends=(
+ 'git'
+)
optdepends=(
'xorg-xrdb: for the `xresources` theme'
'breeze-icons: more fallback icons'