summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2af2c9d4848..12322376670f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ant-dracula-theme-git
pkgdesc = Dracula variant of the Ant theme
pkgver = r51.3292a55
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/EliverLara/Ant-Dracula
arch = any
license = GPL
makedepends = inkscape
+ makedepends = optipng
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 37b267df9bd4..0b1891b474e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=ant-dracula-theme-git
_pkgname=Ant-Dracula
pkgver=r51.3292a55
-pkgrel=1
+pkgrel=2
pkgdesc="Dracula variant of the Ant theme"
arch=("any")
url="https://github.com/EliverLara/${_pkgname}"
license=('GPL')
-makedepends=('inkscape')
+makedepends=('inkscape' 'optipng')
optdepends=('ttf-roboto: primary font face defined'
'ttf-ubuntu-font-family: secondary font face defined'
'cantarell-fonts: tertiary font face defined')