summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7075bf8326c8..e99ef31a2662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=balde
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A microframework for C based on GLib and bad intentions."
arch=('x86_64')
url="http://balde.io/"
license=('LGPL2')
-depends=('fcgi' 'glib2' 'peg')
+depends=('fcgi' 'glib2' 'shared-mime-info' 'peg')
optdepends=('valgrind: debug memory leaks')
source=(https://github.com/balde/balde/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
sha256sums=('d73a601479a1b29b26a0722ff2fe8ef38abf0ede04168217c729bb9d7a34915a')