summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortheFerdi2652016-09-20 16:32:39 +0200
committertheFerdi2652016-09-20 16:32:39 +0200
commit2da5b352217de511fe394445106f84d0263316ec (patch)
tree900b04297ca31ef269e71fe41643f655ce6b22ca
parent5b2395730dbf29afb7b82812bfd63818e62c8465 (diff)
downloadaur-2da5b352217de511fe394445106f84d0263316ec.tar.gz
Fix damn PKGBUILD for updates
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec9c702913ad..3d6dbf41d358 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Sep 20 14:24:14 UTC 2016
+# Tue Sep 20 14:32:28 UTC 2016
pkgbase = gtk-theme-numix-solarized
pkgdesc = Solarized versions of Numix GTK2 and GTK3 theme, compatible with GTK 3.20
pkgver = 20160919
@@ -9,7 +9,7 @@ pkgbase = gtk-theme-numix-solarized
license = GPL3
makedepends = make
depends = gtk-engine-murrine
- source = https://github.com/Ferdi265/numix-solarized-gtk-theme/releases/download/20160919/NumixSolarized.tar.gz
+ source = https://github.com/Ferdi265/numix-solarized-gtk-theme/releases/download/20160919/NumixSolarized-20160919.tar.gz
md5sums = 3649953306ed02961b6df0862912e674
pkgname = gtk-theme-numix-solarized
diff --git a/PKGBUILD b/PKGBUILD
index 29b346ab6be8..3d5a3f40d3aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +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/20160919/NumixSolarized.tar.gz')
+source=("https://github.com/Ferdi265/numix-solarized-gtk-theme/releases/download/$pkgver/NumixSolarized-$pkgver.tar.gz")
md5sums=('3649953306ed02961b6df0862912e674')
package() {
mkdir -p $pkgdir/usr/share/themes
- cp -r NumixSolarized $pkgdir/usr/share/themes
- cp -r NumixSolarizedDark $pkgdir/usr/share/themes
+ mv NumixSolarized $pkgdir/usr/share/themes
+ mv NumixSolarizedDark $pkgdir/usr/share/themes
}