summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3597949d23a..fd8875e36095 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=oomox-git
pkgver=1.11
-pkgrel=1
+pkgrel=2
pkgdesc="Themix: GUI for generating different color variations
of Arc, Materia, Oomox themes
(GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm),
-ArchDroid, Gnome-Colors, Numix, Papirus icon themes,
+ArchDroid, Gnome-Colors, Numix, Papirus, Suru++ icon themes,
and terminal palettes.
Have a hack for HiDPI in GTK2."
arch=('x86_64' 'i686')
@@ -25,6 +25,7 @@ source=(
"git+https://github.com/numixproject/numix-icon-theme.git#branch=master"
"git+https://github.com/numixproject/numix-folders.git#branch=master"
"git+https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git#branch=master"
+ "git+https://github.com/gusbemacbe/suru-plus.git#branch=master"
)
md5sums=(
"SKIP"
@@ -38,6 +39,7 @@ md5sums=(
"SKIP"
"SKIP"
"SKIP"
+ "SKIP"
)
depends=(
'gtk3'
@@ -111,6 +113,7 @@ prepare(){
git config submodule.numix-folders.url $srcdir/numix-folders
git config submodule.numix-icon-theme.url $srcdir/numix-icon-theme
git config submodule.papirus-icon-theme.url $srcdir/papirus-icon-theme
+ git config submodule.suru-plus.url $srcdir/suru-plus
git submodule update
}