summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-12-16 21:18:16 +0100
committerStefan Husmann2016-12-16 21:18:16 +0100
commit73bdcc295db18b22094c044689e1fecedfffd870 (patch)
treef3c477fce43cf8ca48fda261e91241e562e4b239 /PKGBUILD
parent42ce262d74f4db96f3cca092aa1c32e90f5c7509 (diff)
downloadaur-73bdcc295db18b22094c044689e1fecedfffd870.tar.gz
add libim dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b40d2f67263..3c5a8382e6c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=libcd
pkgver=5.11
-pkgrel=2
+pkgrel=3
pkgdesc="Platform-independent graphics library"
arch=('i686' 'x86_64')
url="http://www.tecgraf.puc-rio.br/cd/"
-depends=('ftgl' 'gtk3' 'libxmu')
+depends=('ftgl' 'gtk3' 'libxmu' 'libim')
makedepends=('lua')
license=('custom')
options=('staticlibs')