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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Feb 28 20:49:45 UTC 2013


    Date: Thursday, February 28, 2013 @ 21:49:45
  Author: bpiotrowski
Revision: 85308

upgpkg: mupdf 1.2-1

upstream release

Modified:
  mupdf/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-28 20:20:52 UTC (rev 85307)
+++ PKGBUILD	2013-02-28 20:49:45 UTC (rev 85308)
@@ -6,20 +6,20 @@
 # Contributor: xduugu (.desktop and install files)
 
 pkgname=mupdf
-pkgver=1.1
+pkgver=1.2
 pkgrel=1
-pkgdesc="Lightweight PDF and XPS viewer"
+pkgdesc='Lightweight PDF and XPS viewer'
 arch=('i686' 'x86_64')
-url="http://mupdf.com"
+url='http://mupdf.com'
 license=('GPL3')
 depends=('freetype2' 'libjpeg' 'jbig2dec' 'openjpeg' 'libxext' 'desktop-file-utils' 'xdg-utils')
 install=mupdf.install
-source=("http://mupdf.com/download/$pkgname-$pkgver-source.tar.gz")
-md5sums=('f7b5fd753f40aca207e9afd70d8f8edf')
+source=(https://mupdf.googlecode.com/files/$pkgname-$pkgver-source.zip)
+sha256sums=('9bc9e31ec27c091dad37f70940bd799e46ab6da4299bc58e803bff3dbb07dc3b')
 
 build() {
-    CFLAGS+=" -fPIC"
-    CXXFLAGS+=" -fPIC"
+    CFLAGS+=' -fPIC'
+    CXXFLAGS+=' -fPIC'
 
 	cd "$srcdir"/$pkgname-$pkgver-source
 	make build=release prefix=/usr




More information about the arch-commits mailing list