summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2016-02-10 19:06:07 +0100
committerMaarten van Gompel2016-02-10 19:06:07 +0100
commit2d4551eb178b5b23ea4fd98d0f81eba779e92271 (patch)
tree3f3ac7efa16dcf21b245ed26af03c1352f1568c2 /PKGBUILD
parent1eda7b174d5c321b42a1e5dda843d106b9380a46 (diff)
downloadaur-2d4551eb178b5b23ea4fd98d0f81eba779e92271.tar.gz
update to 0.11, github version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 213c198a2d23..8d8c80d1ffbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=ticcutils
-pkgver=0.7
-pkgrel=3
+pkgver=0.11
+pkgrel=1
pkgdesc="Common library with functions for tools developed at Tilburg Centre for Cognition and Communication (Tilburg University) and Centre for Language and Speech Technology (Radboud University Nijmegen)"
arch=('i686' 'x86_64')
url="https://github.com/LanguageMachines/ticcutils"
@@ -12,9 +12,9 @@ makedepends=('libtool' 'autoconf' 'autoconf-archive')
options=(!libtool)
_gituser="LanguageMachines"
_gitname="ticcutils"
-source=(http://software.ticc.uvt.nl/${pkgname}-${pkgver}.tar.gz)
+source=(https://github.com/LanguageMachines/ticcutils/archive/v0.11.tar.gz)
noextract=()
-md5sums=('812370bce2b4cefb48b16ec863e70825')
+md5sums=(a63e6be575a0705104c11e86122b84da)
build() {
cd $srcdir/$pkgname-$pkgver