summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 03510046b698..f9c546b776f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ssh-rdp-host-git
pkgdesc = Udev rules and dependencies for an ssh-rdp host
- pkgver = r110.5047f55
+ pkgver = r113.cb74075
pkgrel = 1
url = https://github.com/kokoko3k/ssh-rdp
install = ssh-rdp-host-git.install
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 5e5416b0aa17..227af0ee40b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ssh-rdp
pkgname=${_pkgname}-host-git
-pkgver=r110.5047f55
+pkgver=r113.cb74075
pkgrel=1
pkgdesc='Udev rules and dependencies for an ssh-rdp host'
arch=('any')