summaryrefslogtreecommitdiff
path: root/community/qtfm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qtfm/PKGBUILD')
-rw-r--r--community/qtfm/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/qtfm/PKGBUILD b/community/qtfm/PKGBUILD
index 6a5d180fc..ed5112058 100644
--- a/community/qtfm/PKGBUILD
+++ b/community/qtfm/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 68177 2012-03-18 20:55:22Z jlichtblau $
+# $Id: PKGBUILD 72625 2012-06-17 19:58:45Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Wittfella <wittfella@wittfella.com>
pkgname=qtfm
-pkgver=5.4
+pkgver=5.5
pkgrel=1
pkgdesc="A lightweight file manager"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('qt')
install=$pkgname.install
changelog=$pkgname.changelog
source=(http://www.qtfm.org/$pkgname-$pkgver.tar.gz)
-sha256sums=('2748be826a769e98d2e0f2f07865808442aa497be463b0885a395f3b586614d2')
+sha256sums=('845fc43800d12483fa1993c56a8c965ff8dc917b97f03d9ce2e24318806fb211')
build() {
cd ${srcdir}/$pkgname-$pkgver
@@ -28,4 +28,3 @@ package() {
make INSTALL_ROOT=${pkgdir} install
}
-sha256sums=('8ef4c2464502959944e1b2476aa635b2a889d2859ba62dd61d8f591779c6fd0d')