summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2018-05-16 18:04:00 +0200
committerMaarten van Gompel2018-05-16 18:04:00 +0200
commit1041f8de199d11232581b1f9f53b3fcd454c1e03 (patch)
treeb5a06d18e170b6192b76f59f900b2b6b5acd261f
parent32588095db501f8dcf4ef1a4dc2848e2513ad7e4 (diff)
downloadaur-1041f8de199d11232581b1f9f53b3fcd454c1e03.tar.gz
updated to v0.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5353e079393..4860c56e4c40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 19 14:59:59 UTC 2018
+# Wed May 16 16:03:59 UTC 2018
pkgbase = foliautils
pkgdesc = Tools for working with the FoLiA format, based on libfolia. *NOT* the same as Python package FoLiA-tools!
- pkgver = 0.8
+ pkgver = 0.9
pkgrel = 1
url = http://proycon.github.io/folia
arch = i686
@@ -19,8 +19,8 @@ pkgbase = foliautils
conflicts = foliatools
conflicts = foliautils
options = !libtool
- source = https://github.com/LanguageMachines/foliautils/archive/v0.8.tar.gz
- md5sums = 27785bb1372748e79ceb1bb071686968
+ source = https://github.com/LanguageMachines/foliautils/archive/v0.9.tar.gz
+ md5sums = fa623f74216a1c73e73c6c386b8247fa
pkgname = foliautils
diff --git a/PKGBUILD b/PKGBUILD
index 298be670c486..c0300a67fd89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.8
+pkgver=0.9
pkgrel=1
pkgdesc="Tools for working with the FoLiA format, based on libfolia. *NOT* the same as Python package FoLiA-tools!"
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ makedepends=('libtool' 'autoconf')
options=(!libtool)
_gituser="LanguageMachines"
_gitname="foliautils"
-source=(https://github.com/LanguageMachines/foliautils/archive/v0.8.tar.gz)
-md5sums=(27785bb1372748e79ceb1bb071686968)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.9.tar.gz)
+md5sums=(fa623f74216a1c73e73c6c386b8247fa)
build() {
cd $srcdir/$pkgname-$pkgver