summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzerophase2015-12-12 01:15:59 -0600
committerzerophase2015-12-12 01:15:59 -0600
commit00f00c04a9c714c6ecf6e3b7862fcfbc0f7dc917 (patch)
treeb10c286ce43ccb9bd927528c4dedc69cdc2d1944
parentd41e689369da4e13a5d7dac42995da6d6b1415b5 (diff)
downloadaur-00f00c04a9c714c6ecf6e3b7862fcfbc0f7dc917.tar.gz
Updates to v0.8.1, previous was v0.8.sp1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD15
-rw-r--r--gtk-theme-windows10-dark.changelog0
3 files changed, 15 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20f9ab1e659a..2a7d49c1095e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
# Generated by mksrcinfo v8
-# Tue Dec 8 04:16:45 UTC 2015
+# Sat Dec 12 07:14:51 UTC 2015
pkgbase = gtk-theme-windows10-dark
pkgdesc = GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines.
- pkgver = 0.8.sp1
- pkgrel = 2
- url = http://gnome-look.org/content/show.php/Windows+10+Theme?content=171327
+ pkgver = 0.8.1
+ pkgrel = 4
+ url = https://github.com/Elbullazul/Windows-10
+ changelog = gtk-theme-windows10-dark.changelog
arch = any
license = GPL
depends = gtk-engines
depends = gtk-engine-murrine
optdepends = gnome-themes-standard
- source = https://github.com/Elbullazul/Windows-10/releases/download/v0.8/Windows.10.Dark.v0.8.SP1.zip
- sha1sums = 9666fb30f84c982b599864fa857a556eb65f00ed
+ source = https://github.com/Elbullazul/Windows-10/releases/download/v0.8.1/Windows.10.dark.v0.8.1.zip
+ sha1sums = 638b54ba396b0da806fcb2f6d33d04672872b805
pkgname = gtk-theme-windows10-dark
diff --git a/PKGBUILD b/PKGBUILD
index de25bbfcfaca..f8070d3d93c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,27 @@
# Maintainer: Michael Lojkovic <mikelojkovic@gmail.com>
pkgname=gtk-theme-windows10-dark
-pkgver=0.8.sp1
-pkgrel=2
+pkgver=0.8.1
+pkgrel=4
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"
+url="https://github.com/Elbullazul/Windows-10"
license=('GPL')
depends=('gtk-engines' 'gtk-engine-murrine')
optdepends=('gnome-themes-standard')
-source=("https://github.com/Elbullazul/Windows-10/releases/download/v0.8/Windows.10.Dark.v0.8.SP1.zip")
-sha1sums=('9666fb30f84c982b599864fa857a556eb65f00ed')
+changelog=(${pkgname}.changelog)
+source=("https://github.com/Elbullazul/Windows-10/releases/download/v0.8.1/Windows.10.dark.v0.8.1.zip")
+sha1sums=('638b54ba396b0da806fcb2f6d33d04672872b805')
package() {
cd Windows\ 10\ Dark
# create theme dir
- install -d -m 755 "$pkgdir/usr/share/themes/Windows10Dark"
+ install -d -m 755 "$pkgdir/usr/share/themes/Windows10"
# install theme
find . -type f -exec \
- install -D -m 644 '{}' "$pkgdir/usr/share/themes/Windows10Dark/{}" \;
+ install -D -m 644 '{}' "$pkgdir/usr/share/themes/Windows10/{}" \;
}
diff --git a/gtk-theme-windows10-dark.changelog b/gtk-theme-windows10-dark.changelog
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/gtk-theme-windows10-dark.changelog