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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Nov 11 22:28:59 UTC 2015


    Date: Wednesday, November 11, 2015 @ 23:28:58
  Author: bpiotrowski
Revision: 146618

upgpkg: mupdf 1.8-2

depend on libgl instead of mesa-libgl

Modified:
  mupdf/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-11 22:06:42 UTC (rev 146617)
+++ PKGBUILD	2015-11-11 22:28:58 UTC (rev 146618)
@@ -8,14 +8,15 @@
 
 pkgname=mupdf
 pkgver=1.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('i686' 'x86_64')
 url='http://mupdf.com'
 license=('AGPL3')
 depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
-         'openssl' 'openjpeg2' 'mesa' 'mesa-libgl' 'libxcursor' 'libxrandr'
+         'openssl' 'openjpeg2' 'mesa' 'libgl' 'libxcursor' 'libxrandr'
 	 'libxinerama')
+makedepends=('mesa-libgl')
 install=mupdf.install
 options=('staticlibs')
 source=(http://mupdf.com/downloads/mupdf-${pkgver/_/}-source.tar.gz



More information about the arch-commits mailing list