summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgrimi2017-11-24 22:20:05 +0100
committergrimi2017-11-24 22:20:05 +0100
commit56d36ccaed397112b58cd4b8c213b6ad04477587 (patch)
tree303264beeec33cee17fabf9910dd2e20861f16ea /PKGBUILD
parent66cd5153a03fe5a9b0f8390c149ed3c77d4a7313 (diff)
downloadaur-56d36ccaed397112b58cd4b8c213b6ad04477587.tar.gz
Upstream: 2.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fae7743e31b0..0b87c1be29fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: grimi <grimi at poczta dot fm>
pkgname=matcha-gtk-theme
-pkgver=2.5
+pkgver=2.6
pkgrel=1
pkgdesc="A flat design theme for GNOME, MATE, Openbox, Unity, XFCE, Budgie"
arch=('any')
url='https://www.gnome-look.org/p/1187179'
license=('GPL3')
depends=('gtk-engine-murrine' 'gtk-engines' 'gtk3')
-source=("${pkgname}-${pkgver}.tar.gz::https://dl.opendesktop.org/api/files/download/id/1509594446/Matcha-Theme.tar.xz")
-sha256sums=('ccdce8a8de46a31cc53e2cd5f19afc173ae2dbcfaf22cf0c765203f2ffc9e175')
+source=("${pkgname}-${pkgver}.tar.gz::https://dl.opendesktop.org/api/files/download/id/1511178505/Matcha-Theme.tar.xz")
+sha256sums=('7c9205a6bd267239866778815a073c3197589b31f1abf8ad4d6eaf9ee8d6d3cb')
prepare() {
cd Matcha-Theme/Matcha/openbox-3
@@ -19,6 +19,6 @@ prepare() {
package() {
cd Matcha-Theme
find Matcha{,-Dark}/ -type f ! -name thumbnail.png -exec install -Dm644 "{}" "${pkgdir}/usr/share/themes/{}" \;
- find Matcha/ -type l -exec cp -d "{}" "${pkgdir}/usr/share/themes/{}" \;
+ find Matcha/ -type l -exec cp -d "{}" "${pkgdir}/usr/share/themes/{}" \;
}