summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbert Graef2016-09-18 17:38:29 +0200
committerAlbert Graef2016-09-18 17:38:29 +0200
commitadc26ba445d52f5279b4a75d5b144ca199a85d91 (patch)
treeab16334bf1224e29e51d6fa5931ffb0aad956ae5 /PKGBUILD
parent78228c64ac876a0bbd6e27d7df9a150373b191b8 (diff)
downloadaur-adc26ba445d52f5279b4a75d5b144ca199a85d91.tar.gz
New upstream release.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec7420dedf0d..e1c321ee1fee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=xapian-tcl-bindings
_realname=xapian-bindings
-pkgver=1.2.21
-pkgrel=2
+pkgver=1.2.23
+pkgrel=1
pkgdesc="Bindings allowing Xapian to be used from Tcl"
arch=(i686 x86_64)
url="http://xapian.org/docs/bindings/tcl/"
@@ -16,7 +16,7 @@ groups=(xapian)
# installed.
depends=('tcl' 'tcllib' 'xapian-core')
source=(http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.xz)
-md5sums=('33c598a26fcf92ab15af6c65475ab8de')
+md5sums=('013ef1b953cec486bc67a98a0f364e32')
build() {
cd "$srcdir/${_realname}-$pkgver"