summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2022-06-27 09:04:21 +0200
committerS Garnica2022-06-27 09:04:21 +0200
commit76c999de34beb08e035e0a0334a3da3bc919c586 (patch)
treebe9386b132ec9aa54ac613b64e1f64dc512e2baa /PKGBUILD
parent05d8325755b15d0af88bc53ee35947fa7ca75590 (diff)
downloadaur-76c999de34beb08e035e0a0334a3da3bc919c586.tar.gz
Fix build error with new commit target
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06180b29e568..068331d78acc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=veyon
pkgver=4.7.3
-pkgrel=1
+pkgrel=2
pkgdesc="Open Source computer monitoring and classroom management"
arch=('i686' 'x86_64')
url="https://github.com/veyon"
@@ -26,7 +26,7 @@ depends=('qt5-base'
'x11vnc')
optdepends=('kldap: KDE support')
makedepends=('git' 'gcc' 'cmake' 'qt5-tools' 'procps-ng' 'kldap')
-_commit="465279c01040483fce066c5cb7a41cdca0ac6a6d"
+_commit="36c58eb981cc6edc9ecd14e40974b863eaac1c8b"
source=("git+${url}/veyon.git#commit=${_commit}")
sha256sums=('SKIP')
@@ -39,7 +39,6 @@ prepare() {
cd "${srcdir}/${pkgname}/3rdparty/qthttpserver/"
git submodule update --init
-
}
build() {