summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 859023581604..f74a74b4b45d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 24 12:30:18 UTC 2016
+# Tue Nov 7 16:24:57 UTC 2017
pkgbase = toad
pkgdesc = Toad: Trainer Of All Data, the Frog training collection
- pkgver = 0.3
+ pkgver = 0.4
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.3.tar.gz
- md5sums = e1f2f677076bff0bcb12f23115d11092
+ source = https://github.com/LanguageMachines/toad/archive/v0.4.tar.gz
+ md5sums = de30c2728a6a28e868415c133cc8b7db
pkgname = toad
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