summaryrefslogtreecommitdiff
path: root/extra/lsof
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-29 00:03:11 +0000
committerroot <root@rshg054.dnsready.net>2012-04-29 00:03:11 +0000
commit4412991f6b4fd655fc1f51f8d79a0be0c10158b7 (patch)
treef9c260be9a38030fe89f1d4ce1e60763c7319f5f /extra/lsof
parent00f77ef3b2b7856520daba393370f67b773c2184 (diff)
Sun Apr 29 00:03:11 UTC 2012
Diffstat (limited to 'extra/lsof')
-rw-r--r--extra/lsof/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/lsof/PKGBUILD b/extra/lsof/PKGBUILD
index a8687fff1..2c7f38411 100644
--- a/extra/lsof/PKGBUILD
+++ b/extra/lsof/PKGBUILD
@@ -1,11 +1,12 @@
-# $Id: PKGBUILD 140198 2011-10-09 08:36:54Z angvp $
-# Maintainer: Angel Velasquez <angvp@archlinux.org>
+# $Id: PKGBUILD 157359 2012-04-27 22:32:41Z tomegun $
+# Maintainer: Tom Gundersen <teg@jklm.no>
+# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Aaron Griffin <aaron@archlinux.org>
# Contributor: Jochem Kossen <j.kossen@home.nl>
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 @@ url="http://people.freebsd.org/~abe/"
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 @@ package() {
install -D -m0644 -o root -g root ${srcdir}/license.txt \
${pkgdir}/usr/share/licenses/lsof/LICENSE
}
+md5sums=('9f1cda41f35add068c7b81f873fa56b5'
+ '1b63c76bd10437cabf890508c8e58d36')