summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzerophase2016-06-17 16:36:12 -0500
committerzerophase2016-06-17 16:36:12 -0500
commit2c8d2794727cf253493551df2f211017cfab20f8 (patch)
tree916750f2559176d9c72d7f1fe5c69c463120fc81
parent5119d72b5c486868651cefafff5397ecbde63240 (diff)
downloadaur-2c8d2794727cf253493551df2f211017cfab20f8.tar.gz
update to 0.9.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 152a33b8051d..8512dc159e2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 25 16:30:49 UTC 2016
+# Fri Jun 17 21:35:58 UTC 2016
pkgbase = gtk-theme-windows10
pkgdesc = GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines.
- pkgver = 0.9.7
+ pkgver = 0.9.8
pkgrel = 1
url = https://github.com/Elbullazul/Windows-10
changelog = gtk-theme-windows10.changelog
@@ -12,8 +12,8 @@ pkgbase = gtk-theme-windows10
depends = gtk-engine-murrine
optdepends = gnome-themes-standard
optdepends = windows10-tint2rc
- source = https://github.com/Elbullazul/Windows-10/releases/download/v0.9.7/Windows.10.Light.v0.9.7.zip
- sha1sums = 75f49e311aa2bcde348f1890f7e3d059b6a8b667
+ source = https://github.com/Elbullazul/Windows-10/releases/download/v0.9.8/Windows.10.Light.v0.9.7.zip
+ sha1sums = 6dd5daa45d60cb168ddeedfe1b338b0aa2bbe209
pkgname = gtk-theme-windows10
diff --git a/PKGBUILD b/PKGBUILD
index 29d833a69c70..52903fa9783a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Lojkovic <mikelojkovic@gmail.com>
pkgname=gtk-theme-windows10
-pkgver=0.9.7
+pkgver=0.9.8
pkgrel=1
pkgdesc="GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines."
arch=('any')
@@ -10,8 +10,8 @@ license=('GPL')
depends=('gtk-engines' 'gtk-engine-murrine')
optdepends=('gnome-themes-standard' 'windows10-tint2rc')
changelog=${pkgname}.changelog
-source=("https://github.com/Elbullazul/Windows-10/releases/download/v0.9.7/Windows.10.Light.v0.9.7.zip")
-sha1sums=('75f49e311aa2bcde348f1890f7e3d059b6a8b667')
+source=("https://github.com/Elbullazul/Windows-10/releases/download/v0.9.8/Windows.10.Light.v0.9.7.zip")
+sha1sums=('6dd5daa45d60cb168ddeedfe1b338b0aa2bbe209')
package() {
cd Windows\ 10\ Light
@@ -22,4 +22,4 @@ package() {
# install theme
find . -type f -exec \
install -D -m 644 '{}' "$pkgdir/usr/share/themes/Windows10/{}" \;
-} \ No newline at end of file
+}