summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorb00rt00s2017-05-29 20:28:51 +0200
committerb00rt00s2017-05-29 20:28:51 +0200
commitb42f571d5a76dfde702b7fd998546ef27c9c2817 (patch)
treeb18efd5854dc7c2b184167c90ae2ab2e46eba0ad /PKGBUILD
parent0c95f080c6dfdb2067901d799f6f19d70788ebcf (diff)
downloadaur-b42f571d5a76dfde702b7fd998546ef27c9c2817.tar.gz
added dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff2b3d44677b..967fadabf4c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
# Contributor: Christophe Gueret <tolgam@homegnu.net>
pkgname=blt-git
pkgver=r875.5ab3f0a
-pkgrel=1
+pkgrel=2
pkgdesc="Adds new commands and widgets to the Tcl interpreter."
url="http://blt.sourceforge.net"
license=("custom")
-depends=('tk')
+depends=('tk' 'libxpm' 'libxrandr' 'libtiff' 'libjpeg-turbo' 'libssh2' 'libmariadbclient' 'sqlite')
makedepends=('git')
conflicts=('blt_tcl85')
arch=('i686' 'x86_64')