summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Haß2017-01-29 11:47:16 +0100
committerDaniel Haß2017-01-29 11:47:16 +0100
commitd915bd79e5de06174e1cbd5b7f32475356d2532f (patch)
treea6edcda41da78d3d9ba815cebf7d16be12347617
parent14ade3665543b9ef9935ba0ab5afcf0a43fd5bf1 (diff)
downloadaur-d915bd79e5de06174e1cbd5b7f32475356d2532f.tar.gz
bumped version to 20170128
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fde262d1131..0706f2081672 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Jul 24 08:36:52 UTC 2016
+# Sun Jan 29 10:46:51 UTC 2017
pkgbase = gtk-theme-numix-sx
pkgdesc = Gray variation of numix theme for Cinnamon/Gnome
- pkgver = 20160617
- pkgrel = 3
+ pkgver = 20170128
+ 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 = Numix-SX.tar.gz::https://dl.opendesktop.org/api/files/download/id/1469058264/Numix-SX.tar.gz
- md5sums = 5b00c652483de94dee224925edf3f431
+ source = https://dl.opendesktop.org/api/files/download/id/1485627878/Numix-SX.tar.xz
+ md5sums = 0d6cfe58cd7fdb996f7a3240ac39fb96
pkgname = gtk-theme-numix-sx
diff --git a/PKGBUILD b/PKGBUILD
index 3420e9b21a32..53b56c1140b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: Daniel Haß <aur@hass.onl>
pkgname=gtk-theme-numix-sx
-pkgver=20160617
-pkgrel=3
+pkgver=20170128
+pkgrel=1
pkgdesc="Gray variation of numix theme for Cinnamon/Gnome"
arch=('any')
url="https://www.gnome-look.org/p/1117412/"
license=('GPL3')
depends=('gtk-engine-murrine')
conflicts=('gtk-theme-numix-sx-beta')
-source=('Numix-SX.tar.gz::https://dl.opendesktop.org/api/files/download/id/1469058264/Numix-SX.tar.gz')
-md5sums=('5b00c652483de94dee224925edf3f431')
+source=('https://dl.opendesktop.org/api/files/download/id/1485627878/Numix-SX.tar.xz')
+md5sums=('0d6cfe58cd7fdb996f7a3240ac39fb96')
package() {
install -d "$pkgdir/usr/share/themes"
-
+ rm ${srcdir}/Numix-SX.tar.xz
+
cp -r ${srcdir}/* "$pkgdir/usr/share/themes/"
}