summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2019-02-16 17:53:45 -0500
committerTony Lambiris2019-02-16 17:53:45 -0500
commit6ea040023ed5d5eea2b3abf66dee53677bcd1911 (patch)
tree24e55a56152f103f01543e1b131fb14a30ffc871
parent8cc1c41f2eb848a9e4168ce697658883350d9e06 (diff)
downloadaur-6ea040023ed5d5eea2b3abf66dee53677bcd1911.tar.gz
Version bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29f3da48f734..cacd24521774 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = ant-dracula-theme-git
pkgdesc = Dracula variant of the Ant theme
pkgver = 50.ffc0fa2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/EliverLara/Ant-Dracula
arch = any
license = GPL
+ makedepends = inkscape
optdepends = ttf-roboto: primary font face defined
optdepends = ttf-ubuntu-font-family: secondary font face defined
optdepends = cantarell-fonts: tertiary font face defined
diff --git a/PKGBUILD b/PKGBUILD
index a6c5449c1123..d9a1f94a2ed0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=ant-dracula-theme-git
_pkgname=Ant-Dracula
pkgver=50.ffc0fa2
-pkgrel=1
+pkgrel=2
pkgdesc="Dracula variant of the Ant theme"
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)"