diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/lsof/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lsof/APKBUILD b/main/lsof/APKBUILD index 1f03e7112b..794f45147e 100644 --- a/main/lsof/APKBUILD +++ b/main/lsof/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lsof pkgver=4.88 -pkgrel=0 +pkgrel=1 pkgdesc="LiSt Open Files" url="http://people.freebsd.org/~abe/" arch="all" license="custom" subpackages="$pkgname-doc" depends= -makedepends="" +makedepends="linux-headers" source="ftp://sunsite.ualberta.ca/pub/Mirror/$pkgname/${pkgname}_$pkgver.tar.bz2 fix-includes.patch" |