summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbert Graef2015-09-16 20:30:28 +0200
committerAlbert Graef2015-09-16 20:30:28 +0200
commit78228c64ac876a0bbd6e27d7df9a150373b191b8 (patch)
tree97a627d9771d2570d7b741b4540fcb651916d2bd /PKGBUILD
parenta83d442c4719fadc639d89dbf8b160e90997997a (diff)
downloadaur-78228c64ac876a0bbd6e27d7df9a150373b191b8.tar.gz
Add tcllib dependency so that the xapian package is found by Tcl.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 785568c101b2..ec7420dedf0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,20 @@
-# Maintainer: Charles Goyard <cg@fsck.fr>
+# Maintainer: Albert Graef <aggraef@cmail.com>
+# Contributor: Charles Goyard <cg@fsck.fr>
pkgname=xapian-tcl-bindings
_realname=xapian-bindings
pkgver=1.2.21
-pkgrel=1
+pkgrel=2
pkgdesc="Bindings allowing Xapian to be used from Tcl"
arch=(i686 x86_64)
url="http://xapian.org/docs/bindings/tcl/"
license=('GPL')
groups=(xapian)
-depends=('tcl' 'xapian-core')
-makedepends=('gcc')
+# FIXME: tcllib isn't actually needed, but we pull it in to have the Tcl
+# library path set up as needed. By installing into /usr/lib/tcllib, the
+# package will hopefully work with whatever Tcl version happens to be
+# installed.
+depends=('tcl' 'tcllib' 'xapian-core')
source=(http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.xz)
md5sums=('33c598a26fcf92ab15af6c65475ab8de')