aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libarchive/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-12-19 11:38:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-12-19 11:38:56 +0000
commit9d8618b3e3368469f23f4f297db35ffd9b00cfd2 (patch)
treeed98e8d83d993660731b7e8a2ba76825f33688be /testing/libarchive/APKBUILD
parent7269013bc00062d01ca5bb2ad4fd55cf5bcd9887 (diff)
testing/libarchive: fix -dev depends
Diffstat (limited to 'testing/libarchive/APKBUILD')
-rw-r--r--testing/libarchive/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/libarchive/APKBUILD b/testing/libarchive/APKBUILD
index d85ab21c01f..28a1cbc817f 100644
--- a/testing/libarchive/APKBUILD
+++ b/testing/libarchive/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libarchive
pkgver=2.8.4
-pkgrel=0
+pkgrel=1
pkgdesc="library that can create and read several streaming archive formats"
url="http://libarchive.googlecode.com/"
arch="all"
@@ -9,6 +9,7 @@ license="BSD"
depends=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"
makedepends="zlib-dev bzip2-dev xz-dev acl-dev openssl-dev expat-dev"
+depends_dev="$makedepends"
source="http://libarchive.googlecode.com/files/libarchive-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver