diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-04 12:21:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-04 12:21:33 +0000 |
commit | 24ae3932ee11e4fa89e9568b04177c2fcb3bd030 (patch) | |
tree | 885e5357b50b4b6fd9a4f27e7c5c9be908672b71 | |
parent | ee60da9ec324845345c5e5add8f1e00e4b18139f (diff) | |
download | aports-24ae3932ee11e4fa89e9568b04177c2fcb3bd030.tar.bz2 aports-24ae3932ee11e4fa89e9568b04177c2fcb3bd030.tar.xz |
extra/acct: bump pkgrel so we force the package split
Also remove dynamic dep from depends and set maintainer
-rw-r--r-- | extra/acct/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/acct/APKBUILD b/extra/acct/APKBUILD index 73902efe6..29657feed 100644 --- a/extra/acct/APKBUILD +++ b/extra/acct/APKBUILD @@ -1,12 +1,13 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=acct pkgver=6.3.2 -pkgrel=0 +pkgrel=1 pkgdesc="The GNU Accounting Utilities" url="http://www.gnu.org/software/acct/" license="GPL" -depends="uclibc" -makedepends="" +depends= +makedepends= install= subpackages="$pkgname-doc" source="http://ftp.gnu.org/gnu/acct/${pkgname}-${pkgver}.tar.gz" |