summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2019-02-09 22:58:05 -0500
committerTony Lambiris2019-02-09 22:58:05 -0500
commitc93456b72aba6f88702698689f5892bcddb08adb (patch)
treef039962ad8f8ad5c7e34f8eb50ef4ce43be5af84 /PKGBUILD
parentf2ea165d160415d32737d6a86ec4a6cb8b949f4d (diff)
downloadaur-c93456b72aba6f88702698689f5892bcddb08adb.tar.gz
Update makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0496392dcfd..8995cdfe6bfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=nordic-theme-git
_pkgname=Nordic
pkgver=20.b508073
-pkgrel=1
+pkgrel=2
pkgdesc="Dark Gtk3.20+ theme created using the awesome Nord color pallete."
arch=("any")
url="https://github.com/EliverLara/${_pkgname}"
license=('GPL')
+makedepends=('inkscape')
optdepends=('ttf-roboto: primary font face defined'
'ttf-ubuntu-font-family: secondary font face defined'
'cantarell-fonts: tertiary font face defined')
@@ -26,7 +27,7 @@ build() {
export THEME_FONT_FACE="${THEME_FONT_FACE:-Roboto}"
export THEME_FONT_SIZE="${THEME_FONT_SIZE:-10}"
- msg2 "To customize the font size for gnome-shell, build this package"
+ msg2 "To customize the font and size for gnome-shell, build this package"
msg2 "with the variables below set to the desired font family and size"
msg2 "- THEME_FONT_FACE (default font family is Roboto)"
msg2 "- THEME_FONT_SIZE (default font point size is 10)"