Date: Friday, April 27, 2012 @ 18:32:13 Author: tomegun Revision: 157358
upgpkg: lsof 4.86-1 upstream update Modified: lsof/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-27 21:14:32 UTC (rev 157357) +++ PKGBUILD 2012-04-27 22:32:13 UTC (rev 157358) @@ -1,11 +1,12 @@ # $Id$ -# Maintainer: Angel Velasquez <[email protected]> +# Maintainer: Tom Gundersen <[email protected]> +# Contributor: Angel Velasquez <[email protected]> # Contributor: Daniel J Griffiths <[email protected]> # Contributor: Aaron Griffin <[email protected]> # Contributor: Jochem Kossen <[email protected]> pkgname=lsof -pkgver=4.85 +pkgver=4.86 pkgrel=1 pkgdesc="Lists open files for running Unix processes" arch=('i686' 'x86_64') @@ -13,8 +14,6 @@ license=('custom') depends=('glibc') source=(ftp://sunsite.ualberta.ca/pub/Mirror/lsof/${pkgname}_${pkgver}.tar.bz2 license.txt) -md5sums=('102ee2081172bbe76dccaa6cceda8573' - '1b63c76bd10437cabf890508c8e58d36') build() { cd ${srcdir}/${pkgname}_${pkgver} @@ -41,3 +40,5 @@ install -D -m0644 -o root -g root ${srcdir}/license.txt \ ${pkgdir}/usr/share/licenses/lsof/LICENSE } +md5sums=('9f1cda41f35add068c7b81f873fa56b5' + '1b63c76bd10437cabf890508c8e58d36')
