[arch-commits] Commit in homebank/trunk (PKGBUILD homebank.changelog)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Thu Aug 8 19:35:50 UTC 2013


    Date: Thursday, August 8, 2013 @ 21:35:50
  Author: jlichtblau
Revision: 95286

upgpkg: homebank 4.5.1-1

Modified:
  homebank/trunk/PKGBUILD
  homebank/trunk/homebank.changelog

--------------------+
 PKGBUILD           |   10 +++++-----
 homebank.changelog |    3 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-08 19:35:11 UTC (rev 95285)
+++ PKGBUILD	2013-08-08 19:35:50 UTC (rev 95286)
@@ -3,28 +3,28 @@
 # Contributor: William Rea <sillywilly at 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
 }

Modified: homebank.changelog
===================================================================
--- homebank.changelog	2013-08-08 19:35:11 UTC (rev 95285)
+++ homebank.changelog	2013-08-08 19:35:50 UTC (rev 95286)
@@ -1,2 +1,5 @@
+2013-08-08 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* homebank 4.5.1-1
+
 2013-01-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 	* homebank 4.5-1




More information about the arch-commits mailing list