diff options
Diffstat (limited to 'community/qtfm')
-rw-r--r-- | community/qtfm/PKGBUILD | 7 | ||||
-rw-r--r-- | community/qtfm/qtfm.changelog | 3 |
2 files changed, 6 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') diff --git a/community/qtfm/qtfm.changelog b/community/qtfm/qtfm.changelog index 8b142ac76..043ff07ec 100644 --- a/community/qtfm/qtfm.changelog +++ b/community/qtfm/qtfm.changelog @@ -1,3 +1,6 @@ +2012-06-17 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * qtfm 5.5-1 + 2012-03-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * qtfm 5.4-1 |