diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/jbigkit | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/jbigkit')
-rw-r--r-- | community/jbigkit/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/jbigkit/PKGBUILD b/community/jbigkit/PKGBUILD index 5a1a91dc2..5754c044b 100644 --- a/community/jbigkit/PKGBUILD +++ b/community/jbigkit/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 100180 2013-11-01 20:59:44Z spupykin $ +# $Id: PKGBUILD 101141 2013-11-18 10:37:45Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com) pkgname=jbigkit pkgver=2.0 -pkgrel=4 +pkgrel=5 pkgdesc="Data compression library/utilities for bi-level high-resolution images" arch=('i686' 'x86_64') url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/" license=('GPL') depends=('glibc') +options=('staticlibs') source=(http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-$pkgver.tar.gz) md5sums=('3dd87f605abb1a97a22dc79d8b3e8f6c') |