summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzerophase2015-12-07 17:56:20 -0600
committerzerophase2015-12-07 17:56:20 -0600
commit2432129f7b028c562dea417a32967df3ee8bbf8d (patch)
tree4eb0807b7c9daec8b9774fc42a53fa8836d64c03
parent011934681203b549435c02a2d0db2ce466077cf7 (diff)
downloadaur-2432129f7b028c562dea417a32967df3ee8bbf8d.tar.gz
fixed inccorect source
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d19af3563af..6a34614ad496 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Dec 7 18:51:23 UTC 2015
+# Mon Dec 7 23:55:47 UTC 2015
pkgbase = gtk-theme-windows10
pkgdesc = GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines.
pkgver = 0.8.sp1
- 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 = http://gnome-look.org/content/download.php?content=171327
+ source = https://github.com/Elbullazul/Windows-10/releases/download/v0.8/Windows.10.Light.v0.8.SP1.zip
sha1sums = 868c87b4b3c74d119446cc3696573ad696e87cdd
pkgname = gtk-theme-windows10
diff --git a/PKGBUILD b/PKGBUILD
index d8de113cff5c..b39899137c72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=gtk-theme-windows10
pkgver=0.8.sp1
-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=http://gnome-look.org/content/download.php?content=171327
+source=("https://github.com/Elbullazul/Windows-10/releases/download/v0.8/Windows.10.Light.v0.8.SP1.zip")
sha1sums=('868c87b4b3c74d119446cc3696573ad696e87cdd')
package() {