summaryrefslogtreecommitdiffstats
path: root/main/libevent
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-12-04 10:00:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-12-04 10:00:58 +0000
commit523350e71e9ae2453feb59d2a08eca33652eaef0 (patch)
tree26863113ecf9f5929609387f1dd0c718d249afe9 /main/libevent
parent95e73982d6b68780a74a677f0fada23e6392e2fc (diff)
downloadaports-523350e71e9ae2453feb59d2a08eca33652eaef0.tar.bz2
aports-523350e71e9ae2453feb59d2a08eca33652eaef0.tar.xz
main/libevent: -dev package replaces main pkg
Diffstat (limited to 'main/libevent')
-rw-r--r--main/libevent/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libevent/APKBUILD b/main/libevent/APKBUILD
index 67e0e954a..ea160c1e2 100644
--- a/main/libevent/APKBUILD
+++ b/main/libevent/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libevent
pkgver=2.0.21
-pkgrel=1
+pkgrel=2
pkgdesc="An event notification library"
url="http://libevent.org/"
arch="all"
@@ -29,6 +29,7 @@ package() {
}
dev() {
+ replaces="libevent"
default_dev
mv "$pkgdir"/usr/bin "$subpkgdir"/usr/
}