summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Down2015-09-23 16:33:04 +0100
committerChris Down2015-09-23 16:33:11 +0100
commit744e9f37d0f530ab0bd725ecd79041dae7100dce (patch)
tree1d8d967440b06f03a5c317f54fed9b121c296f1c /PKGBUILD
parentf54a91fded8ae812ec4a3a3cb6db4ca92b7c237f (diff)
downloadaur-744e9f37d0f530ab0bd725ecd79041dae7100dce.tar.gz
Release 0.72-2: Update md5sum (changed upstream)
Also removed 64-bit version since there seems little point.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 2 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97c270304f20..7728c57500c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=xnviewmp
pkgver=0.72
-pkgrel=1
+pkgrel=2
pkgdesc="An efficient multimedia viewer, browser and converter."
url="http://www.xnview.com/en/xnviewmp/"
@@ -20,17 +20,9 @@ install='xnviewmp.install'
source=("XnViewMP-linux-${pkgver}.tgz::http://download.xnview.com/XnViewMP-linux.tgz"
"xnviewmp.desktop")
-md5sums=('a25161fd85775e6259fa83dc0323377d'
+md5sums=('b131f97bb0c9eb7e6968cf1576ed9079'
'24f44d5a881b94daf48775213a57e4ec')
-if [ "$CARCH" = 'x86_64' ]; then
- source=("XnViewMP-linux-x64-${pkgver}.tgz::http://download.xnview.com/XnViewMP-linux-x64.tgz"
- "xnviewmp.desktop")
- md5sums=('1e3ffc900abf13795f148156d7796c72'
- '24f44d5a881b94daf48775213a57e4ec')
-fi
-
-
package() {
install -d -m755 "${pkgdir}/opt/${pkgname}"
install -d -m755 "${pkgdir}/usr/bin"