aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-05-01 15:27:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-05-01 15:28:12 +0000
commit7e279569aeb7671c5455accc1033ce6608b3c339 (patch)
tree00aed356652b26af4241cdfc2244a810b3f98c7a
parent897627417b56cb435e9a6154167a15d4605f0794 (diff)
community/qt5-qtwebsockets: add replaces qt5-websockets
-rw-r--r--community/qt5-qtwebsockets/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/qt5-qtwebsockets/APKBUILD b/community/qt5-qtwebsockets/APKBUILD
index 5c93ff9725b..a8f9d502bf5 100644
--- a/community/qt5-qtwebsockets/APKBUILD
+++ b/community/qt5-qtwebsockets/APKBUILD
@@ -8,13 +8,14 @@ _ver=${_ver/_/-}
_ver=${_ver/beta0/beta}
_ver=${_ver/rc0/rc}
_V=${_ver/rc/RC}
-pkgrel=0
+pkgrel=1
pkgdesc="Provides WebSocket communication compliant with RFC 6455"
url="http://qt-project.org/"
arch="all"
license="GPL-3.0"
makedepends="qt5-qtbase-dev"
subpackages="$pkgname-dev"
+replaces="qt5-websockets"
case $pkgver in
*_beta*|*_rc*) _rel=development_releases;;