summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDag Robøle2015-11-22 23:58:06 +0100
committerDag Robøle2015-11-22 23:58:06 +0100
commitd16331abfb921800144a6e3d5c70bcd8462d60bd (patch)
tree5d13c52ad1adc7727d528472d82c60306b750579
parent17bb7291ae9e8658ee190a85c35fb6de4ccb7b83 (diff)
downloadaur-d16331abfb921800144a6e3d5c70bcd8462d60bd.tar.gz
Added some color improvements to the dark theme
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86c65454a23d..2575c47dfa7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gtk-theme-numix-solarized
pkgdesc = Solarized versions of Numix GTK2 and GTK3 theme
pkgver = 20151122
- pkgrel = 1
+ pkgrel = 2
url = http://bitterologist.deviantart.com/art/Numix-Solarized-417575928
arch = any
license = GPL3
depends = gtk-engine-murrine
- source = https://github.com/corebob/numix-solarized/archive/v0.1.zip
- md5sums = 03aa40b5bd0464afde59ccc011e82af0
+ source = https://github.com/corebob/numix-solarized/archive/v0.2.zip
+ md5sums = 920102c90ae0bb59a0b6799010d5934f
pkgname = gtk-theme-numix-solarized
diff --git a/PKGBUILD b/PKGBUILD
index bd1315bbdea8..741009bbfc17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=gtk-theme-numix-solarized
pkgver=20151122
-pkgrel=1
+pkgrel=2
pkgdesc="Solarized versions of Numix GTK2 and GTK3 theme"
arch=('any')
url="http://bitterologist.deviantart.com/art/Numix-Solarized-417575928"
license=('GPL3')
depends=('gtk-engine-murrine')
-source=('https://github.com/corebob/numix-solarized/archive/v0.1.zip')
-md5sums=('03aa40b5bd0464afde59ccc011e82af0')
+source=('https://github.com/corebob/numix-solarized/archive/v0.2.zip')
+md5sums=('920102c90ae0bb59a0b6799010d5934f')
package() {
mkdir -p ${pkgdir}/usr/share/themes/
- cp -r ${srcdir}/numix-solarized-0.1/Numix\ Solarized ${pkgdir}/usr/share/themes/
- cp -r ${srcdir}/numix-solarized-0.1/Numix\ Solarized\ Light ${pkgdir}/usr/share/themes/
+ cp -r ${srcdir}/numix-solarized-0.2/Numix\ Solarized ${pkgdir}/usr/share/themes/
+ cp -r ${srcdir}/numix-solarized-0.2/Numix\ Solarized\ Light ${pkgdir}/usr/share/themes/
}