summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorluspi2018-02-23 00:32:51 +0100
committerluspi2018-02-23 00:33:09 +0100
commita684107a31a2d7883e21d580b889a61323de82dd (patch)
treeb327a9dee256b453471110ff13d1570c01b9e2bc
parent2dcf55d54889304f308918cb8bddaca700870ec8 (diff)
downloadaur-a684107a31a2d7883e21d580b889a61323de82dd.tar.gz
changed arch to x86_64 and removed install file
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD3
-rwxr-xr-xphotoqt.install16
3 files changed, 3 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb8d415b8f46..2d9ee806b1f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Tue Feb 20 21:42:46 UTC 2018
+# Thu Feb 22 23:32:57 UTC 2018
pkgbase = photoqt
pkgdesc = Fast and highly configurable image viewer with a simple and nice interface.
pkgver = 1.6
pkgrel = 1
url = http://photoqt.org/
- install = photoqt.install
- arch = any
+ arch = x86_64
license = GPL2
makedepends = cmake
makedepends = qt5-tools
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')
diff --git a/photoqt.install b/photoqt.install
deleted file mode 100755
index e4467ed262fa..000000000000
--- a/photoqt.install
+++ /dev/null
@@ -1,16 +0,0 @@
-
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -t -f usr/share/icons/hicolor
-
-## If you are using the Pax/Grsecurity kernel, you need to uncomment the following line
-# setfattr -n user.pax.flags -vm /usr/bin/photoqt
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}