summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2019-03-27 23:01:15 -0400
committerTony Lambiris2019-03-27 23:01:15 -0400
commit16c98c443d144b56a1319ec114ae32c10a339e25 (patch)
tree68f4f3c8367c377bdbe8207d2d1618f5c9d3d4d3
parent9cb687dacd4a5a1d2c09c8b429ef37cfd4ddfa87 (diff)
downloadaur-16c98c443d144b56a1319ec114ae32c10a339e25.tar.gz
Version bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c3be5265b7b..86fc09d917a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = snow-theme-git
pkgdesc = Light Gtk theme with some gradients
pkgver = r17.ad35149
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/EliverLara/snow
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 14cfa56738da..fe09ae77ae3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=snow-theme-git
_pkgname=snow
pkgver=r17.ad35149
-pkgrel=2
+pkgrel=3
pkgdesc="Light Gtk theme with some gradients"
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')