summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Gonzalez2017-11-08 15:54:35 -0800
committerJason Gonzalez2017-11-08 15:54:35 -0800
commit46b929783b1df1084d6f1f30df540e415599c484 (patch)
tree120b1128aefc605b6777b96d1434bf686af095ab
parentf5a3410100ee25a09648e2999813521f9de26188 (diff)
downloadaur-46b929783b1df1084d6f1f30df540e415599c484.tar.gz
Updated version of JGD-Black
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 416adb44da62..0cdc6fb6107d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = jgd-black
pkgdesc = Black and gray GTK theme collection (GTK 3.20+)
- pkgver = 02_22_17
+ pkgver = 11_08_17
pkgrel = 1
url = http://www.jasong-designs.com/2017/02/04/jgd-black-gtk3/
- arch = i686
- arch = x86_64
+ arch = any
license = GPL3
depends = gtk3
depends = gtk2
depends = gtk-engines
optdepends = openbox: optional window manager theme
optdepends = ttf-dejavu: font support
- source = https://github.com/jgpws/jgd-black/raw/master/downloads/jgd-black-02-22-17.tar.gz
- md5sums = 6cd0387921ebfc20572700a6b31030e4
+ source = https://github.com/jgpws/jgd-black/raw/master/downloads/jgd-black-11-08-17.tar.gz
+ md5sums = 9e726d0b10c41d142a4f8dda8d621d44
pkgname = jgd-black
diff --git a/PKGBUILD b/PKGBUILD
index 8dde80f9f7de..9fbe2e801405 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Jason Gonzalez <jason at jasong-designs dot com>
pkgname=jgd-black
-pkgver=02_22_17
+pkgver=11_08_17
pkgrel=1
pkgdesc="Black and gray GTK theme collection (GTK 3.20+)"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://www.jasong-designs.com/2017/02/04/jgd-black-gtk3/"
license=('GPL3')
depends=('gtk3' 'gtk2' 'gtk-engines')
@@ -14,8 +14,8 @@ source=("https://github.com/jgpws/jgd-black/raw/master/downloads/$pkgname-${pkgv
package() {
cd "${srcdir}"
- tar -xzvf jgd-black-02-22-17.tar.gz
+ tar -xzvf jgd-black-11-08-17.tar.gz
sudo cp -R JGD-Black /usr/share/themes
}
-md5sums=('6cd0387921ebfc20572700a6b31030e4')
+md5sums=('9e726d0b10c41d142a4f8dda8d621d44')