aboutsummaryrefslogtreecommitdiffstats
path: root/main/libwebsockets
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-08-04 08:57:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-08-04 08:57:49 +0000
commit981244f6c35a6cf7851ef23ebcaf8f27ceb13b9d (patch)
treed38aa32abdd6bf69ea6439564b21fe37f8d2ae7b /main/libwebsockets
parent16902fed12033ea878a87998a49ac32e730b4cb4 (diff)
downloadaports-981244f6c35a6cf7851ef23ebcaf8f27ceb13b9d.tar.bz2
aports-981244f6c35a6cf7851ef23ebcaf8f27ceb13b9d.tar.xz
main/libwebosckets: fix pkgdesc for libwebsockets-test
Diffstat (limited to 'main/libwebsockets')
-rw-r--r--main/libwebsockets/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libwebsockets/APKBUILD b/main/libwebsockets/APKBUILD
index 09d0ae556e..205d1b5f99 100644
--- a/main/libwebsockets/APKBUILD
+++ b/main/libwebsockets/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libwebsockets
pkgver=2.0.2
-pkgrel=0
+pkgrel=1
pkgdesc="C library for lightweight websocket clients and servers"
url="http://libwebsockets.org"
arch="all"
@@ -46,7 +46,7 @@ package() {
}
_test() {
- pkgname="$pkgdesc - test server"
+ pkgdesc="$pkgdesc - test server"
mkdir -p "$subpkgdir"/usr
mv "$pkgdir"/usr/share "$pkgdir"/usr/bin "$subpkgdir"/usr/
}