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 e403eb9773ef..b2ab4c4ff0c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = sweet-theme-git
pkgdesc = Light and dark colorful Gtk3.20+ theme
pkgver = r27.48b4999
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/EliverLara/Sweet
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 db598460e07e..f73a87528640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=sweet-theme-git
_pkgname=Sweet
pkgver=r27.48b4999
-pkgrel=1
+pkgrel=2
pkgdesc="Light and dark colorful Gtk3.20+ 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')