summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d76aa923c594..12ee6ccebe76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=toad
-pkgver=0.6
+pkgver=0.7
pkgrel=1
pkgdesc="Toad: Trainer Of All Data, the Frog training collection"
arch=('i686' 'x86_64')
@@ -9,10 +9,10 @@ license=('GPL3')
depends=('ticcutils' 'ucto' 'libfolia' 'icu' 'libxml2' 'timbl' 'mbt' 'mbtserver' 'frog' 'frogdata')
makedepends=('libtool' 'autoconf')
options=(!libtool)
-source=(https://github.com/LanguageMachines/toad/archive/v0.6.tar.gz)
+source=(https://github.com/LanguageMachines/toad/archive/v0.7.tar.gz)
_gituser="LanguageMachines"
_gitname="toad"
-md5sums=(b97ed68da5c868e3b75fe137d03ea431)
+md5sums=(785d2920c6b2c3bcc052fecfd5619c8b)
build() {
cd $srcdir/$pkgname-$pkgver