summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2020-09-15 21:02:47 +0200
committerMaarten van Gompel2020-09-15 21:02:59 +0200
commit9c02c7502f541270357a1205bff849920e1131d1 (patch)
tree6b133013d40562db6c2a73235e495a45db58fc18
parent3c6b29008015f324c77d38a6a545841dc1621f03 (diff)
downloadaur-9c02c7502f541270357a1205bff849920e1131d1.tar.gz
dependency bump
-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')