summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzerophase2015-12-03 09:29:45 -0600
committerzerophase2015-12-03 09:29:45 -0600
commit266953a7db62ba5e70c1acc7213d86f9251501d4 (patch)
tree2222423f9bb06b50d2a6f6897bb3700f35422c92
parent35cad3aeeb56436cf8b1a36aaf48a247e39ce8ac (diff)
downloadaur-266953a7db62ba5e70c1acc7213d86f9251501d4.tar.gz
Fix PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0349fa6b6f0f..56b73647e2c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = gtk-theme-windows10
pkgdesc = GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines.
pkgver = 0.8
- pkgrel = 1
+ pkgrel = 2
url = http://gnome-look.org/content/show.php/Windows+10+Theme?content=171327
arch = any
license = GPL
depends = gtk-engines
depends = gtk-engine-murrine
optdepends = gnome-themes-standard
- source = windows10_light.zip::http://gnome-look.org/content/download.php?content=171327&id=1&tan=61148233
- sha1sums = 6263928f192df1731af0f45e13244a1cd3e4c05a
+ source = http://b00merang.weebly.com/uploads/1/6/8/1/16813022/windows_10_light_v0.8.zip
+ sha1sums = 8710f97415ec950da5971a88f1615b5b050b69d1
pkgname = gtk-theme-windows10
diff --git a/PKGBUILD b/PKGBUILD
index dfcd9a03dc5a..5eba0ae2a5f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=gtk-theme-windows10
pkgver=0.8
-pkgrel=1
+pkgrel=2
pkgdesc="GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines."
arch=('any')
url="http://gnome-look.org/content/show.php/Windows+10+Theme?content=171327"
license=('GPL')
depends=('gtk-engines' 'gtk-engine-murrine')
optdepends=('gnome-themes-standard')
-source=("windows10_light.zip::http://gnome-look.org/content/download.php?content=171327&id=1&tan=61148233")
-sha1sums=('6263928f192df1731af0f45e13244a1cd3e4c05a')
+source=http://b00merang.weebly.com/uploads/1/6/8/1/16813022/windows_10_light_v0.8.zip
+sha1sums=('8710f97415ec950da5971a88f1615b5b050b69d1')
package() {
- cd Windows\ 10
+ cd Windows\ 10\ Light
# create theme dir
install -d -m 755 "$pkgdir/usr/share/themes/Windows10"