diff options
Diffstat (limited to 'community/qtfm/PKGBUILD')
-rw-r--r-- | community/qtfm/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qtfm/PKGBUILD b/community/qtfm/PKGBUILD index 20314f945..99dae87f7 100644 --- a/community/qtfm/PKGBUILD +++ b/community/qtfm/PKGBUILD @@ -2,15 +2,15 @@ # Contributor: Wittfella <wittfella@wittfella.com> pkgname=qtfm -pkgver=4.8 -pkgrel=2 +pkgver=4.9 +pkgrel=1 pkgdesc="A lightweight file manager" arch=('i686' 'x86_64') url="http://www.qtfm.org" license=('GPL') depends=('qt') source=(http://www.qtfm.org/$pkgname-$pkgver.tar.gz) -md5sums=('af419b8681f8031620259e0ac2957e46') +md5sums=('09e4e09f4d18c9967e65249f8b509522') build() { cd "$startdir/src/$pkgname-$pkgver" |