summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWernerFP2018-08-11 01:01:21 +0200
committerWernerFP2018-08-11 01:01:21 +0200
commite615f8b20fd106e6edcf25d514841075cd042b57 (patch)
treebf834126f8282f8f640ab766758ff3ea1d81dfae
parentadd7640d1511d7d4f1beff6ccc49c691e170ea48 (diff)
downloadaur-e615f8b20fd106e6edcf25d514841075cd042b57.tar.gz
1.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c6bd9cb6f0b..2bed8a87ccd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk-theme-shades-of-gray
- pkgdesc = A dark GTK-theme with ergonomic contrasts (GNOME, Xfce, Openbox); tweaks for Firefox and Thunderbird are included.
- pkgver = 1.0.4.1
+ pkgdesc = A dark GTK-theme (GNOME, Cinnamon, Xfce, Openbox) in 7 color variants with themes for Firefox and Thunderbird.
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/WernerFP/Shades-of-gray-theme
arch = any
@@ -10,8 +10,8 @@ pkgbase = gtk-theme-shades-of-gray
optdepends = gtk-engine-murrine: for gtk2 themes
optdepends = gtk-engines: for gtk2 themes
conflicts = gtk-theme-shades-of-gray
- source = https://github.com/WernerFP/Shades-of-gray-theme/archive/1.0.4.1.tar.gz
- md5sums = 1e80b3585daaa0991a12e2122f902248
+ source = https://github.com/WernerFP/Shades-of-gray-theme/archive/1.1.0.tar.gz
+ md5sums = 32102eccfcec09d94d65a39657c3e3de
pkgname = gtk-theme-shades-of-gray
diff --git a/PKGBUILD b/PKGBUILD
index 8085f1b63647..c4b54f39c75d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,19 +6,22 @@ _gitname=Shades-of-gray-theme
pkgname=gtk-theme-shades-of-gray
pkgbase=${pkgname}
-pkgver=1.0.4.1
+
+pkgver=1.1.0
pkgrel=1
-pkgdesc='A dark GTK-theme with ergonomic contrasts (GNOME, Xfce, Openbox); tweaks for Firefox and Thunderbird are included.'
+pkgdesc='A dark GTK-theme (GNOME, Cinnamon, Xfce, Openbox) in 7 color variants with themes for Firefox and Thunderbird.'
arch=('any')
url="https://github.com/$_gituser/$_gitname"
license=('GPL3')
+
conflicts=('gtk-theme-shades-of-gray')
depends=('gtk3')
optdepends=('gtk-engine-murrine: for gtk2 themes'
'gtk-engines: for gtk2 themes')
makedepends=('git')
+
source=("https://github.com/$_gituser/$_gitname/archive/$pkgver.tar.gz")
-md5sums=('1e80b3585daaa0991a12e2122f902248')
+md5sums=('32102eccfcec09d94d65a39657c3e3de')
package() {
cd "$srcdir/$_gitname-$pkgver"
@@ -32,4 +35,4 @@ package() {
mv Shades-of-gray-Harvest "$DESTDIR/"
mv Shades-of-gray-Orient "$DESTDIR/"
mv Shades-of-gray-Patina "$DESTDIR/"
-}
+} \ No newline at end of file