aboutsummaryrefslogtreecommitdiffstats
path: root/main/libevent
diff options
context:
space:
mode:
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 67e0e954a8..ea160c1e23 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/
}