summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZerophase2017-06-27 19:46:28 -0500
committerZerophase2017-06-27 19:46:28 -0500
commit0469dea3b4318fd32d6629debf0ca366ecee19da (patch)
treeec0ec67ec9e4daa1067bb43db2af58eda61f5d5b /PKGBUILD
parente0f505c13fa44a88b486f1702e2bdea113cfa08e (diff)
downloadaur-0469dea3b4318fd32d6629debf0ca366ecee19da.tar.gz
Update to v1.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bea939cb7370..eb4611a50d7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Lojkovic <mikelojkovic@gmail.com>
pkgname=gtk-theme-windows10
-pkgver=0.9.9_AU_SP3
+pkgver=1.0.0
pkgrel=1
pkgdesc="GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines."
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('gtk-engines' 'gtk-engine-murrine')
optdepends=('gnome-themes-standard' 'windows10-tint2rc')
changelog=${pkgname}.changelog
-source=("https://codeload.github.com/B00merang-Project/Windows-10/zip/Rolling")
+source=("https://github.com/B00merang-Project/Windows-10/archive/v1.0.0.tar.gz")
sha1sums=('d91bcaef6347faf99afd906bbf5c503c962a1b3d')
package() {
@@ -23,3 +23,4 @@ package() {
find . -type f -exec \
install -D -m 644 '{}' "$pkgdir/usr/share/themes/Windows10/{}" \;
}
+sha1sums=('a58582350cb09b8afdcd5f9bff9e6e5841c48b32')