summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2016-10-24 14:30:19 +0200
committerMaarten van Gompel2016-10-24 14:30:19 +0200
commited60b45eff34fcabc9168651c72625fc09695988 (patch)
tree1f1995c98583b5e3d1dd7635b3262021698ffd54
parent5d849fea4ea871a9b7a83f5ed88a2244f09436a3 (diff)
downloadaur-ed60b45eff34fcabc9168651c72625fc09695988.tar.gz
point to right version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ba84dd7dfa5..859023581604 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Oct 24 12:22:16 UTC 2016
+# Mon Oct 24 12:30:18 UTC 2016
pkgbase = toad
pkgdesc = Toad: Trainer Of All Data, the Frog training collection
- pkgver = 1
+ pkgver = 0.3
pkgrel = 1
- url = http://github.com/languagemachines/toad/
+ url = http://github.com/LanguageMachines/toad/
arch = i686
arch = x86_64
license = GPL3
@@ -20,8 +20,8 @@ pkgbase = toad
depends = frog
depends = frogdata
options = !libtool
- source = https://github.com/LanguageMachines/toad/archive/v0.3.1.tar.gz
- md5sums = SKIP
+ source = https://github.com/LanguageMachines/toad/archive/v0.3.tar.gz
+ md5sums = e1f2f677076bff0bcb12f23115d11092
pkgname = toad
diff --git a/PKGBUILD b/PKGBUILD
index 7c78cafbd9be..cfc5f246bb2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=toad
-pkgver=1
+pkgver=0.3
pkgrel=1
pkgdesc="Toad: Trainer Of All Data, the Frog training collection"
arch=('i686' 'x86_64')
-url="http://github.com/languagemachines/toad/"
+url="http://github.com/LanguageMachines/toad/"
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.1.tar.gz)
-md5sums=('SKIP')
+source=(https://github.com/LanguageMachines/toad/archive/v0.3.tar.gz)
+md5sums=('e1f2f677076bff0bcb12f23115d11092')
build() {
cd $srcdir/$pkgname-$pkgver