summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 10 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fb3a285d2e8..1618d82e7854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,20 +8,23 @@
# Contributor: Martin Poljak <martin 'at' poljak 'dot' cz>
pkgname=xnviewmp
-pkgver=0.97.0
-srcrel=2 # Incremented when there is a new release for the same version number
-pkgrel=2
+pkgver=1.7.1
+srcrel=1 # Incremented when there is a new release for the same version number
+pkgrel=1
pkgdesc="An efficient multimedia viewer, browser and converter."
-url="http://www.xnview.com/en/xnviewmp/"
+url="https://www.xnview.com/en/xnviewmp/"
arch=('x86_64')
license=('custom')
-depends=('qt5-multimedia' 'qt5-svg' 'qt5-webkit' 'qt5-x11extras' 'desktop-file-utils')
+# Require qt5-multimedia to pull all its dependencies. We do not actually need
+# to depend on qt5-*, but qt5-multimedia (and indirectly qt5-base) have
+# various dependencies that we need even when using the packaged libraries.
+depends=('qt5-multimedia')
optdepends=('glib2: support for moving files to trash')
-source=("XnViewMP-linux-x64_${pkgver}-rel${srcrel}.tgz::http://download.xnview.com/XnViewMP-linux-x64.tgz"
+source=("XnViewMP-linux-x64_${pkgver}-rel${srcrel}.tgz::https://download.xnview.com/old_versions/XnView_MP/XnView_MP-${pkgver}-linux-x64.tgz"
'xnviewmp.desktop')
-sha256sums=('6FA888E9049A5E908F5E16A9075C9DD618A12E44063AA2CF8EF71553CE1C4010'
+sha256sums=('58FDD3D76DF9D5AC0D20811722AAAA95CF8109B24C42826F8501073F968D625D'
'F6B3A4AAA0A55B5F21D9B91AB6F3DA3D6EE077BA7FDD17E7C4AB1C69AD2A9E3A')
package() {