diff options
Diffstat (limited to 'abiword-gtk2/PKGBUILD')
-rw-r--r-- | abiword-gtk2/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abiword-gtk2/PKGBUILD b/abiword-gtk2/PKGBUILD index 2093bb3db..35363cde8 100644 --- a/abiword-gtk2/PKGBUILD +++ b/abiword-gtk2/PKGBUILD @@ -5,7 +5,7 @@ pkgname=abiword-gtk2 _pkgname=abiword pkgver=3.0.5 -pkgrel=9 +pkgrel=10 pkgdesc='Fully-featured word processor, GTk2, No plugins, Lite version' arch=('i686' 'pentium4' 'x86_64') license=('GPL') @@ -34,7 +34,7 @@ _pinned_dependencies=( 'librsvg-2.so=2' 'libx11=1.7.3.1' 'libxml2=2.9.12' - 'libxslt=1.1.34' + 'libxslt=1.1.35' 'zlib=1:1.2.11' ) depends=('wv' 'enchant' 'desktop-file-utils' "${_pinned_dependencies[@]}") |