diff --git a/extra/netpbm/.SRCINFO b/extra/netpbm/.SRCINFO index 1d4eb1fde..d1cf89583 100644 --- a/extra/netpbm/.SRCINFO +++ b/extra/netpbm/.SRCINFO @@ -1,14 +1,13 @@ pkgbase = netpbm pkgdesc = A toolkit for manipulation of graphic images pkgver = 10.86.40 - pkgrel = 1 + pkgrel = 2 url = http://netpbm.sourceforge.net/ arch = x86_64 - license = custom - license = BSD - license = GPL - license = LGPL - makedepends = subversion + license = Artistic-1.0 + license = GPL-2.0-only + license = LGPL-2.0.only + license = MIT depends = bash depends = gcc-libs depends = glibc diff --git a/extra/netpbm/.nvchecker.toml b/extra/netpbm/.nvchecker.toml new file mode 100644 index 000000000..34dd602b9 --- /dev/null +++ b/extra/netpbm/.nvchecker.toml @@ -0,0 +1,5 @@ +[netpbm] +source = "httpheader" +url = "https://sourceforge.net/projects/netpbm/files/latest/download" +regex = 'netpbm-(\d+\.\d+\.\d+).tgz' + diff --git a/extra/netpbm/PKGBUILD b/extra/netpbm/PKGBUILD index ed1b555e3..8e8b477e9 100644 --- a/extra/netpbm/PKGBUILD +++ b/extra/netpbm/PKGBUILD @@ -1,33 +1,32 @@ -# Maintainer: +# Maintainer: Caleb Maclennan # ALARM: Kevin Mihelich # - add armv7h and aarch64 for -fPIC flag pkgname=netpbm pkgver=10.86.40 -pkgrel=1 -pkgdesc="A toolkit for manipulation of graphic images" -arch=('x86_64') -license=('custom' 'BSD' 'GPL' 'LGPL') +pkgrel=2 +pkgdesc='A toolkit for manipulation of graphic images' +arch=(x86_64) +license=(Artistic-1.0 GPL-2.0-only LGPL-2.0.only MIT) url="http://netpbm.sourceforge.net/" -depends=( - 'bash' - 'gcc-libs' - 'glibc' - 'jbigkit' - 'libjpeg-turbo' - 'libpng' - 'libtiff' - 'libxml2' - 'perl' - 'zlib' -) -makedepends=('subversion') -options=('!makeflags') +depends=(bash + gcc-libs + glibc + jbigkit + libjpeg-turbo + libpng + libtiff + libxml2 + perl + zlib) +options=(!makeflags) # Get docs with: wget --recursive --relative -nH http://netpbm.sourceforge.net/doc/ source=(https://downloads.sourceforge.net/project/netpbm/super_stable/$pkgver/netpbm-$pkgver.tgz https://sources.archlinux.org/other/packages/netpbm/netpbm-doc-31Jan2014.tar.xz{,.sig} - netpbm-CAN-2005-2471.patch netpbm-security-code.patch netpbm-security-scripts.patch + netpbm-CAN-2005-2471.patch + netpbm-security-code.patch + netpbm-security-scripts.patch reproducible-man-gzip.patch) sha256sums=('7098c0926474303c6fe2d17c0dfb88f24622d1b3a590b6d75495d62ea933b324' '74bcf840ee643c6917330c382484010cb99c004a3fcf05391bebcac63815acb3'