summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZerophase2017-06-27 19:46:28 -0500
committerZerophase2017-06-27 19:46:28 -0500
commit0469dea3b4318fd32d6629debf0ca366ecee19da (patch)
treeec0ec67ec9e4daa1067bb43db2af58eda61f5d5b
parente0f505c13fa44a88b486f1702e2bdea113cfa08e (diff)
downloadaur-0469dea3b4318fd32d6629debf0ca366ecee19da.tar.gz
Update to v1.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9f700b79e4c..e08d8100e735 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 2 06:37:29 UTC 2016
+# Wed Jun 28 00:46:16 UTC 2017
pkgbase = gtk-theme-windows10
pkgdesc = GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines.
- pkgver = 0.9.9_AU_SP3
+ pkgver = 1.0.0
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://codeload.github.com/B00merang-Project/Windows-10/zip/Rolling
- sha1sums = d91bcaef6347faf99afd906bbf5c503c962a1b3d
+ source = https://github.com/B00merang-Project/Windows-10/archive/v1.0.0.tar.gz
+ sha1sums = a58582350cb09b8afdcd5f9bff9e6e5841c48b32
pkgname = gtk-theme-windows10
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')