summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortheFerdi2652016-09-20 16:22:22 +0200
committertheFerdi2652016-09-20 16:22:22 +0200
commitc6e9f8329cf6d2978645886e7e012540958fa8a3 (patch)
treeff08825d9f5b708deca90102c492c36bf1c5efda
parent3ce853fe027c9f275189749666a093dee1776337 (diff)
downloadaur-c6e9f8329cf6d2978645886e7e012540958fa8a3.tar.gz
use newer version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dc2e73ae5d8..4f52c559ae9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Sep 20 14:20:50 UTC 2016
+# Tue Sep 20 14:22:17 UTC 2016
pkgbase = gtk-theme-numix-solarized
pkgdesc = Solarized versions of Numix GTK2 and GTK3 theme, compatible with GTK 3.20
- pkgver = 20160918
+ pkgver = 20160919
pkgrel = 1
url = https://github.com/Ferdi265/numix-solarized-gtk-theme
arch = any
license = GPL3
makedepends = make
depends = gtk-engine-murrine
- source = https://github.com/Ferdi265/numix-solarized-gtk-theme/releases/download/20160918/NumixSolarized.tar.gz
+ source = https://github.com/Ferdi265/numix-solarized-gtk-theme/releases/download/20160919/NumixSolarized.tar.gz
md5sums = SKIP
pkgname = gtk-theme-numix-solarized
diff --git a/PKGBUILD b/PKGBUILD
index 87319feaa841..558ec2a6ab10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: theferdi265 at gmail dot com
pkgname=gtk-theme-numix-solarized
-pkgver=20160918
+pkgver=20160919
pkgrel=1
pkgdesc="Solarized versions of Numix GTK2 and GTK3 theme, compatible with GTK 3.20"
arch=('any')
@@ -9,11 +9,12 @@ url="https://github.com/Ferdi265/numix-solarized-gtk-theme"
license=('GPL3')
depends=('gtk-engine-murrine')
makedepends=('make')
-source=('https://github.com/Ferdi265/numix-solarized-gtk-theme/releases/download/20160918/NumixSolarized.tar.gz')
+source=('https://github.com/Ferdi265/numix-solarized-gtk-theme/releases/download/20160919/NumixSolarized.tar.gz')
md5sums=('SKIP')
package() {
mkdir -p $pkgdir/usr/share/themes
cp -r NumixSolarized $pkgdir/usr/share/themes
+ cp -r NumixSolarizedDark $pkgdir/usr/share/themes
}