summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2016-11-23 02:17:15 +0100
committeractionless2016-11-23 02:17:15 +0100
commit50da0a8e872208a63c773e139ea36d8345f66eee (patch)
tree96d439c5be85a7f3dd3a1d3c6ff5e6a54c5b7929 /PKGBUILD
parent4121c40a01f6d231911102dece031694ef08e89d (diff)
downloadaur-50da0a8e872208a63c773e139ea36d8345f66eee.tar.gz
fix: add missing `bc` dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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'