summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix E. Klee2023-06-05 18:26:47 +0200
committerFelix E. Klee2023-06-05 18:26:47 +0200
commitf5d5e0761b1be9f3e85b42fb3dc8ffdfc9307638 (patch)
treeb53c8cb472bf56c92f0194cb4595434abfb3ec3e
parentc72b9bdb10fdeb03747cf1d9160710d6e3627174 (diff)
downloadaur-vncdesk-git.tar.gz
Update source download protocol
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2bb99afc7c2..991cd7e03dbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_gitname=vncdesk
pkgname="$_gitname"-git
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Runs applications via VNC. Useful for scaling on high DPI (HiDPI) screens."
arch=('any')
url="https://github.com/feklee/vncdesk"
license=('custom:WTFPL')
depends=('tigervnc' 'gtk-vnc' 'python' 'python-gobject')
makedepends=('git' 'python-setuptools')
-source=('git://github.com/feklee/vncdesk')
+source=('git+https://github.com/feklee/vncdesk')
md5sums=('SKIP')
pkgver() {