summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2019-05-29 20:07:41 +0200
committerMaarten van Gompel2019-05-29 20:07:41 +0200
commit43ed65c126f7641a7939c141cada478d6ea6854d (patch)
treee1d63d306c95906bfbd79707c5ae8ff343e63422 /PKGBUILD
parentff56b3644e34d63a25f2eaa3ff88440da3616697 (diff)
downloadaur-43ed65c126f7641a7939c141cada478d6ea6854d.tar.gz
updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54e9eb502406..fcf6f4885ce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=toad
-pkgver=0.4
+pkgver=0.5
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' 'frog' 'frogdata')
makedepends=('libtool' 'autoconf')
options=(!libtool)
-source=(https://github.com/LanguageMachines/toad/archive/v0.4.tar.gz)
+source=(https://github.com/LanguageMachines/toad/archive/v0.5.tar.gz)
_gituser="LanguageMachines"
_gitname="toad"
-md5sums=(de30c2728a6a28e868415c133cc8b7db)
+md5sums=(0fc0fc517205d34e27f2c7255fa09d65)
build() {
cd $srcdir/$pkgname-$pkgver