summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b91c7d6b1be..258737bb85fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = oomox-git
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.0.rc4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/actionless/oomox
arch = x86_64
arch = i686
license = GPLv3
depends = bash
+ depends = bc
depends = glib2
depends = gdk-pixbuf2
depends = ruby-sass
diff --git a/PKGBUILD b/PKGBUILD
index 34dcf9916e33..cfc6b78d980c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=oomox-git
pkgver=1.0.rc4
-pkgrel=1
+pkgrel=2
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."
arch=('x86_64' 'i686')
@@ -15,6 +15,7 @@ source=(
md5sums=("SKIP")
depends=(
'bash'
+ 'bc'
'glib2'
'gdk-pixbuf2'
'ruby-sass'