summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-01-11 23:46:03 +0100
committerNarrat2020-01-11 23:46:03 +0100
commit7b0ceb8284cc98bc0e97a71de1cc5b9cbaf55a43 (patch)
tree10168dbb5668343ac8f4a91cb22e0e9f56693f79
parent37231d641af89fea826811cb79987a57f590903b (diff)
downloadaur-7b0ceb8284cc98bc0e97a71de1cc5b9cbaf55a43.tar.gz
Update to 3.1
And replace upstream url
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD19
2 files changed, 19 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dbed8ae2ffc..9a67c0f0878f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,16 @@
-# Generated by mksrcinfo v8
-# Sun Oct 29 11:26:40 UTC 2017
pkgbase = gtk-theme-windows10
pkgdesc = GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines.
- pkgver = 1.0.0
- pkgrel = 2
- url = https://github.com/Elbullazul/Windows-10
+ pkgver = 3.1
+ pkgrel = 1
+ url = https://github.com/B00merang-Project/Windows-10
changelog = gtk-theme-windows10.changelog
arch = any
license = GPL
- depends = gtk-engines
- depends = gtk-engine-murrine
- optdepends = gnome-themes-standard
- optdepends = windows10-tint2rc
- source = https://github.com/B00merang-Project/Windows-10/archive/v1.0.0.tar.gz
- sha1sums = a58582350cb09b8afdcd5f9bff9e6e5841c48b32
+ optdepends = gnome-themes-extra: for the GTK3 theme?
+ optdepends = gtk-engine-murrine: for the GTK2 theme
+ optdepends = windows10-tint2rc: theme for tint2
+ source = gtk-theme-windows10-3.1.tar.gz::https://github.com/B00merang-Project/Windows-10/archive/3.1.tar.gz
+ sha1sums = 8001807aa6e36f5408854c30d61d3b8dfc39aa9c
pkgname = gtk-theme-windows10
diff --git a/PKGBUILD b/PKGBUILD
index d8961343c2f4..ac3cb49d3a45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,20 @@
-# Maintainer: Michael Lojkovic <mikelojkovic@gmail.com>
+# Contributor: Lex Black <autumn-wind@web.de>
+# Contributor: Michael Lojkovic <mikelojkovic@gmail.com>
pkgname=gtk-theme-windows10
-pkgver=1.0.0
-pkgrel=2
+pkgver=3.1
+pkgrel=1
pkgdesc="GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines."
arch=('any')
-url="https://github.com/Elbullazul/Windows-10"
+url="https://github.com/B00merang-Project/Windows-10"
license=('GPL')
-depends=('gtk-engines' 'gtk-engine-murrine')
-optdepends=('gnome-themes-standard' 'windows10-tint2rc')
+optdepends=('gnome-themes-extra: for the GTK3 theme?'
+ 'gtk-engine-murrine: for the GTK2 theme'
+ 'windows10-tint2rc: theme for tint2')
changelog=${pkgname}.changelog
-source=("https://github.com/B00merang-Project/Windows-10/archive/v1.0.0.tar.gz")
-sha1sums=('a58582350cb09b8afdcd5f9bff9e6e5841c48b32')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/B00merang-Project/Windows-10/archive/${pkgver}.tar.gz")
+sha1sums=('8001807aa6e36f5408854c30d61d3b8dfc39aa9c')
+
package() {
cd Windows-10-$pkgver