summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzerophase2016-05-25 11:31:05 -0500
committerzerophase2016-05-25 11:31:05 -0500
commit5119d72b5c486868651cefafff5397ecbde63240 (patch)
tree90747ddf08a8f57e31b7eb96da472a7fa67b3986
parentf79b1b1c070b9a07514fd05fe77cc6b7b22acb7b (diff)
downloadaur-5119d72b5c486868651cefafff5397ecbde63240.tar.gz
Update to v0.9.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e00644e29cbb..152a33b8051d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 8 21:47:03 UTC 2016
+# Wed May 25 16:30:49 UTC 2016
pkgbase = gtk-theme-windows10
pkgdesc = GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines.
- pkgver = 0.9.6
+ pkgver = 0.9.7
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.6/Windows.10.Light.v0.9.6.zip
- sha1sums = 7e0d302080252d9ad1c465f762a7dc7602b187d9
+ source = https://github.com/Elbullazul/Windows-10/releases/download/v0.9.7/Windows.10.Light.v0.9.7.zip
+ sha1sums = 75f49e311aa2bcde348f1890f7e3d059b6a8b667
pkgname = gtk-theme-windows10
diff --git a/PKGBUILD b/PKGBUILD
index 946f1b77cace..29d833a69c70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Lojkovic <mikelojkovic@gmail.com>
pkgname=gtk-theme-windows10
-pkgver=0.9.6
+pkgver=0.9.7
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.6/Windows.10.Light.v0.9.6.zip")
-sha1sums=('7e0d302080252d9ad1c465f762a7dc7602b187d9')
+source=("https://github.com/Elbullazul/Windows-10/releases/download/v0.9.7/Windows.10.Light.v0.9.7.zip")
+sha1sums=('75f49e311aa2bcde348f1890f7e3d059b6a8b667')
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