summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Garnica2018-10-02 14:32:11 +0200
committerSergio Garnica2018-10-02 14:32:11 +0200
commit0ce6f61eb551fd98d103c341766b7f2c1472ca3c (patch)
tree358c7bbd86519dd5fa5bc59fc5a5561d6f43477f
parent1fa5f5d340ad2c0e780c04288e684c280374f909 (diff)
downloadaur-0ce6f61eb551fd98d103c341766b7f2c1472ca3c.tar.gz
Use release flag on build
-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
}