summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f74a74b4b45d..af720053d463 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 7 16:24:57 UTC 2017
+# Wed May 29 18:06:52 UTC 2019
pkgbase = toad
pkgdesc = Toad: Trainer Of All Data, the Frog training collection
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = http://github.com/LanguageMachines/toad/
arch = i686
@@ -20,8 +20,8 @@ pkgbase = toad
depends = frog
depends = frogdata
options = !libtool
- source = https://github.com/LanguageMachines/toad/archive/v0.4.tar.gz
- md5sums = de30c2728a6a28e868415c133cc8b7db
+ source = https://github.com/LanguageMachines/toad/archive/v0.5.tar.gz
+ md5sums = 0fc0fc517205d34e27f2c7255fa09d65
pkgname = toad
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