summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Garnica2018-10-02 15:57:26 +0200
committerSergio Garnica2018-10-02 15:57:26 +0200
commit9feb40fcfc84b66e6289ae0aa490f8e91a1c49d6 (patch)
tree7722b222be82ff1cd5d13cb7029c6da39372abde
parent0ce6f61eb551fd98d103c341766b7f2c1472ca3c (diff)
downloadaur-9feb40fcfc84b66e6289ae0aa490f8e91a1c49d6.tar.gz
Tag the coorect version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a681f688601..417889df93e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = veyon
pkgdesc = Open Source computer monitoring and classroom management
pkgver = 4.1.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/veyon
arch = i686
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = veyon
depends = qca-qt5
depends = libqtxdg
optdepends = kldap: KDE support
- source = git+https://github.com/veyon/veyon.git
+ source = git+https://github.com/veyon/veyon.git#tag=v4.1.3
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 8b0ff65ca729..db30be0db4a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=veyon
pkgver=4.1.3
-pkgrel=2
+pkgrel=3
pkgdesc="Open Source computer monitoring and classroom management"
arch=('i686' 'x86_64')
url="https://github.com/veyon"
@@ -10,7 +10,7 @@ license=('GPLv2')
depends=('qt5-base' 'libxrandr' 'libxtst' 'pam' 'pam_ldap' 'openssl' 'libjpeg-turbo' 'zlib' 'qca-qt5' 'libqtxdg')
optdepends=('kldap: KDE support')
makedepends=('git' 'cmake' 'qt5-tools')
-source=("git+${url}/veyon.git"
+source=("git+${url}/veyon.git#tag=v${pkgver}"
"git+${url}/ultravnc.git"
"git+${url}/libvncserver.git"
"git+${url}/x11vnc.git"