summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
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