summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2023-12-19 12:45:11 -0700
committernot_anonymous2023-12-19 12:45:11 -0700
commitde4d46bdeded751fcbef589b4b56c2a8fb98bf89 (patch)
treea992615db3707f533e188f73e8c95ba0818d8509
parentdb5c93e086fb41dea0d2f3d22e954d408529590a (diff)
downloadaur-de4d46bdeded751fcbef589b4b56c2a8fb98bf89.tar.gz
Updated
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb4f4f080688..f782516ef14a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnucash-git
pkgdesc = A personal and small-business financial-accounting application - GIT version
- pkgver = 3.7.r132.g9661a77f3
- pkgrel = 1
+ pkgver = 5.5.r0.gbf460b0040
+ pkgrel = 2
url = http://www.gnucash.org
install = gnucash.install
arch = i686
@@ -12,7 +12,6 @@ pkgbase = gnucash-git
makedepends = cmake
makedepends = swig
makedepends = gtest
- makedepends = gmock
makedepends = libdbi-drivers
makedepends = mariadb-libs
makedepends = postgresql-libs
@@ -21,6 +20,7 @@ pkgbase = gnucash-git
depends = guile
depends = libdbi
depends = webkit2gtk
+ depends = libofx
optdepends = evince: for print preview
optdepends = perl-date-manip: for stock information lookups
optdepends = perl-finance-quote: for stock information lookups
@@ -37,4 +37,3 @@ pkgbase = gnucash-git
sha256sums = SKIP
pkgname = gnucash-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c255ff1fc7dc..3d2308351331 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,18 +11,19 @@
pkgname=gnucash-git
_pkgname=gnucash
__pkgname=Gnucash
-pkgver=3.7.r132.g9661a77f3
+pkgver=5.5.r0.gbf460b0040
+#.r0.gbf460b0040
#.r84.g451bbd53d
-pkgrel=1
+pkgrel=2
pkgdesc="A personal and small-business financial-accounting application - GIT version"
arch=('i686' 'x86_64')
url="http://www.gnucash.org"
license=("GPL")
-depends=('aqbanking' 'boost-libs' 'guile' 'libdbi' 'webkit2gtk')
+depends=('aqbanking' 'boost-libs' 'guile' 'libdbi' 'webkit2gtk' 'libofx')
optdepends=('evince: for print preview'
'perl-date-manip: for stock information lookups'
'perl-finance-quote: for stock information lookups')
-makedepends=('git' 'boost' 'cmake' 'swig' 'gtest' 'gmock' 'libdbi-drivers' 'mariadb-libs' 'postgresql-libs' )
+makedepends=('git' 'boost' 'cmake' 'swig' 'gtest' 'libdbi-drivers' 'mariadb-libs' 'postgresql-libs' )
options=('!emptydirs')
conflicts=('gnucash' 'gnucash-devel' 'gnucash-latest' 'gnucash-gtk3-git' 'gnucash-python' 'gnucash-xbt')
provides=('gnucash')