summaryrefslogtreecommitdiff
path: root/community/mupdf/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-01 00:05:33 -0800
committerroot <root@rshg054.dnsready.net>2013-03-01 00:05:33 -0800
commit5ae40a63ab4c6838234db5a9da1e99d8bc27875d (patch)
treedea7d338ac603743f5a323dc8f82b76bdbf5ab2e /community/mupdf/PKGBUILD
parentb56d5949c9b0c3b40a942cd83f71e4420473435b (diff)
Fri Mar 1 00:05:33 PST 2013
Diffstat (limited to 'community/mupdf/PKGBUILD')
-rw-r--r--community/mupdf/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/community/mupdf/PKGBUILD b/community/mupdf/PKGBUILD
index f339be13c..52e6ed643 100644
--- a/community/mupdf/PKGBUILD
+++ b/community/mupdf/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 75333 2012-08-20 06:45:01Z bpiotrowski $
+# $Id: PKGBUILD 85309 2013-02-28 20:50:02Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
@@ -6,23 +6,23 @@
# Contributor: xduugu (.desktop and install files)
pkgname=mupdf
-pkgver=1.1
+pkgver=1.2
pkgrel=1
-pkgdesc="lightweight PDF viewer and toolkit written in portable C"
+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="$pkgdir"/usr
+ make build=release prefix=/usr
}
package() {