summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-02-10 17:25:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-02-10 17:25:58 +0000
commit38d4111bf567fc15cf99b7dca5892e9071153f14 (patch)
treef3415056aeea603c8641897bfbed192a49f1ce66 /testing
parentd33faa92863d3c0f13b66e11a665466f5de0844a (diff)
downloadaports-38d4111bf567fc15cf99b7dca5892e9071153f14.tar.bz2
aports-38d4111bf567fc15cf99b7dca5892e9071153f14.tar.xz
testing/attr: fix typo so we actually get -dev and -doc package
Diffstat (limited to 'testing')
-rw-r--r--testing/attr/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/attr/APKBUILD b/testing/attr/APKBUILD
index 8f80a991..7046bd56 100644
--- a/testing/attr/APKBUILD
+++ b/testing/attr/APKBUILD
@@ -2,13 +2,13 @@
pkgname=attr
pkgver=2.4.44
_ver=2.4.44
-pkgrel=0
+pkgrel=1
pkgdesc="Extended attribute support library for ACL support"
url="http://oss.sgi.com/projects/xfs/"
license="LGPL"
depends=
makedepends="libtool autoconf automake bash gzip"
-subpackage="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-dev $pkgname-doc"
source="ftp://ftp.archlinux.org/other/attr/attr-${pkgver}.src.tar.gz"
prepare() {