summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei Maruyama2023-08-06 02:26:21 +0900
committerShohei Maruyama2023-08-06 02:26:21 +0900
commit99cb8ceced6d441b5aba879463bac3e9ff86d28b (patch)
tree51143721d691588e3c19d2f4fcd76e9f5158dd11
parentf09ad05fdfceaf7fc359a9ba977011cb7709dcd0 (diff)
downloadaur-99cb8ceced6d441b5aba879463bac3e9ff86d28b.tar.gz
PKGBUILD: Replace python-websockify with websockify
python-websockify is pending deletion. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9774fbe96852..82252dbe57f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = webvirtcloud-git
pkgdesc = WebVirtCloud is virtualization web interface for admins and users
pkgver = 20230711.1220.82de7f4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/retspen/webvirtcloud
install = webvirtcloud-git.install
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = webvirtcloud-git
depends = libvirt-python
depends = python-lxml
depends = python-qrcode
- depends = python-websockify
+ depends = websockify
depends = python-zipp
depends = python-ldap3
depends = python-engineio
diff --git a/PKGBUILD b/PKGBUILD
index 3dd327db8586..735ee9da0c65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gitname="webvirtcloud"
pkgname=("${_gitname}-git")
pkgver=20230711.1220.82de7f4
-pkgrel=2
+pkgrel=3
pkgdesc="WebVirtCloud is virtualization web interface for admins and users"
arch=("x86_64")
url="https://github.com/retspen/webvirtcloud"
@@ -21,7 +21,7 @@ depends=(
"libvirt-python"
"python-lxml"
"python-qrcode"
- "python-websockify"
+ "websockify"
"python-zipp"
"python-ldap3"
"python-engineio"