summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD13
2 files changed, 16 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64cd5e777250..8d366c481da0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 19 19:59:48 UTC 2018
+# Fri Mar 16 17:45:18 UTC 2018
pkgbase = oomox
pkgdesc = Graphical application for generating different color variations of Numix/Materia theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
- pkgver = 1.5.0.5
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/actionless/oomox
arch = i686
@@ -22,6 +22,7 @@ pkgbase = oomox
depends = parallel
depends = polkit
depends = python-gobject
+ depends = python-pillow
depends = sassc
depends = zip
optdepends = xorg-xrdb: for the `xresources` theme
@@ -30,15 +31,15 @@ pkgbase = oomox
provides = oomox
conflicts = oomox-git
options = !strip
- source = oomox-1.5.0.5.tar.gz::https://github.com/actionless/oomox/archive/1.5.0.5.tar.gz
- source = oomox-gtk-theme-1.6.1.tar.gz::https://github.com/actionless/oomox-gtk-theme/archive/1.6.1.tar.gz
- source = materia-theme-20180110.tar.gz::https://github.com/nana-4/materia-theme/archive/v20180110.tar.gz
+ source = oomox-1.6.0.tar.gz::https://github.com/actionless/oomox/archive/1.6.0.tar.gz
+ source = oomox-gtk-theme-1.7.0.tar.gz::https://github.com/actionless/oomox-gtk-theme/archive/1.7.0.tar.gz
+ source = materia-theme-20180311.tar.gz::https://github.com/nana-4/materia-theme/archive/v20180311.tar.gz
source = oomox-archdroid-icon-theme-1.0.2.tar.gz::https://github.com/actionless/oomox-archdroid-icon-theme/archive/1.0.2.tar.gz
source = oomox-gnome-colors-icon-theme-5.5.3.tar.gz::https://github.com/actionless/oomox-gnome-colors-icon-theme/archive/5.5.3.tar.gz
source = oomoxify-675fedce9a47745212b062e13a7e51b01f2bb581.zip::https://github.com/actionless/oomoxify/archive/675fedce9a47745212b062e13a7e51b01f2bb581.zip
- md5sums = dc098ad18b68d276a91b0c68f6ffc6a6
- md5sums = 7b86af8b2a5eb1f9b0152ea609060b31
- md5sums = 982ef08f7d5d6229e3b0fcbd1896ebfc
+ md5sums = 8212ed0e001806133ffe346ce0d237b6
+ md5sums = 19816351f949963a240dd13bc0530952
+ md5sums = d34fd7d7f765c38d8be95b778a90ea2b
md5sums = 48ca9edc0cf2b06bdc353bd5f2c833ba
md5sums = f3a30f186dc92a972b88975fcbd321ed
md5sums = fbef02b2584fbafb009309eca6d28a54
diff --git a/PKGBUILD b/PKGBUILD
index ba9499bddd2d..f0c9b5d664fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Laurent Treguier <laurent@treguier.org>
-_oomox_ver=1.5.0.5
-_numix_ver=1.6.1
-_materia_ver=20180110
+_oomox_ver=1.6.0
+_numix_ver=1.7.0
+_materia_ver=20180311
_archdroid_ver=1.0.2
_gnome_colors_ver=5.5.3
_oomoxify_ver=675fedce9a47745212b062e13a7e51b01f2bb581
@@ -30,6 +30,7 @@ depends=(
'parallel'
'polkit'
'python-gobject'
+ 'python-pillow'
'sassc'
'zip'
)
@@ -51,9 +52,9 @@ source=(
"oomox-gnome-colors-icon-theme-${_gnome_colors_ver}.tar.gz::https://github.com/actionless/oomox-gnome-colors-icon-theme/archive/${_gnome_colors_ver}.tar.gz"
"oomoxify-${_oomoxify_ver}.zip::https://github.com/actionless/oomoxify/archive/${_oomoxify_ver}.zip"
)
-md5sums=('dc098ad18b68d276a91b0c68f6ffc6a6'
- '7b86af8b2a5eb1f9b0152ea609060b31'
- '982ef08f7d5d6229e3b0fcbd1896ebfc'
+md5sums=('8212ed0e001806133ffe346ce0d237b6'
+ '19816351f949963a240dd13bc0530952'
+ 'd34fd7d7f765c38d8be95b778a90ea2b'
'48ca9edc0cf2b06bdc353bd5f2c833ba'
'f3a30f186dc92a972b88975fcbd321ed'
'fbef02b2584fbafb009309eca6d28a54')