summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-04-07 23:51:43 -0600
committerMark Wagie2020-04-07 23:51:43 -0600
commitd3fa80e8c159b41b57dc84b96dc5553b44897508 (patch)
treea9708ed2e8c043cb4e7a03d271f961ffdc37f83f /PKGBUILD
parentf4c752baf351e206233887e2d8ddeb3462db2c33 (diff)
downloadaur-d3fa80e8c159b41b57dc84b96dc5553b44897508.tar.gz
updated to 2020-04-08
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2219f42dcef..d3539423b759 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: grimi <grimi at poczta dot fm>
pkgname=matcha-gtk-theme
_pkgname=Matcha-gtk-theme
-_pkgver=2020-04-03
+_pkgver=2020-04-08
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="A flat design theme for GTK 3, GTK 2 and GNOME Shell"
@@ -17,10 +17,10 @@ optdepends=('matcha-icon-theme: Matching icon theme'
'kvantum-theme-matcha: Matching Kvantum theme')
source=("$pkgname-$_pkgver.zip::https://github.com/vinceliuice/Matcha-gtk-theme/archive/$_pkgver.tar.gz")
options=('!strip')
-sha256sums=('9dbae48a1f2e5f87567a75527f43e287d21a8634e0bc4853cea6ef01324b17e6')
+sha256sums=('b672e04cc94aacf693e7d7fc533b33a50658b602af50dea579d76032d44fbb11')
package() {
cd "$_pkgname-$_pkgver"
- install -dm755 "$pkgdir/usr/share/themes"
+ install -d "$pkgdir/usr/share/themes"
./install.sh -d "$pkgdir/usr/share/themes"
}