summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12020-02-29 20:10:02 +0800
committerChocobo12020-02-29 20:10:02 +0800
commitff1a7ce6469f5b9e00129e4a856f440b084d2efc (patch)
treee71dfcc261fe68ecffb78f143b9beca5592ad4e4 /PKGBUILD
parentf346ab42bc43255be4d15fa82e3d2f219a3f1aba (diff)
downloadaur-ff1a7ce6469f5b9e00129e4a856f440b084d2efc.tar.gz
upgpkg: qt5-websockets-git 5.15.0_beta1.r6.g87c9513-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edb17788f79a..23ecb6732dae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=qt5-websockets-git
-pkgver=5.13.0_rc3.r33.ge108b1f
+pkgver=5.15.0_beta1.r6.g87c9513
pkgrel=1
pkgdesc="Qt5 WebSockets module"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('qt5-base')
makedepends=('git' 'qt5-declarative')
provides=('qt5-websockets')
conflicts=('qt5-websockets')
-source=("git+https://code.qt.io/qt/qtwebsockets.git#branch=dev")
+source=("git+https://code.qt.io/qt/qtwebsockets.git#branch=5.15")
sha256sums=('SKIP')
@@ -47,5 +47,5 @@ package() {
-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
cd "$srcdir/qtwebsockets"
- install -Dm644 "LICENSE.GPL3-EXCEPT" "$pkgdir/usr/share/licenses/qt5-websockets/LICENSE.GPL3-EXCEPT"
+ install -Dm644 "LICENSE.GPL3-EXCEPT" -t "$pkgdir/usr/share/licenses/qt5-websockets"
}