diff options
author | Mark Wagie | 2021-05-20 08:41:32 -0600 |
---|---|---|
committer | Mark Wagie | 2021-05-20 08:41:32 -0600 |
commit | 92e0de31a23de9913b2693e0fb92641d785fee11 (patch) | |
tree | dd8826760bce356ce8edcfb777fb24913e357d97 /PKGBUILD | |
parent | d121c9a283c542e687a0342c3ebb818f8fe0bdc6 (diff) | |
download | aur-92e0de31a23de9913b2693e0fb92641d785fee11.tar.gz |
2021-05-20
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,9 +3,9 @@ # Contributor: Michael J. Pento <mjpento@verizon.net> # Contributor: grimi <grimi at poczta dot fm> pkgname=matcha-gtk-theme -_pkgver=2021-04-09 +_pkgver=2021-05-20 pkgver=${_pkgver//-/.} -pkgrel=2 +pkgrel=1 pkgdesc="A flat design theme for GTK 3, GTK 2 and GNOME Shell" arch=('any') url="https://vinceliuice.github.io/theme-matcha.html" @@ -14,8 +14,8 @@ optdepends=('gtk-engine-murrine: GTK2 theme support' 'gtk-engines: GTK2 theme support' 'qogir-icon-theme: Recommended icon theme' 'kvantum-theme-matcha: Matching Kvantum theme') -source=("$pkgname-$_pkgver.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/$_pkgver.tar.gz") options=('!strip') +source=("$pkgname-$_pkgver.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/$_pkgver.tar.gz") sha256sums=('a589459eeb0552665bffd0a5de851c0fa7a4b4dbae0ba995f93271b11ced64d2') package() { |