diff options
Diffstat (limited to 'community/nomacs/PKGBUILD')
-rw-r--r-- | community/nomacs/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nomacs/PKGBUILD b/community/nomacs/PKGBUILD index 1b737b3d0..dc9015337 100644 --- a/community/nomacs/PKGBUILD +++ b/community/nomacs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 94002 2013-07-13 00:27:24Z speps $ +# $Id: PKGBUILD 98626 2013-10-15 15:29:46Z speps $ # Maintainer: speps <speps at aur dot archlinux dot org> pkgname=nomacs -pkgver=1.4.0 +pkgver=1.6.0 pkgrel=1 pkgdesc="A Qt image viewer" arch=(i686 x86_64) @@ -12,7 +12,7 @@ depends=('qt4' 'exiv2' 'libraw' 'opencv') makedepends=('cmake') install="$pkgname.install" source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2") -md5sums=('ede84986dce5f67c270bb5ff7354e867') +md5sums=('61cabef5638a4a2dabd0865df07e4b07') build() { cd "$srcdir/$pkgname-$pkgver" |