gnucash: version bump
This commit is contained in:
parent
296857b777
commit
4bd9ce35f9
1 changed files with 6 additions and 6 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'gnucash'
|
# Template file for 'gnucash'
|
||||||
pkgname=gnucash
|
pkgname=gnucash
|
||||||
version=2.6.0
|
version=2.6.1
|
||||||
revision=4
|
revision=1
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/gnucash/config
|
/etc/gnucash/config
|
||||||
/etc/gnucash/environment"
|
/etc/gnucash/environment"
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool guile"
|
||||||
makedepends="gmp-devel gtk+-devel guile-devel libxml2-devel libxslt-devel libgnomecanvas-devel goffice0.8-devel libgsf-devel GConf-devel webkit-gtk-devel gc-devel"
|
makedepends="gmp-devel gtk+-devel guile-devel libxml2-devel libxslt-devel libgnomecanvas-devel goffice0.8-devel libgsf-devel GConf-devel webkit-gtk-devel gc-devel guile-devel aqbanking-devel aqbanking libofx-devel gwenhywfar-devel gwenhywfar-gtk"
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_args="--disable-dbi"
|
configure_args="--disable-dbi --enable-aqbanking"
|
||||||
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.gnucash.org/"
|
homepage="http://www.gnucash.org/"
|
||||||
short_desc="Financial-accounting software"
|
short_desc="Financial-accounting software"
|
||||||
distfiles="http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=a875abf0ee3e7380fc41bd5bf2795787e4a8946ec579147b16acac665b9affbf
|
checksum=c9e66f84c7706e3c8e7a1c88dcd58c5c3d102e285012b51f5af25052502cd8a4
|
||||||
|
|
||||||
gnucash-devel_package() {
|
gnucash-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in a new issue