summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Haß2017-02-05 10:31:34 +0100
committerDaniel Haß2017-02-05 10:31:34 +0100
commit53efe1f95833369e0a856c0cd6f72ba06bbcf451 (patch)
treeaf1561611558ea2d7c05b1ef6240fbd4fb522e91
parent972c07806c4d76734e9145cc78db0b99b512d9e9 (diff)
downloadaur-53efe1f95833369e0a856c0cd6f72ba06bbcf451.tar.gz
bumped version to 20170205
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5046d7e42ea3..98784ba6eb06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Feb 4 17:23:18 UTC 2017
+# Sun Feb 5 09:31:18 UTC 2017
pkgbase = gtk-theme-numix-sx
pkgdesc = Gray variation of numix theme for Cinnamon/Gnome
- pkgver = 20170204
+ pkgver = 20170205
pkgrel = 1
url = https://www.gnome-look.org/p/1117412/
arch = any
license = GPL3
depends = gtk-engine-murrine
conflicts = gtk-theme-numix-sx-beta
- source = https://dl.opendesktop.org/api/files/download/id/1486199096/Numix-SX.tar.xz
- md5sums = e0562d9f4813cb393d8ff741329e634d
+ source = https://dl.opendesktop.org/api/files/download/id/1486241042/Numix-SX.tar.xz
+ md5sums = 11851d8075d8c7611b686cc32ba0d6f9
pkgname = gtk-theme-numix-sx
diff --git a/PKGBUILD b/PKGBUILD
index 6f8a841b40bc..d1343fee4447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel Haß <aur@hass.onl>
pkgname=gtk-theme-numix-sx
-pkgver=20170204
+pkgver=20170205
pkgrel=1
pkgdesc="Gray variation of numix theme for Cinnamon/Gnome"
arch=('any')
@@ -8,12 +8,12 @@ url="https://www.gnome-look.org/p/1117412/"
license=('GPL3')
depends=('gtk-engine-murrine')
conflicts=('gtk-theme-numix-sx-beta')
-source=('https://dl.opendesktop.org/api/files/download/id/1486199096/Numix-SX.tar.xz')
-md5sums=('e0562d9f4813cb393d8ff741329e634d')
+source=('https://dl.opendesktop.org/api/files/download/id/1486241042/Numix-SX.tar.xz')
+md5sums=('11851d8075d8c7611b686cc32ba0d6f9')
package() {
install -d "$pkgdir/usr/share/themes"
rm ${srcdir}/Numix-SX.tar.xz
-
+
cp -r ${srcdir}/* "$pkgdir/usr/share/themes/"
}