summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4278bdd44318..1b987c72300d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Sep 15 18:59:18 UTC 2020
+# Tue Sep 15 19:02:55 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.15
- pkgrel = 1
+ pkgrel = 2
url = http://proycon.github.io/folia
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = foliautils
depends = ticcutils
depends = ucto>=0.21
depends = libxml2
- depends = libfolia>=2.4
+ depends = libfolia>=2.5.1
depends = libexttextcat
provides = foliautils
conflicts = foliatools
diff --git a/PKGBUILD b/PKGBUILD
index 57f1736e7d69..f7d4905e5c5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=foliautils
pkgver=0.15
-pkgrel=1
+pkgrel=2
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"
license=('GPL')
-depends=('ticcutils' 'ucto>=0.21' 'libxml2' 'libfolia>=2.4' 'libexttextcat')
+depends=('ticcutils' 'ucto>=0.21' 'libxml2' 'libfolia>=2.5.1' 'libexttextcat')
provides=('foliautils')
conflicts=('foliatools' 'foliautils')
makedepends=('libtool' 'autoconf')