summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzerophase2016-05-17 20:01:08 -0500
committerzerophase2016-05-17 20:01:08 -0500
commit75aa542da384f7cb752838f654a4f3b4dbfb0870 (patch)
tree7f137eb3eb47744eae90c96d9db6a9fb6e8a9a8a /PKGBUILD
parent9191e7de8a3d74d81dd0a94056a5732976a4f772 (diff)
downloadaur-75aa542da384f7cb752838f654a4f3b4dbfb0870.tar.gz
update to v0.9.7-beta
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
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