summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd8d968948b7..5a7e897efe58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = veyon
pkgdesc = Open Source computer monitoring and classroom management
- pkgver = 4.4.0
+ pkgver = 4.4.1
pkgrel = 1
url = https://github.com/veyon
arch = i686
@@ -26,7 +26,7 @@ pkgbase = veyon
depends = libxinerama
depends = libsasl
optdepends = kldap: KDE support
- source = git+https://github.com/veyon/veyon.git#tag=v4.4.0
+ source = git+https://github.com/veyon/veyon.git#tag=v4.4.1
source = git+https://github.com/veyon/ultravnc.git
source = git+https://github.com/veyon/libvncserver.git
source = git+https://github.com/veyon/x11vnc.git
diff --git a/PKGBUILD b/PKGBUILD
index 15fb47f6bcc2..94ec3b9291d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sgar <swhaat in github>
pkgname=veyon
-pkgver=4.4.0
+pkgver=4.4.1
pkgrel=1
pkgdesc="Open Source computer monitoring and classroom management"
arch=('i686' 'x86_64')
@@ -49,7 +49,7 @@ build() {
-DCMAKE_INSTALL_DATA_DIR=/usr/share/ \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_VEYON_X11VNC_EXTERNAL=ON \
- -DSYSTEMD_SERVICE_INSTALL_DIR=/usr/lib/systemd/system/ \
+ -DSYSTEMD_SERVICE_INSTALL_DIR=/usr/lib/systemd/system/ \
-DCMAKE_BUILD_TYPE=release \
../"${pkgname}"
make