diff options
Diffstat (limited to 'community/nomacs/PKGBUILD')
-rw-r--r-- | community/nomacs/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/nomacs/PKGBUILD b/community/nomacs/PKGBUILD index 10102ee81..70f3a82e5 100644 --- a/community/nomacs/PKGBUILD +++ b/community/nomacs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 106005 2014-02-21 02:39:30Z speps $ +# $Id: PKGBUILD 116077 2014-07-22 00:54:22Z speps $ # Maintainer: speps <speps at aur dot archlinux dot org> pkgname=nomacs -pkgver=1.6.4 +pkgver=2.0.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=('c3d77583ff1926077eaa66c0dadec296') +md5sums=('9c666fa1bb1efe814fc70d1df810b9fd') prepare() { cd $pkgname-$pkgver @@ -21,8 +21,7 @@ prepare() { build() { cd $pkgname-$pkgver/b - cmake .. -DCMAKE_INSTALL_PREFIX=/usr \ - -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 + cmake .. -DCMAKE_INSTALL_PREFIX=/usr make } |