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