diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-08 11:22:51 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-08 11:22:51 -0300 |
commit | 8b0286a4728c5a9d69b5bb2c9ee627be0ed70bdb (patch) | |
tree | 7bce6b1f38e6c2cd2de7a5d2580a0b5ff4faf49b /community/kmymoney/PKGBUILD | |
parent | a607668699d0ed030ac69ed31969dfa266439e38 (diff) | |
parent | effb26c3b1f00bf8bea4e2562f07f9a06eb67606 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/shotwell/PKGBUILD
community-testing/texmaker/PKGBUILD
community/i3lock/PKGBUILD
core/dnsutils/PKGBUILD
core/expat/PKGBUILD
core/iptables/PKGBUILD
extra/ntp/PKGBUILD
extra/talloc/PKGBUILD
multilib/lib32-talloc/PKGBUILD
multilib/lib32-udev/PKGBUILD
Diffstat (limited to 'community/kmymoney/PKGBUILD')
-rw-r--r-- | community/kmymoney/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kmymoney/PKGBUILD b/community/kmymoney/PKGBUILD index fb7b59bc3..caf5ab674 100644 --- a/community/kmymoney/PKGBUILD +++ b/community/kmymoney/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 57452 2011-10-27 21:53:29Z lcarlier $ +# $Id: PKGBUILD 58094 2011-11-06 14:12:09Z lcarlier $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Vamp898 <vamp898@web.de> # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> @@ -6,7 +6,7 @@ # Contributor: Todd Maynard <arch@toddmaynard.com> pkgname=kmymoney -pkgver=4.6.0 +pkgver=4.6.1 pkgrel=1 pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money or Quicken" arch=('i686' 'x86_64' 'mips64el') @@ -19,7 +19,7 @@ install=$pkgname.install changelog=$pkgname.changelog options=('!makeflags') source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.bz2) -sha256sums=('8f034a92682cc61dfa76c2593893524d00658c49360b17ddc67671e32ec7edf8') +sha256sums=('5fcab9c4f1b5868aabb816a87c61cb025e69a191f6cb218cce3f29f0c1c1b77a') build() { cd ${srcdir} |