diff options
author | root <root@rshg054.dnsready.net> | 2013-05-01 00:10:22 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-01 00:10:22 -0700 |
commit | 1b05006cb143959d080a200fe11891c9f5caf32c (patch) | |
tree | a32d98ba49468916ed7812da6ddc7137f2ab3b85 /libre/abiword-libre | |
parent | 08483ba66f8da1bbec05f93e5e3493d3794c02bb (diff) |
Wed May 1 00:10:21 PDT 2013
Diffstat (limited to 'libre/abiword-libre')
-rw-r--r-- | libre/abiword-libre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/abiword-libre/PKGBUILD b/libre/abiword-libre/PKGBUILD index 9d1800989..dce707766 100644 --- a/libre/abiword-libre/PKGBUILD +++ b/libre/abiword-libre/PKGBUILD @@ -7,7 +7,7 @@ _pkgbase=abiword pkgbase=abiword-libre pkgname=('abiword-libre' 'abiword-libre-plugins') pkgver=2.8.6 -pkgrel=8 +pkgrel=8.1 arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.abisource.com" @@ -86,9 +86,9 @@ package_abiword-libre-plugins() { pkgdesc="Additional plugins for Abiword" depends=("abiword-libre=${pkgver}-${pkgrel}" 'loudmouth' 'libwpg' 'libwmf' 'link-grammar' 'gtkmathview' 'aiksaurus' 'libxslt' 'libsoup' 'libots' 'libgsf') - conflicts=('abiword-libre-plugins') - replaces=('abiword-libre-plugins') - provides=("abiword-libre-plugins=$pkgver") + conflicts=('abiword-plugins') + replaces=('abiword-plugins') + provides=("abiword-plugins=$pkgver") cd "${srcdir}/${_pkgbase}-${pkgver}/plugins" |