summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adc4750d9e2b..13aefc37f545 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oomox-git
pkgdesc = Graphical application for generating different color variations of Numix and Materia (ex-Flat-Plat) themes (GTK2, GTK3), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
- pkgver = 1.5.0
+ pkgver = 1.5.0.5+12+g943608f3
pkgrel = 1
url = https://github.com/actionless/oomox
arch = x86_64
@@ -36,6 +36,8 @@ pkgbase = oomox-git
source = git+https://github.com/actionless/oomox-archdroid-icon-theme.git#branch=master
source = git+https://github.com/actionless/oomox-gnome-colors-icon-theme.git#branch=master
source = git+https://github.com/actionless/oomoxify.git#branch=master
+ source = git+https://github.com/base16-builder/base16-builder#branch=master
+ md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index aaae724e89fd..6b9a6d43681e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://github.com/actionless/oomox
pkgname=oomox-git
-pkgver=1.5.0
+pkgver=1.5.0.5+12+g943608f3
pkgrel=1
pkgdesc="Graphical application for generating different color variations
of Numix and Materia (ex-Flat-Plat) themes (GTK2, GTK3),
@@ -18,6 +18,7 @@ source=(
"git+https://github.com/actionless/oomox-archdroid-icon-theme.git#branch=master"
"git+https://github.com/actionless/oomox-gnome-colors-icon-theme.git#branch=master"
"git+https://github.com/actionless/oomoxify.git#branch=master"
+ "git+https://github.com/base16-builder/base16-builder#branch=master"
)
md5sums=(
"SKIP"
@@ -26,6 +27,7 @@ md5sums=(
"SKIP"
"SKIP"
"SKIP"
+ "SKIP"
)
depends=(
'coreutils'
@@ -73,6 +75,7 @@ prepare(){
git config submodule.archdroid-icon-theme.url $srcdir/oomox-archdroid-icon-theme
git config submodule.gnome-colors-icon-theme.url $srcdir/oomox-gnome-colors-icon-theme
git config submodule.oomoxify.url $srcdir/oomoxify
+ git config submodule.base16-builder.url $srcdir/base16-builder
git submodule update
}