summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorb3niup2017-12-05 21:26:13 +0100
committerb3niup2017-12-05 21:26:13 +0100
commitc8ebd8b958067012487d17f372e9458ebe7681db (patch)
tree3c6a4a8b24321c0cbfef1d763eab856dbbfb9057
parent497c971ef2284ebebde863a1cfc59999f4c60e2a (diff)
downloadaur-c8ebd8b958067012487d17f372e9458ebe7681db.tar.gz
Add new dependency - enchant1.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bbe07233638..ca35e91fcf3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# nie lis 19 17:39:41 UTC 2017
+# wto gru 5 20:25:51 UTC 2017
pkgbase = gnucash-xbt
pkgdesc = A personal and small-business financial-accounting application with Bitcoin support
pkgver = 2.6.18
- pkgrel = 2
+ pkgrel = 3
url = http://www.gnucash.org
arch = i686
arch = x86_64
@@ -22,7 +22,8 @@ pkgbase = gnucash-xbt
depends = webkitgtk2
depends = libgnome-keyring
depends = libgnomecanvas
- depends = dconf
+ depends = dconf,
+ depends = enchant1.6
optdepends = evince: for print preview
optdepends = yelp: help browser
optdepends = perl-finance-quote: for stock information lookups
diff --git a/PKGBUILD b/PKGBUILD
index ddd689edf9c3..846fc1c07bfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=gnucash-xbt
_pkgname=gnucash
pkgver=2.6.18
-pkgrel=2
+pkgrel=3
_sourcerel=1
pkgdesc="A personal and small-business financial-accounting application with Bitcoin support"
arch=('i686' 'x86_64')
url="http://www.gnucash.org"
license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 'libgnome-keyring' 'libgnomecanvas' 'dconf')
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 'libgnome-keyring' 'libgnomecanvas' 'dconf', 'enchant1.6')
makedepends=('intltool' 'gcc' 'pkgconfig')
optdepends=('evince: for print preview'
'yelp: help browser'