diff options
author | Mark Wagie | 2021-04-09 08:56:21 -0600 |
---|---|---|
committer | Mark Wagie | 2021-04-09 08:56:21 -0600 |
commit | d121c9a283c542e687a0342c3ebb818f8fe0bdc6 (patch) | |
tree | 9ed8918292ded8ad013b6651aece9f27f18d07fa /PKGBUILD | |
parent | 90ef34d556a86d5f357418d481c9606ec7506784 (diff) | |
download | aur-d121c9a283c542e687a0342c3ebb818f8fe0bdc6.tar.gz |
adjust dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -5,13 +5,14 @@ pkgname=matcha-gtk-theme _pkgver=2021-04-09 pkgver=${_pkgver//-/.} -pkgrel=1 +pkgrel=2 pkgdesc="A flat design theme for GTK 3, GTK 2 and GNOME Shell" arch=('any') url="https://vinceliuice.github.io/theme-matcha.html" license=('GPL3') -depends=('gtk-engine-murrine' 'gtk-engines' 'gtk3') -optdepends=('qogir-icon-theme: Recommended icon theme' +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') |