summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorluspi2018-02-23 00:32:51 +0100
committerluspi2018-02-23 00:33:09 +0100
commita684107a31a2d7883e21d580b889a61323de82dd (patch)
treeb327a9dee256b453471110ff13d1570c01b9e2bc /PKGBUILD
parent2dcf55d54889304f308918cb8bddaca700870ec8 (diff)
downloadaur-a684107a31a2d7883e21d580b889a61323de82dd.tar.gz
changed arch to x86_64 and removed install file
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60ef862d9d19..6b4ffc494ec6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,13 @@ pkgname=photoqt
pkgver=1.6
pkgrel=1
pkgdesc="Fast and highly configurable image viewer with a simple and nice interface."
-arch=('any')
+arch=('x86_64')
url="http://photoqt.org/"
license=('GPL2')
depends=('exiv2' 'graphicsmagick' 'qt5-imageformats' 'qt5-multimedia' 'qt5-svg' 'qt5-quickcontrols' 'libraw' 'qt5-graphicaleffects' 'hicolor-icon-theme')
optdepends=('libqpsd-git: PSB/PSD support'
'xcftools: XCF support')
makedepends=('cmake' 'qt5-tools')
-install=$pkgname.install
source=(http://photoqt.org/pkgs/$pkgname-$pkgver.tar.gz)
md5sums=('a93a3f7eba55dcf3ccce7f56a8288bcd')