summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Schuck2018-04-06 09:01:36 +0200
committerJörg Schuck2018-04-06 09:01:36 +0200
commit03abbbef49d3a7203241148b787bbff81da5d2c2 (patch)
tree6f7c797e551e890ce34eb9d8f7200c48bf63e0c1
parentc9a812984a57c4c4f4f3cd9b70b5dacc02ccb6bb (diff)
downloadaur-03abbbef49d3a7203241148b787bbff81da5d2c2.tar.gz
Added guile to the dependencies.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 019314acf2ba..6587e86606af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Apr 6 06:42:05 UTC 2018
+# Fri Apr 6 07:01:37 UTC 2018
pkgbase = gnucash
pkgdesc = A personal and small-business financial-accounting application
pkgver = 3.0
@@ -19,6 +19,7 @@ pkgbase = gnucash
depends = boost-libs
depends = libsecret
depends = libdbi-drivers
+ depends = guile
optdepends = gnucash-docs: for documentation
optdepends = iso-codes: for translation of currency names
optdepends = perl-finance-quote: for stock information lookups
diff --git a/PKGBUILD b/PKGBUILD
index 81699db780f5..9c109531ca80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="A personal and small-business financial-accounting application"
arch=('i686' 'x86_64')
url="http://www.gnucash.org"
license=("GPL")
-depends=('libmariadbclient' 'postgresql-libs' 'aqbanking' 'webkit2gtk' 'boost-libs' 'libsecret' 'libdbi-drivers')
+depends=('libmariadbclient' 'postgresql-libs' 'aqbanking' 'webkit2gtk' 'boost-libs' 'libsecret' 'libdbi-drivers' 'guile')
makedepends=('boost' 'gmock' 'gwenhywfar' 'cmake')
optdepends=(
'gnucash-docs: for documentation'