summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1e8862f5864..4a681f688601 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = veyon
pkgdesc = Open Source computer monitoring and classroom management
pkgver = 4.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/veyon
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9a243281c4b6..8b0ff65ca729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=veyon
pkgver=4.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Open Source computer monitoring and classroom management"
arch=('i686' 'x86_64')
url="https://github.com/veyon"
@@ -38,7 +38,7 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_VEYON_X11VNC_EXTERNAL=ON \
-DSYSTEMD_SERVICE_INSTALL_DIR=/usr/lib/systemd/system/ \
- -DCMAKE_BUILD_TYPE=debug \
+ -DCMAKE_BUILD_TYPE=release \
../"${pkgname}"
make
}