summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Arthur Long2022-06-24 10:42:34 +0800
committerMichael Arthur Long2022-06-24 10:42:34 +0800
commite6a74b235ce2fea71d33f12da0d1c559cc6e7a75 (patch)
tree6c0898fcc48b9919df7f95443a0534d059cdaf89
parentce6655c81098b39210c105acaeb8461b49e4cc5a (diff)
downloadaur-ssh-rdp-git.tar.gz
create .gitignore
update PKGVER update .SRCINFO
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d99071501419..87dc006d33cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ssh-rdp-git
pkgdesc = Real display ssh based remote desktop. No relation to Microsoft's remote desktop protocol.
- pkgver = r108.8bf2a45
+ pkgver = r113.cb74075
pkgrel = 1
url = https://github.com/kokoko3k/ssh-rdp
arch = any
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..3cd5e98da283
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+*.pkg.tar.*
+ssh-rdp/
diff --git a/PKGBUILD b/PKGBUILD
index 6be52df4bd4d..d2930bdd0bc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ssh-rdp
pkgname=${_pkgname}-git
-pkgver=r108.8bf2a45
+pkgver=r113.cb74075
pkgrel=1
pkgdesc="Real display ssh based remote desktop. No relation to Microsoft's remote desktop protocol."
arch=('any')