[arch-commits] Commit in mupdf/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Apr 18 14:03:23 UTC 2016


    Date: Monday, April 18, 2016 @ 16:03:22
  Author: eworm
Revision: 171353

upgpkg: mupdf 1.9-1

new upstream release

Modified:
  mupdf/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-18 13:30:23 UTC (rev 171352)
+++ PKGBUILD	2016-04-18 14:03:22 UTC (rev 171353)
@@ -7,8 +7,8 @@
 # Contributor: xduugu
 
 pkgname=mupdf
-pkgver=1.8
-pkgrel=2
+pkgver=1.9
+pkgrel=1
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('i686' 'x86_64')
 url='http://mupdf.com'
@@ -18,12 +18,13 @@
 	 'libxinerama')
 makedepends=('mesa-libgl')
 install=mupdf.install
+# we need static libs for zathura-pdf-mupdf
 options=('staticlibs')
 source=(http://mupdf.com/downloads/mupdf-${pkgver/_/}-source.tar.gz
         mupdf.desktop
         mupdf.xpm
         mupdf-1.5-openjpeg-2.1.0.patch)
-md5sums=('3205256d78d8524d67dd2a47c7a345fa'
+md5sums=('6677c6386e8408a72826a0b7bc647a45'
          '39b54f82a763aac54e352315a0ee9037'
          'f3f35e7320bafde331250de1c99186a1'
          '8e71587ad9b86e10c9144618ab43149b')
@@ -47,7 +48,6 @@
 package() {
   cd $pkgname-${pkgver/_/}-source
   make build=release prefix="$pkgdir"/usr install
-  install -Dm644 build/release/libmujs.a "$pkgdir"/usr/lib
 
   mv "$pkgdir"/usr/bin/mupdf-x11-curl "$pkgdir"/usr/bin/mupdf
   rm "$pkgdir"/usr/bin/mupdf-x11



More information about the arch-commits mailing list