summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Arthur Long2022-06-24 10:48:56 +0800
committerMichael Arthur Long2022-06-24 10:48:56 +0800
commit9c8bf310bbb78709cfccdabd2561161dfd3ffe51 (patch)
tree2a9224a48ac0a303908e47ea247798c2c033cfc5
parentc8599f496224cfa14c8664a4e780567993fd4ad8 (diff)
downloadaur-9c8bf310bbb78709cfccdabd2561161dfd3ffe51.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 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')