summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbert Graef2020-08-21 22:28:38 +0200
committerAlbert Graef2020-08-21 22:28:38 +0200
commit87e1e964274dc37da594b1b48f2246a0e5cfabb5 (patch)
tree1837bc523310c52a6066ab3aa57b2f92c04bf2ec /PKGBUILD
parent834a9002e0bb7d699d09f11581e5a8d15fcadd77 (diff)
downloadaur-xapian-tcl-bindings.tar.gz
Update to latest version that is compatible with xapian-core in the official repos (1.4.16).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6b31fdf9811..39677cc429d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=xapian-tcl-bindings
_realname=xapian-bindings
-pkgver=1.4.10
+pkgver=1.4.16
pkgrel=1
pkgdesc="Bindings allowing Xapian to be used from Tcl"
arch=(i686 x86_64)
@@ -16,7 +16,7 @@ groups=(xapian)
# installed.
depends=('tcl' 'tcllib' 'xapian-core')
source=(http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.xz)
-md5sums=('5fa7b00fce9f3b8720bc5d276ff97713')
+md5sums=('333b7b2771dca0f07b092490468f75ef')
build() {
cd "$srcdir/${_realname}-$pkgver"