summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-03-20 20:48:12 +0000
committerhaawda2020-03-20 20:48:12 +0000
commit21024cf83d40036880cf6fbcb59db257c98775b4 (patch)
treebc7c79a15d9ccd050d8e01c43554653adf99a83e
parent6bb3c4e38527138e90f446b598e4566f0b42382d (diff)
downloadaur-21024cf83d40036880cf6fbcb59db257c98775b4.tar.gz
fix dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ae6421758d8..7151b2b28c16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = abiword-git
pkgdesc = Fully-featured word processor from official gnome gitlab mirror
pkgver = 20584.bf3eff98e
- pkgrel = 1
+ pkgrel = 2
url = http://www.abisource.com
arch = i686
arch = x86_64
@@ -20,14 +20,12 @@ pkgbase = abiword-git
depends = enchant
depends = libwpg
depends = libwmf
- depends = link-grammar
- depends = gtkmathview
depends = aiksaurus
depends = libots
depends = libchamplain
depends = psiconv
- depends = telepathy-glib
depends = libwps
+ depends = telepathy-glib
provides = abiword
provides = abiword-plugins
conflicts = abiword
diff --git a/PKGBUILD b/PKGBUILD
index 47332a1babe7..bee6c2c39607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=abiword-git
pkgver=20584.bf3eff98e
-pkgrel=1
+pkgrel=2
pkgdesc="Fully-featured word processor from official gnome gitlab mirror"
arch=('i686' 'x86_64')
url="http://www.abisource.com"
license=('GPL')
depends=('wv' 'goffice' 'redland' 'libical' 'loudmouth' 'enchant' 'libwpg'
- 'libwmf' 'link-grammar' 'gtkmathview' 'aiksaurus' 'libots'
- 'libchamplain' 'psiconv' 'telepathy-glib' 'libwps')
+ 'libwmf' 'aiksaurus' 'libots' 'libchamplain' 'psiconv' 'libwps'
+ 'telepathy-glib')
makedepends=('git' 'asio' 'boost' 'gobject-introspection' 'python2' 'libwpd')
provides=('abiword' 'abiword-plugins')
conflicts=('abiword' 'abiword-plugins')