diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-01 15:27:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-01 15:28:12 +0000 |
commit | 7e279569aeb7671c5455accc1033ce6608b3c339 (patch) | |
tree | 00aed356652b26af4241cdfc2244a810b3f98c7a /community | |
parent | 897627417b56cb435e9a6154167a15d4605f0794 (diff) | |
download | aports-7e279569aeb7671c5455accc1033ce6608b3c339.tar.bz2 aports-7e279569aeb7671c5455accc1033ce6608b3c339.tar.xz |
community/qt5-qtwebsockets: add replaces qt5-websockets
Diffstat (limited to 'community')
-rw-r--r-- | community/qt5-qtwebsockets/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/qt5-qtwebsockets/APKBUILD b/community/qt5-qtwebsockets/APKBUILD index 5c93ff9725..a8f9d502bf 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;; |