aboutsummaryrefslogtreecommitdiffstats
path: root/extra/acct/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-06-04 12:21:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-06-04 12:21:33 +0000
commit24ae3932ee11e4fa89e9568b04177c2fcb3bd030 (patch)
tree885e5357b50b4b6fd9a4f27e7c5c9be908672b71 /extra/acct/APKBUILD
parentee60da9ec324845345c5e5add8f1e00e4b18139f (diff)
extra/acct: bump pkgrel so we force the package split
Also remove dynamic dep from depends and set maintainer
Diffstat (limited to 'extra/acct/APKBUILD')
-rw-r--r--extra/acct/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/acct/APKBUILD b/extra/acct/APKBUILD
index 73902efe639..29657feed9e 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"