diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-10 17:25:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-10 17:25:58 +0000 |
commit | 38d4111bf567fc15cf99b7dca5892e9071153f14 (patch) | |
tree | f3415056aeea603c8641897bfbed192a49f1ce66 | |
parent | d33faa92863d3c0f13b66e11a665466f5de0844a (diff) | |
download | aports-38d4111bf567fc15cf99b7dca5892e9071153f14.tar.bz2 aports-38d4111bf567fc15cf99b7dca5892e9071153f14.tar.xz |
testing/attr: fix typo so we actually get -dev and -doc package
-rw-r--r-- | testing/attr/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/attr/APKBUILD b/testing/attr/APKBUILD index 8f80a99184..7046bd56fa 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() { |