author | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:51:30 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:51:30 UTC |
parent | 5cb233f753fcb09fa6aefaa523108750e1a48380 |
.SRCINFO | +19 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..3d72488 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,19 @@ +pkgbase = qt5-websockets + pkgdesc = Provides WebSocket communication compliant with RFC 6455 + pkgver = 5.15.11+kde+r2 + pkgrel = 1 + url = https://www.qt.io + arch = x86_64 + groups = qt5 + license = GPL3 + license = LGPL3 + license = FDL + license = custom + makedepends = qt5-declarative + makedepends = git + depends = qt5-base + optdepends = qt5-declarative: QML bindings + source = git+https://invent.kde.org/qt/qt/qtwebsockets#commit=d41bb9f4f7ab9d5ff184ef94cf2f6ff7cf01de00 + sha256sums = SKIP + +pkgname = qt5-websockets diff --git a/PKGBUILD b/PKGBUILD index 6c704e8..f7891b7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=qt5-websockets _basever=5.15.11 -pkgver=5.15.10+kde+r2 +pkgver=5.15.11+kde+r2 pkgrel=1 _commit=d41bb9f4f7ab9d5ff184ef94cf2f6ff7cf01de00 arch=('x86_64')