summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5e0bed47ea4..3c616f6c2d4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = ssh-rdp-git
pkgdesc = Real display ssh based remote desktop. No relation to Microsoft's remote desktop protocol.
- pkgver = r100.fd0db21
+ pkgver = r102.7a48766
pkgrel = 1
url = https://github.com/kokoko3k/ssh-rdp
arch = any
license = LGPL3
+ makedepends = git
depends = bash
depends = ffmpeg
depends = openssh
diff --git a/PKGBUILD b/PKGBUILD
index 35f8b590fe5a..f5cb664e2cc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_pkgname=ssh-rdp
pkgname=${_pkgname}-git
-pkgver=r100.fd0db21
+pkgver=r102.7a48766
pkgrel=1
pkgdesc="Real display ssh based remote desktop. No relation to Microsoft's remote desktop protocol."
arch=('any')
url='https://github.com/kokoko3k/ssh-rdp'
license=('LGPL3')
depends=('bash' 'ffmpeg' 'openssh' 'netevent-git' 'inotify-tools' 'wmctrl' 'mpv' 'util-linux')
+makedepends=('git')
optdepends=('ssh-rdp-host-git: udev rules and dependencies for the host')
provides=('ssh-rdp')
conflicts=('ssh-rdp')