summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2020-09-15 20:59:20 +0200
committerMaarten van Gompel2020-09-15 20:59:20 +0200
commit3c6b29008015f324c77d38a6a545841dc1621f03 (patch)
tree74044a992e25a80323c34e676bc2765b45e2d63a
parentb94ad3fb0ab66c7eabe2dc6b7b54e069089ba543 (diff)
downloadaur-3c6b29008015f324c77d38a6a545841dc1621f03.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 9b60b56d2b6d..4278bdd44318 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 15 11:26:58 UTC 2020
+# Tue Sep 15 18:59:18 UTC 2020
pkgbase = foliautils
pkgdesc = Tools for working with the FoLiA format, based on libfolia. *NOT* the same as Python package FoLiA-tools!
- pkgver = 0.14
+ pkgver = 0.15
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.14.tar.gz
- md5sums = 5b73695dd5cd739af035780cf2226134
+ source = https://github.com/LanguageMachines/foliautils/archive/v0.15.tar.gz
+ md5sums = 675ba1c0d793b18615a74cc738a99b22
pkgname = foliautils
diff --git a/PKGBUILD b/PKGBUILD
index dd3cc0300250..57f1736e7d69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.14
+pkgver=0.15
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.14.tar.gz)
-md5sums=(5b73695dd5cd739af035780cf2226134)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.15.tar.gz)
+md5sums=(675ba1c0d793b18615a74cc738a99b22)
build() {
cd $srcdir/$pkgname-$pkgver