summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2019-03-10 08:39:46 +0100
committeractionless2019-03-10 08:39:46 +0100
commita0edfba0bae443ddc2af8deb86c601350aa9cb91 (patch)
tree5127b9f4a4c2868432cf6fde0baa7aa373bab344
parent6edf8acd4477726dcdf35883bd5f21b674875506 (diff)
downloadaur-a0edfba0bae443ddc2af8deb86c601350aa9cb91.tar.gz
add new submodule
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4a3fbca5342..559ca69c5f61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = oomox-git
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, Suru++ icons, and terminal palettes. Have a hack for HiDPI in GTK2.
pkgver = 1.12
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/themix-project/oomox
arch = x86_64
arch = i686
@@ -48,6 +48,8 @@ pkgbase = oomox-git
source = git+https://github.com/numixproject/numix-folders.git#branch=master
source = git+https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git#branch=master
source = git+https://github.com/gusbemacbe/suru-plus.git#branch=master
+ source = git+https://github.com/gusbemacbe/suru-plus-aspromauros.git#branch=master
+ md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bdf38bc276ef..69a0c072062c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=oomox-git
pkgver=1.12
-pkgrel=1
+pkgrel=2
pkgdesc="Themix: GUI for generating different color variations
of Arc, Materia, Oomox themes
(GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm),
@@ -26,6 +26,7 @@ source=(
"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"
+ "git+https://github.com/gusbemacbe/suru-plus-aspromauros.git#branch=master"
)
md5sums=(
"SKIP"
@@ -40,6 +41,7 @@ md5sums=(
"SKIP"
"SKIP"
"SKIP"
+ "SKIP"
)
depends=(
'gtk3'
@@ -117,6 +119,7 @@ prepare(){
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 config submodule.suru-plus-aspromauros.url $srcdir/suru-plus-aspromauros
git submodule update
}