summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzerophase2016-05-17 20:01:08 -0500
committerzerophase2016-05-17 20:01:08 -0500
commit75aa542da384f7cb752838f654a4f3b4dbfb0870 (patch)
tree7f137eb3eb47744eae90c96d9db6a9fb6e8a9a8a
parent9191e7de8a3d74d81dd0a94056a5732976a4f772 (diff)
downloadaur-75aa542da384f7cb752838f654a4f3b4dbfb0870.tar.gz
update to v0.9.7-beta
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a60fed04b99..02a62154fcea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu May 5 22:59:41 UTC 2016
+# Wed May 18 01:00:24 UTC 2016
pkgbase = gtk-theme-windows10-git
pkgdesc = Testing build of GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines.
- pkgver = 0.9.7.Alpha
- pkgrel = 2
+ pkgver = 0.9.7-beta
+ pkgrel = 1
url = https://github.com/Elbullazul/Windows-10
arch = any
license = GPL
@@ -11,8 +11,8 @@ pkgbase = gtk-theme-windows10-git
depends = gtk-engine-murrine
optdepends = gnome-themes-standard
optdepends = windows10-tint2rc
- source = https://github.com/Elbullazul/Windows-10/releases/download/v0.9.7-alpha/Windows.10.Light.v0.9.7.Alpha.tar.gz
- sha1sums = 5674bc6321fef7c4dea3fea9551d4026c27933cf
+ source = https://github.com/Elbullazul/Windows-10/releases/download/v0.9.7-beta/Windows.10.Light.v0.9.7-beta.zip
+ sha1sums = 3502ea40722a4166112a6b6249c6cc5db48b58e0
pkgname = gtk-theme-windows10-git
diff --git a/PKGBUILD b/PKGBUILD
index 911be4ea747e..f0cf3499e723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Michael Lojkovic <mikelojkovic@gmail.com>
pkgname=gtk-theme-windows10-git
-pkgver=0.9.7.Alpha
-_pkgver=v0.9.7-alpha
+pkgver=0.9.7-beta
+_pkgver=v0.9.7-beta
_pkgname=Windows.10.Light
-pkgrel=2
+pkgrel=1
pkgdesc="Testing build of GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines."
arch=('any')
url="https://github.com/Elbullazul/Windows-10"
license=('GPL')
depends=('gtk-engines' 'gtk-engine-murrine')
optdepends=('gnome-themes-standard' 'windows10-tint2rc')
-source=("https://github.com/Elbullazul/Windows-10/releases/download/${_pkgver}/${_pkgname}.v${pkgver}.tar.gz")
-sha1sums=('5674bc6321fef7c4dea3fea9551d4026c27933cf')
+source=("https://github.com/Elbullazul/Windows-10/releases/download/v${pkgver}/${_pkgname}.v${pkgver}.zip")
+sha1sums=('3502ea40722a4166112a6b6249c6cc5db48b58e0')
package() {
cd Windows\ 10\ Light
@@ -23,4 +23,4 @@ package() {
# install theme
find . -type f -exec \
install -D -m 644 '{}' "$pkgdir/usr/share/themes/Windows10_Alpha/{}" \;
-}
+} \ No newline at end of file