diff options
author | S Garnica | 2024-09-09 15:45:03 +0200 |
---|---|---|
committer | S Garnica | 2024-09-09 15:45:03 +0200 |
commit | 7cabf96dce17057b4a1926c2c104a22d6b400ee9 (patch) | |
tree | c6d65bddc7477201a757f9b5683ebce50d5caadf /PKGBUILD | |
parent | ca4bdda584a4716d1c672e6dfd9fd3be40c58b8e (diff) | |
download | aur-veyon.tar.gz |
Update to 4.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: sgar <swhaat in github> pkgname=veyon -pkgver=4.8.3 +pkgver=4.9.0 pkgrel=1 pkgdesc="Cross-platform computer monitoring and classroom management" arch=('x86_64') @@ -13,7 +13,7 @@ depends=('hicolor-icon-theme' 'libfakekey' 'libjpeg-turbo' 'libldap' 'libsasl' 'procps-ng' 'qca-qt6' 'qt6-base') makedepends=('clang' 'cmake' 'git' 'qt6-declarative' 'qt6-httpserver' 'qt6-tools') optdepends=('kldap: KDE support') -_commit=fd8f0ba1e5c1025e71abcebec5f17a186096b610 # tags/v4.8.3 +_commit=cb2aadd88db9f68657a40af714a2fd72859248f7 # tags/v4.9.0 source=("git+https://github.com/veyon/veyon.git#commit=${_commit}" 'git+https://github.com/veyon/ultravnc.git' 'git+https://invent.kde.org/pim/kldap.git' |