summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 752dd9dc5430..cdbe31a32458 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 27 10:32:56 UTC 2018
+# Thu Dec 27 10:40:20 UTC 2018
pkgbase = oomox
pkgdesc = Graphical application for generating different color variations of Numix/Materia/Arc theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
pkgver = 1.9.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/themix-project/oomox
arch = i686
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = oomox
depends = parallel
depends = optipng
depends = python-pillow
- depends = resvg
+ depends = inkscape
optdepends = xorg-xrdb: for the `xresources` theme
optdepends = breeze-icons: more fallback icons
optdepends = gksu: for applying Spotify theme from GUI without polkit
diff --git a/PKGBUILD b/PKGBUILD
index d519da4721a6..7829bbebb970 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _numix_folders_icons_cmt=24e5f6c6603e7f798553d2f24a00de107713c333
pkgname=oomox
pkgver=${_oomox_ver}
-pkgrel=1
+pkgrel=2
pkgdesc='Graphical application for generating different color variations of Numix/Materia/Arc theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.'
arch=('i686' 'x86_64')
url='https://github.com/themix-project/oomox'
@@ -40,9 +40,9 @@ depends=(
'optipng' # materia, arc
'python-pillow' # import_pil
- 'resvg' # materia, arc
+ #'resvg' # materia, arc
##or
- #'inkscape' # materia, arc
+ 'inkscape' # materia, arc
)
optdepends=(
'xorg-xrdb: for the `xresources` theme'