From 7978ce3c736ef00274d5956c378df572315702bd Mon Sep 17 00:00:00 2001 From: root Date: Fri, 9 Aug 2013 01:49:58 -0700 Subject: Fri Aug 9 01:49:55 PDT 2013 --- community/homebank/PKGBUILD | 12 ++++++------ community/homebank/homebank.changelog | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'community/homebank') diff --git a/community/homebank/PKGBUILD b/community/homebank/PKGBUILD index 8771bbef0..8a6f10897 100644 --- a/community/homebank/PKGBUILD +++ b/community/homebank/PKGBUILD @@ -1,30 +1,30 @@ -# $Id: PKGBUILD 82438 2013-01-18 06:05:16Z jlichtblau $ +# $Id: PKGBUILD 95287 2013-08-08 19:36:00Z jlichtblau $ # Maintainer: Jaroslav Lichtblau # Contributor: William Rea pkgname=homebank -pkgver=4.5 +pkgver=4.5.1 pkgrel=1 pkgdesc="Free, easy, personal accounting for everyone" arch=('i686' 'x86_64') url="http://homebank.free.fr/" license=('GPL') -depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 'perlxml' 'shared-mime-info') +depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 'perl-xml-parser' 'shared-mime-info') makedepends=('intltool') install=$pkgname.install changelog=$pkgname.changelog source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz) -sha256sums=('3c6dcb19fd975037857f84fd6a186a5b0b84f590f37ead0d37868fa484c6e547') +sha256sums=('f539d27758d864802d5d63a06864fcc992d2d7b7d9e872621786a83c3d672f5f') build() { - cd "${srcdir}/$pkgname-$pkgver" + cd ${srcdir}/$pkgname-$pkgver ./configure --prefix=/usr make } package() { - cd "${srcdir}/$pkgname-$pkgver" + cd ${srcdir}/$pkgname-$pkgver make DESTDIR="${pkgdir}" install } diff --git a/community/homebank/homebank.changelog b/community/homebank/homebank.changelog index 75beb2e9d..ff3480d50 100644 --- a/community/homebank/homebank.changelog +++ b/community/homebank/homebank.changelog @@ -1,2 +1,5 @@ +2013-08-08 Jaroslav Lichtblau + * homebank 4.5.1-1 + 2013-01-18 Jaroslav Lichtblau * homebank 4.5-1 -- cgit v1.2.3-54-g00ecf