summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2020-02-15 22:45:51 +0100
committerFrederic Bezies2020-02-15 22:45:51 +0100
commit9e7d3b528a8f13fef858334394b74eb9aa5e974c (patch)
tree59387569cc1274610d4eb743f178805515610d8c
parentd31795001f46dea0f6ca58275893530005314ca8 (diff)
downloadaur-9e7d3b528a8f13fef858334394b74eb9aa5e974c.tar.gz
3.2 update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b5c4e682ae3..0b65e9ee6127 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk-theme-windows10-dark
pkgdesc = GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines
- pkgver = 3.0
+ pkgver = 3.2
pkgrel = 1
url = https://github.com/B00merang-Project/Windows-10-Dark
changelog = gtk-theme-windows10-dark.changelog
@@ -8,7 +8,7 @@ pkgbase = gtk-theme-windows10-dark
license = GPL
optdepends = gtk-engine-murrine: for the GTK2 theme
optdepends = gnome-themes-extra: for the GTK3 theme?
- source = gtk-theme-windows10-dark-3.0.tar.gz::https://github.com/B00merang-Project/Windows-10-Dark/archive/3.0-dark.tar.gz
+ source = gtk-theme-windows10-dark-3.2.tar.gz::https://github.com/B00merang-Project/Windows-10-Dark/archive/3.0-dark.tar.gz
sha1sums = d92fcedd23d233c2e05c40e82873275965385f4c
pkgname = gtk-theme-windows10-dark
diff --git a/PKGBUILD b/PKGBUILD
index df79a5700bf0..fa6213a27fc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,8 @@
# Contributor: Michael Lojkovic <mikelojkovic@gmail.com>
pkgname=gtk-theme-windows10-dark
-pkgver=3.0
+pkgver=3.2
+_pkgver=3.0
pkgrel=1
pkgdesc="GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines"
arch=('any')
@@ -16,7 +17,7 @@ sha1sums=('d92fcedd23d233c2e05c40e82873275965385f4c')
package() {
- cd Windows-10-Dark-${pkgver}-dark
+ cd Windows-10-Dark-${_pkgver}-dark
# create theme dir
install -d -m 755 "$pkgdir/usr/share/themes/Windows10Dark"