summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2018-02-19 16:00:17 +0100
committerMaarten van Gompel2018-02-19 16:00:17 +0100
commit32588095db501f8dcf4ef1a4dc2848e2513ad7e4 (patch)
treea31deab758b066aa1ac0bcd5ffdbf27aeeb801d7
parentec26c49855d63a399cfe47dc8bdd0609cdd9ecad (diff)
downloadaur-32588095db501f8dcf4ef1a4dc2848e2513ad7e4.tar.gz
updated
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ac4280e9d01..f5353e079393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Oct 24 11:01:44 UTC 2017
+# Mon Feb 19 14:59: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.7
+ pkgver = 0.8
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.7.tar.gz
- md5sums = 53eb240e0bf943a711465b05343dfc58
+ source = https://github.com/LanguageMachines/foliautils/archive/v0.8.tar.gz
+ md5sums = 27785bb1372748e79ceb1bb071686968
pkgname = foliautils
diff --git a/PKGBUILD b/PKGBUILD
index 6178e67a3d80..298be670c486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.7
+pkgver=0.8
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.7.tar.gz)
-md5sums=(53eb240e0bf943a711465b05343dfc58)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.8.tar.gz)
+md5sums=(27785bb1372748e79ceb1bb071686968)
build() {
cd $srcdir/$pkgname-$pkgver