summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel (proycon)2015-11-23 22:49:18 +0100
committerMaarten van Gompel (proycon)2015-11-23 22:49:18 +0100
commitac92a24b5cc3628775abc9e4628db1bc5fe1e79c (patch)
tree90c1bfe5535f29ad28e61540e1aedf723459efba
parentb516a425f35db0bca5b3765ec79f575fe6d0179c (diff)
downloadaur-ac92a24b5cc3628775abc9e4628db1bc5fe1e79c.tar.gz
update after migration to github
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70836b3a9d20..aa08656925ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
_pkgname=ticcutils
pkgname=ticcutils-git
pkgver=161
-pkgrel=2
+pkgrel=3
pkgdesc="Common library with functions for tools developed at Tilburg Centre for Cognition and Communication"
arch=('i686' 'x86_64')
-url="http://ilk.uvt.nl/"
+url="https://github.com/LanguageMachines/ticcutils"
license=('GPL')
depends=('gcc-libs' 'libxml2' 'bzip2' 'libtar' 'boost' 'zlib')
provides=('ticcutils')
conflicts=('ticcutils')
makedepends=('libtool' 'autoconf')
options=(!libtool)
-source=("git://github.com/proycon/ticcutils.git")
+source=("git://github.com/LanguageMachines/ticcutils.git")
_gitname=("ticcutils")
noextract=()
md5sums=('SKIP')