summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicoHood2018-07-14 13:23:54 +0200
committerNicoHood2018-07-14 13:23:54 +0200
commite6367f6ffbb8d90bf36ed11438581406479c24cf (patch)
tree71e1d5759e395ff7cecd907d0d64d5711c773437
parent86a51478645564656dbb75e48a8f632d9b4464f4 (diff)
downloadaur-e6367f6ffbb8d90bf36ed11438581406479c24cf.tar.gz
Added additional make dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 922adbe880ec..6c135b7a0d37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arc-gtk-theme-git
pkgdesc = A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell
- pkgver = 20180114.r18.6b07b5a
+ pkgver = 20180114.r23.7ea2861
pkgrel = 1
url = https://github.com/nicohood/arc-theme
arch = any
@@ -8,6 +8,8 @@ pkgbase = arc-gtk-theme-git
makedepends = gtk3
makedepends = sassc
makedepends = git
+ makedepends = optipng
+ makedepends = inkscape
optdepends = arc-icon-theme: recommended icon theme
optdepends = gtk-engine-murrine: for gtk2 themes
optdepends = gnome-themes-standard: for gtk2 themes
diff --git a/PKGBUILD b/PKGBUILD
index e8d192a0abc5..a12bd75cdb7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgbase=arc-gtk-theme-git
_pkgname=arc-theme
pkgname=('arc-gtk-theme-git' 'arc-solid-gtk-theme-git')
pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell"
-pkgver=20180114.r18.6b07b5a
+pkgver=20180114.r23.7ea2861
pkgrel=1
arch=('any')
# Upstream url: https://github.com/horst3180/arc-theme
@@ -18,7 +18,7 @@ license=('GPL3')
optdepends=('arc-icon-theme: recommended icon theme'
'gtk-engine-murrine: for gtk2 themes'
'gnome-themes-standard: for gtk2 themes')
-makedepends=('gtk3' 'sassc' 'git')
+makedepends=('gtk3' 'sassc' 'git' 'optipng' 'inkscape')
source=("${_pkgname}::git+https://github.com/nicohood/${_pkgname}.git")
sha512sums=('SKIP')