diff options
Diffstat (limited to 'community/homebank')
-rw-r--r-- | community/homebank/PKGBUILD | 12 | ||||
-rw-r--r-- | community/homebank/homebank.changelog | 3 |
2 files changed, 9 insertions, 6 deletions
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 <dragonlord@aur.archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> 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 <dragonlord@aur.archlinux.org> + * homebank 4.5.1-1 + 2013-01-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * homebank 4.5-1 |