summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2020-02-03 14:41:03 +0100
committerMaarten van Gompel2020-02-03 14:41:03 +0100
commit6e27f8ae0e989c23a0a2fc0b69d6c8822ebb9490 (patch)
tree33e91279d1b51a8e366a41ff3655dca398f53e81
parent43ed65c126f7641a7939c141cada478d6ea6854d (diff)
downloadaur-6e27f8ae0e989c23a0a2fc0b69d6c8822ebb9490.tar.gz
updated for v0.6
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcf6f4885ce3..d76aa923c594 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=toad
-pkgver=0.5
+pkgver=0.6
pkgrel=1
pkgdesc="Toad: Trainer Of All Data, the Frog training collection"
arch=('i686' 'x86_64')
url="http://github.com/LanguageMachines/toad/"
license=('GPL3')
-depends=('ticcutils' 'ucto' 'libfolia' 'icu' 'libxml2' 'timbl' 'mbt' 'frog' 'frogdata')
+depends=('ticcutils' 'ucto' 'libfolia' 'icu' 'libxml2' 'timbl' 'mbt' 'mbtserver' 'frog' 'frogdata')
makedepends=('libtool' 'autoconf')
options=(!libtool)
-source=(https://github.com/LanguageMachines/toad/archive/v0.5.tar.gz)
+source=(https://github.com/LanguageMachines/toad/archive/v0.6.tar.gz)
_gituser="LanguageMachines"
_gitname="toad"
-md5sums=(0fc0fc517205d34e27f2c7255fa09d65)
+md5sums=(b97ed68da5c868e3b75fe137d03ea431)
build() {
cd $srcdir/$pkgname-$pkgver