summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dd0f1e6e6ef..b1eec87da4ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 10 18:04:14 UTC 2016
+# Wed Feb 10 18:05:04 UTC 2016
pkgbase = ticcutils
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)
- pkgver = 0.7
- pkgrel = 3
+ pkgver = 0.11
+ pkgrel = 1
url = https://github.com/LanguageMachines/ticcutils
arch = i686
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = ticcutils
depends = libtar
depends = boost
options = !libtool
- source = http://software.ticc.uvt.nl/ticcutils-0.7.tar.gz
- md5sums = 812370bce2b4cefb48b16ec863e70825
+ source = https://github.com/LanguageMachines/ticcutils/archive/v0.11.tar.gz
+ md5sums = a63e6be575a0705104c11e86122b84da
pkgname = ticcutils
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