summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 415eabdd15e5..61e1a29e49c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Jul 19 21:33:17 UTC 2017
+# Wed Jul 19 21:37:32 UTC 2017
pkgbase = oomox
pkgdesc = Graphical application for generating different color variations of Numix theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
- pkgver = 1.2.7
+ pkgver = 1.2.8
pkgrel = 1
url = https://github.com/actionless/oomox
arch = i686
arch = x86_64
license = GPL3
+ depends = coreutils
depends = bash
depends = bc
depends = zip
@@ -17,7 +18,6 @@ pkgbase = oomox
depends = python-gobject
depends = gtk-engine-murrine
depends = gtk-engines
- depends = procps-ng
depends = polkit
optdepends = xorg-xrdb: for the `xresources` theme
optdepends = imagemagick: for icon theme generation
@@ -27,14 +27,14 @@ pkgbase = oomox
optdepends = gksu: for applying Spotify theme from GUI without polkit
provides = oomox
conflicts = oomox-git
- source = https://github.com/actionless/oomox/archive/1.2.7.tar.gz
+ source = https://github.com/actionless/oomox/archive/1.2.8.tar.gz
source = oomox-cli
source = oomox-gui
source = oomox-gnome-colors-icons-cli
source = oomox-archdroid-icons-cli
source = oomoxify-cli
source = oomox.desktop
- md5sums = 939659c4f61220b2822d484eca35e9a1
+ md5sums = ce81beeac2827aac073902e2442ead03
md5sums = cf96db21684e4e0df1f9a14b3aae65bb
md5sums = 0d156463416bbc2260c073c15b7f2a70
md5sums = 57cfcc4141ce6e346da7ab8bab411b14
diff --git a/PKGBUILD b/PKGBUILD
index ce6a84c38c82..6fe422d6ead3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Laurent Treguier <laurent@treguier.org>
pkgname=oomox
-pkgver=1.2.7
+pkgver=1.2.8
pkgrel=1
pkgdesc='Graphical application for generating different color variations of Numix theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes.
Have a hack for HiDPI in gtk2.'
@@ -9,6 +9,7 @@ arch=('i686' 'x86_64')
url='https://github.com/actionless/oomox'
license=('GPL3')
depends=(
+ 'coreutils'
'bash'
'bc'
'zip'
@@ -18,7 +19,6 @@ depends=(
'python-gobject'
'gtk-engine-murrine'
'gtk-engines'
- 'procps-ng'
'polkit'
)
optdepends=(
@@ -40,7 +40,7 @@ source=(
'oomoxify-cli'
'oomox.desktop'
)
-md5sums=('939659c4f61220b2822d484eca35e9a1'
+md5sums=('ce81beeac2827aac073902e2442ead03'
'cf96db21684e4e0df1f9a14b3aae65bb'
'0d156463416bbc2260c073c15b7f2a70'
'57cfcc4141ce6e346da7ab8bab411b14'