summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrimi2018-01-30 19:14:12 +0100
committergrimi2018-01-30 19:14:12 +0100
commitaf0e7e7e8df31b48989ef5573126fd1a6afbda8e (patch)
tree32a72349ab520b92d8a219ad766b1191daf80db5
parent37c1c4a988a6d267f14b858ae4757a049d59070f (diff)
downloadaur-af0e7e7e8df31b48989ef5573126fd1a6afbda8e.tar.gz
Upstream: 3.6.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0782fc564e2b..c2e603c6d451 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = matcha-gtk-theme
pkgdesc = A flat design theme for GNOME, MATE, Openbox, Unity, XFCE, Budgie
- pkgver = 3.6
+ pkgver = 3.6.1
pkgrel = 1
url = https://www.gnome-look.org/p/1187179
arch = any
@@ -8,10 +8,10 @@ pkgbase = matcha-gtk-theme
depends = gtk-engine-murrine
depends = gtk-engines
depends = gtk3
- source = matcha-gtk-theme-3.6.tar.xz::https://dl.opendesktop.org/api/files/downloadfile/id/1517242052/s/986588ca9036a7be460f80e77866b327/t/1517253537/Matcha.tar.xz
- source = matcha-gtk-theme-dark-3.6.tar.xz::https://dl.opendesktop.org/api/files/downloadfile/id/1517242055/s/986588ca9036a7be460f80e77866b327/t/1517253537/Matcha-dark.tar.xz
- sha256sums = b2d8212a01fca0667fba3a81ed3e4473c127a2081c56e2b4de32a5cbd9f664ae
- sha256sums = 5f7c4d6d2d80088d26d8abfc09908bfe7eda0660c69e17ac8c1856fe9323ceff
+ source = matcha-gtk-theme-3.6.1.tar.xz::https://dl.opendesktop.org/api/files/downloadfile/id/1517313712/s/8831933e2c368e4a1b0b7379071a28cd/t/1517339651/Matcha.tar.xz
+ source = matcha-gtk-theme-dark-3.6.1.tar.xz::https://dl.opendesktop.org/api/files/downloadfile/id/1517313715/s/8831933e2c368e4a1b0b7379071a28cd/t/1517339651/Matcha-dark.tar.xz
+ sha256sums = 6bf970d269e5b79acc77060ca7e930fb1e97a1f950fb904877bef1c55fac7f44
+ sha256sums = 76ee699164327d5d0f23f6c4554930cef6b878596783d1dd25dbfaf39e8c41fc
pkgname = matcha-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index 53f8aa6aefd4..6af6023c0d80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grimi <grimi at poczta dot fm>
pkgname=matcha-gtk-theme
-pkgver=3.6
+pkgver=3.6.1
pkgrel=1
pkgdesc="A flat design theme for GNOME, MATE, Openbox, Unity, XFCE, Budgie"
arch=('any')
@@ -9,11 +9,11 @@ url='https://www.gnome-look.org/p/1187179'
license=('GPL3')
depends=('gtk-engine-murrine' 'gtk-engines' 'gtk3')
_hash_time=($(curl -s "$url"|grep -e "hash =" -e "timetamp ="|sed "s/.*= '\(.*\)';/\1/"))
-source=("${pkgname}-${pkgver}.tar.xz::https://dl.opendesktop.org/api/files/downloadfile/id/1517242052/s/${_hash_time[0]}/t/${_hash_time[1]}/Matcha.tar.xz"
- "${pkgname}-dark-${pkgver}.tar.xz::https://dl.opendesktop.org/api/files/downloadfile/id/1517242055/s/${_hash_time[0]}/t/${_hash_time[1]}/Matcha-dark.tar.xz")
+source=("${pkgname}-${pkgver}.tar.xz::https://dl.opendesktop.org/api/files/downloadfile/id/1517313712/s/${_hash_time[0]}/t/${_hash_time[1]}/Matcha.tar.xz"
+ "${pkgname}-dark-${pkgver}.tar.xz::https://dl.opendesktop.org/api/files/downloadfile/id/1517313715/s/${_hash_time[0]}/t/${_hash_time[1]}/Matcha-dark.tar.xz")
-sha256sums=('b2d8212a01fca0667fba3a81ed3e4473c127a2081c56e2b4de32a5cbd9f664ae'
- '5f7c4d6d2d80088d26d8abfc09908bfe7eda0660c69e17ac8c1856fe9323ceff')
+sha256sums=('6bf970d269e5b79acc77060ca7e930fb1e97a1f950fb904877bef1c55fac7f44'
+ '76ee699164327d5d0f23f6c4554930cef6b878596783d1dd25dbfaf39e8c41fc')
prepare() {
@@ -21,7 +21,7 @@ prepare() {
sed -i 's/\(menu.items.text.color:\).*$/\1 #d3c2c5/; s/\(menu.items.bg.color:\).*$/\1 #1f2729/;
s/\(menu.border.color:\).*$/\1 #2d3036/; s/\(menu.seperator.color:\).*$/\1 #32353b/' \
Matcha-dark/openbox-3/themerc
- sed -i 's/rgba(255, 255, 255, 0.3); }/rgba(0, 0, 0, 0.3); }/' Matcha/gtk-3.0/gtk.css
+ sed -i 's/rgba(255, 255, 255, 0.3); }/rgba(0, 0, 0, 0.5); }/' Matcha/gtk-3.0/gtk.css
}
package() {