summaryrefslogtreecommitdiff
path: root/extra/netpbm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/netpbm/PKGBUILD')
-rw-r--r--extra/netpbm/PKGBUILD33
1 files changed, 16 insertions, 17 deletions
diff --git a/extra/netpbm/PKGBUILD b/extra/netpbm/PKGBUILD
index 39675625b..41e3160d9 100644
--- a/extra/netpbm/PKGBUILD
+++ b/extra/netpbm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 197557 2013-10-26 21:24:07Z eric $
-# Maintainer: Kevin Piche <kevin@archlinux.org>
+# $Id: PKGBUILD 215266 2014-06-18 05:01:53Z eric $
+# Maintainer:
pkgname=netpbm
-pkgver=10.61.02
-pkgrel=3
+pkgver=10.66.03
+pkgrel=1
pkgdesc="A toolkit for manipulation of graphic images"
arch=('i686' 'x86_64')
license=('custom' 'BSD' 'GPL' 'LGPL')
@@ -11,25 +11,24 @@ url="http://netpbm.sourceforge.net/"
depends=('perl' 'libpng' 'libtiff' 'libxml2')
makedepends=('python2')
options=('!makeflags')
-source=(ftp://ftp.archlinux.org/other/packages/netpbm/${pkgname}-${pkgver}.tar.gz{,.sig} \
- ftp://ftp.archlinux.org/other/packages/netpbm/netpbm-doc-22Feb2009.tar.xz{,.sig} \
+source=(ftp://ftp.archlinux.org/other/packages/netpbm/${pkgname}-${pkgver}.tar.xz{,.sig} \
+ ftp://ftp.archlinux.org/other/packages/netpbm/netpbm-doc-31Jan2014.tar.xz{,.sig} \
netpbm-CAN-2005-2471.patch netpbm-security-code.patch netpbm-security-scripts.patch)
-sha1sums=('dc2354716996c8fe4c4836386e6c403ec2f15589'
- '253df0e79f9344e68ee907a43347d630ff6b1b95'
- 'dfeba9f9a5fe987d64db0aadb5ca8c1b20fcead2'
- 'e9513608a661beb05a63270931f6191029e935f8'
+sha1sums=('b396dfde402b6979a8b551cf60ba1030278a233d'
+ 'SKIP'
+ '25a58975bd8cd383238b4ae31f4405c60914faac'
+ 'SKIP'
'b79cf9d42488fea065ba16262ed97694c47af08d'
- 'cde27f75fa5ca8010a3b1f08d8e247d42243d0f5'
- '300a2386d3207005f4cb4120bbb2f3788a9b7716')
+ '4213468c44a63c0575896f6781987a09cfcc2d30'
+ 'c67a63c010353de3ecac3ad72ba76bbb85e4ed4c')
# source PKGBUILD && mksource
mksource() {
# Get docs with: wget --recursive --relative -nH http://netpbm.sourceforge.net/doc/
- curl -o advanced.tar.gz 'http://netpbm.svn.sourceforge.net/viewvc/netpbm/advanced.tar.gz?view=tar'
- tar -xf advanced.tar.gz advanced/version.mk
+ svn checkout svn://svn.code.sf.net/p/netpbm/code/advanced advanced
_pkgver=$(grep MAJOR advanced/version.mk |cut -d ' ' -f 3).$(grep MINOR advanced/version.mk |cut -d ' ' -f 3).0$(grep POINT advanced/version.mk |cut -d ' ' -f 3)
- mv advanced.tar.gz ${pkgname}-${_pkgver}.tar.gz
- gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${_pkgver}.tar.gz
+ tar -cf ${pkgname}-${_pkgver}.tar.xz advanced
+ gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${_pkgver}.tar.xz
rm -r advanced
}
@@ -52,7 +51,7 @@ prepare() {
sed -i 's|misc|share/netpbm|' common.mk
sed -i 's|/link|/lib|' lib/Makefile
- sed -i 's|install.manweb install.man|install.man|' GNUmakefile
+ sed -i 's|install.manwebmain install.manweb install.man|install.man|' GNUmakefile
}
build() {