diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-07 14:17:40 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-07 14:17:40 +0200 |
commit | 0a9036f196343cd987d0652af990210bf47ea904 (patch) | |
tree | 06d67d97fbe76046fd207979dba5ea9b19b89fcd | |
parent | 1f342ec16c4e4fde2cd4e31355849617634e3197 (diff) | |
download | archlinuxewe-0a9036f196343cd987d0652af990210bf47ea904.tar.xz |
abiword-gtk2: rebuild
-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 6aaa254b4..19a0b4d8c 100644 --- a/abiword-gtk2/PKGBUILD +++ b/abiword-gtk2/PKGBUILD @@ -5,7 +5,7 @@ pkgname=abiword-gtk2 _pkgname=abiword pkgver=3.0.5 -pkgrel=46 +pkgrel=47 pkgdesc='Fully-featured word processor, GTk2, No plugins, Lite version' arch=('i686' 'pentium4' 'x86_64') license=('GPL') @@ -35,7 +35,7 @@ _pinned_dependencies=( 'libx11=1.8.6' 'libxml2.so=2' 'libxslt.so=1' - 'zlib=1:1.2.13' + 'libz.so=1' ) depends=('wv' 'enchant' 'desktop-file-utils' "${_pinned_dependencies[@]}") makedepends=('pkgconfig' 'boost' 'autoconf-archive') |