summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorm8D22019-05-20 11:46:44 -0700
committerm8D22019-05-20 11:46:44 -0700
commitc53bcf7cfab3473e0c10075ff6e1a188ae21fe64 (patch)
treea5df74aa9a6b107dc4790b96ae3e020118ecc7e8 /PKGBUILD
parent6fbcbf72b764d56f82886692c65548b959668996 (diff)
downloadaur-c53bcf7cfab3473e0c10075ff6e1a188ae21fe64.tar.gz
move sassc to makedepends()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa1a656a4fac..2e2123ad4ae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=zuki-themes
pkgver=3.32_4
-pkgrel=1
+pkgrel=2
pkgdesc="Zuki themes for GNOME, Xfce and more."
arch=('any')
url="https://github.com/lassekongo83/zuki-themes"
license=(GPL3)
-depends=(gtk-engine-murrine gtk-engines sassc)
-makedepends=(ninja meson)
+depends=(gtk-engine-murrine gtk-engines)
+makedepends=(ninja meson sassc)
optdepends=(ttf-roboto)
conflicts=(zukitwo-themes-git)
source=("$pkgname-$pkgver.tar.gz::https://github.com/lassekongo83/zuki-themes/archive/v${pkgver//_/-}.tar.gz")