summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2017-11-07 17:25:19 +0100
committerMaarten van Gompel2017-11-07 17:25:19 +0100
commitff56b3644e34d63a25f2eaa3ff88440da3616697 (patch)
tree3f916c44b2fede79a9c0a2081ede6c9893934f7f /PKGBUILD
parented60b45eff34fcabc9168651c72625fc09695988 (diff)
downloadaur-ff56b3644e34d63a25f2eaa3ff88440da3616697.tar.gz
updated toad to v0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfc5f246bb2e..54e9eb502406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=toad
-pkgver=0.3
+pkgver=0.4
pkgrel=1
pkgdesc="Toad: Trainer Of All Data, the Frog training collection"
arch=('i686' 'x86_64')
@@ -9,8 +9,10 @@ license=('GPL3')
depends=('ticcutils' 'ucto' 'libfolia' 'icu' 'libxml2' 'timbl' 'mbt' 'frog' 'frogdata')
makedepends=('libtool' 'autoconf')
options=(!libtool)
-source=(https://github.com/LanguageMachines/toad/archive/v0.3.tar.gz)
-md5sums=('e1f2f677076bff0bcb12f23115d11092')
+source=(https://github.com/LanguageMachines/toad/archive/v0.4.tar.gz)
+_gituser="LanguageMachines"
+_gitname="toad"
+md5sums=(de30c2728a6a28e868415c133cc8b7db)
build() {
cd $srcdir/$pkgname-$pkgver