summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44b54e14de93..78af73367ad4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 20 21:28:06 UTC 2017
+# Sat Jan 21 12:17:30 UTC 2017
pkgbase = xnviewmp
pkgdesc = An efficient multimedia viewer, browser and converter.
pkgver = 0.84
- pkgrel = 2
+ pkgrel = 3
url = http://www.xnview.com/en/xnviewmp/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2ae6eefdf5b9..5875e8e050bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=xnviewmp
pkgver=0.84
-pkgrel=2
+pkgrel=3
pkgdesc="An efficient multimedia viewer, browser and converter."
url="http://www.xnview.com/en/xnviewmp/"
@@ -37,10 +37,6 @@ package() {
# Clean up
rm "${pkgdir}/opt/${pkgname}/XnView.desktop"{,~}
chmod -x "${pkgdir}/opt/${pkgname}/xnview.png"
-
- # 0.84 clean-up: the second release of 0.84 fixed the libicu issue but forgot
- # to remove the old version...
- rm "${pkgdir}/opt/${pkgname}/lib/"libicu*.54*
}
# vim:set ts=2 sw=2 et: