summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12019-02-05 00:14:07 +0800
committerChocobo12019-02-05 00:14:07 +0800
commit286acd04a01d976be576ffcf212ff03fbef2b21d (patch)
tree7dd3d453031f348c747c97f99f5a7f1fb7cc5101
parent47a268543ff27502b13f7f39d9c43a0d488d2ea8 (diff)
downloadaur-286acd04a01d976be576ffcf212ff03fbef2b21d.tar.gz
upgpkg: qt5-websockets-git 5.12.1.r16.g5f16a5c-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dedd0b8f256b..a537843e7712 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = qt5-websockets-git
pkgdesc = Provides WebSocket communication compliant with RFC 6455
pkgver = 5.12.1.r16.g5f16a5c
- pkgrel = 1
+ pkgrel = 2
url = https://www.qt.io/
arch = i686
arch = x86_64
- license = FDL
license = GPL
license = LGPL
license = custom
makedepends = git
+ makedepends = qt5-declarative
depends = qt5-base
provides = qt5-websockets
conflicts = qt5-websockets
diff --git a/PKGBUILD b/PKGBUILD
index 7302e6c4b513..3aecf8d7dbda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=qt5-websockets-git
pkgver=5.12.1.r16.g5f16a5c
-pkgrel=1
+pkgrel=2
pkgdesc="Provides WebSocket communication compliant with RFC 6455"
arch=('i686' 'x86_64')
url="https://www.qt.io/"
-license=('FDL' 'GPL' 'LGPL' 'custom')
+license=('GPL' 'LGPL' 'custom')
depends=('qt5-base')
-makedepends=('git')
+makedepends=('git' 'qt5-declarative')
provides=('qt5-websockets')
conflicts=('qt5-websockets')
source=("git+https://code.qt.io/qt/qtwebsockets.git#branch=dev")