summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b987c72300d..6ac7bcf8eac9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Sep 15 19:02:55 UTC 2020
+# Thu Jan 7 11:43:45 UTC 2021
pkgbase = foliautils
pkgdesc = Tools for working with the FoLiA format, based on libfolia. *NOT* the same as Python package FoLiA-tools!
- pkgver = 0.15
- pkgrel = 2
+ pkgver = 0.16
+ pkgrel = 1
url = http://proycon.github.io/folia
arch = i686
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = foliautils
conflicts = foliatools
conflicts = foliautils
options = !libtool
- source = https://github.com/LanguageMachines/foliautils/archive/v0.15.tar.gz
- md5sums = 675ba1c0d793b18615a74cc738a99b22
+ source = https://github.com/LanguageMachines/foliautils/archive/v0.16.tar.gz
+ md5sums = ca5bc8769b7c2a77505c95663073cd24
pkgname = foliautils
diff --git a/PKGBUILD b/PKGBUILD
index f7d4905e5c5e..a36bf2c7f5d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.15
-pkgrel=2
+pkgver=0.16
+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')
url="http://proycon.github.io/folia"
@@ -14,8 +14,8 @@ makedepends=('libtool' 'autoconf')
options=(!libtool)
_gituser="LanguageMachines"
_gitname="foliautils"
-source=(https://github.com/LanguageMachines/foliautils/archive/v0.15.tar.gz)
-md5sums=(675ba1c0d793b18615a74cc738a99b22)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.16.tar.gz)
+md5sums=(ca5bc8769b7c2a77505c95663073cd24)
build() {
cd $srcdir/$pkgname-$pkgver