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