summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorm8D22019-05-20 11:46:44 -0700
committerm8D22019-05-20 11:46:44 -0700
commitc53bcf7cfab3473e0c10075ff6e1a188ae21fe64 (patch)
treea5df74aa9a6b107dc4790b96ae3e020118ecc7e8
parent6fbcbf72b764d56f82886692c65548b959668996 (diff)
downloadaur-c53bcf7cfab3473e0c10075ff6e1a188ae21fe64.tar.gz
move sassc to makedepends()
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e94b1f8f9941..7f40a0f61a2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = zuki-themes
pkgdesc = Zuki themes for GNOME, Xfce and more.
pkgver = 3.32_4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lassekongo83/zuki-themes
arch = any
license = GPL3
makedepends = ninja
makedepends = meson
+ makedepends = sassc
depends = gtk-engine-murrine
depends = gtk-engines
- depends = sassc
optdepends = ttf-roboto
conflicts = zukitwo-themes-git
source = zuki-themes-3.32_4.tar.gz::https://github.com/lassekongo83/zuki-themes/archive/v3.32-4.tar.gz
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")