summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzerophase2016-12-02 00:38:43 -0600
committerzerophase2016-12-02 00:38:43 -0600
commite0f505c13fa44a88b486f1702e2bdea113cfa08e (patch)
tree19cf59a937fbd5a90a0571b19a3e5fee74f1625b
parente2cfc4c079baf435af9a9b01a8456e12c762ca25 (diff)
downloadaur-e0f505c13fa44a88b486f1702e2bdea113cfa08e.tar.gz
Update to 0.9.9 AU SP3
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD8
3 files changed, 15 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73701232fea1..b9f700b79e4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 17 16:24:15 UTC 2016
+# Fri Dec 2 06:37:29 UTC 2016
pkgbase = gtk-theme-windows10
pkgdesc = GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines.
- pkgver = 0.9.9_AU
+ pkgver = 0.9.9_AU_SP3
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.9-AU/Windows.10.Light.v0.9.9.SP1.tar.gz
- sha1sums = e61b5b40f67e2ea870c7d51be7a68664d3cf1c54
+ source = https://codeload.github.com/B00merang-Project/Windows-10/zip/Rolling
+ sha1sums = d91bcaef6347faf99afd906bbf5c503c962a1b3d
pkgname = gtk-theme-windows10
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d9d1276e468c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+*~
+*.tmp
+*.pkg.tar.xz
+pkg/*
+src/*
+Rolling
+
diff --git a/PKGBUILD b/PKGBUILD
index 9312733cd5c8..bea939cb7370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Lojkovic <mikelojkovic@gmail.com>
pkgname=gtk-theme-windows10
-pkgver=0.9.9_AU
+pkgver=0.9.9_AU_SP3
pkgrel=1
pkgdesc="GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines."
arch=('any')
@@ -10,11 +10,11 @@ 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/v${pkgver//_/-}/Windows.10.Light.v0.9.9.SP1.tar.gz")
-sha1sums=('e61b5b40f67e2ea870c7d51be7a68664d3cf1c54')
+source=("https://codeload.github.com/B00merang-Project/Windows-10/zip/Rolling")
+sha1sums=('d91bcaef6347faf99afd906bbf5c503c962a1b3d')
package() {
- cd Windows\ 10\ Light
+ cd Windows-10-Rolling/Windows\ 10\ Light
# create theme dir
install -d -m 755 "$pkgdir/usr/share/themes/Windows10"