summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsumt2017-03-29 09:40:13 +0300
committersumt2017-03-29 09:40:13 +0300
commitd98725ea9eb83fd4e122a4c31ded72d421943bdb (patch)
tree763db155854fb0b25135cd4943a1fd4ce8d51996 /PKGBUILD
parent382cfa1019578a9e48bf72f3189451cb6d49fc09 (diff)
downloadaur-hfstospell-git.tar.gz
Change libxml++ dependency to libxml++2.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46d47d842cbf..4ae0d8140aef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Janne Haapsaari <iki.fi: haaja>
pkgname=hfstospell-git
-pkgver=0.4.1.r5.g6d359c0
+pkgver=0.4.5.r0.gd791a41
pkgrel=1
pkgdesc='Helsinki Finite-State Transducer Technology (HFST) tools'
arch=('i686' 'x86_64')
url='https://hfst.github.io/'
license=('APACHE')
-depends=('libxml++' 'libarchive' 'icu')
+depends=('libxml++2.6' 'libarchive' 'icu')
makedepends=('git')
provides=(${pkgname%-*}=$pkgver)
conflicts=(${pkgname%-*})