summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEroldin2021-11-04 13:18:57 +0100
committerEroldin2021-11-04 13:18:57 +0100
commit38843e1ea4444cc0782f4623ef36997dc7497905 (patch)
treeb77382ad4940a30c81b42c6559c5bd3482c16ec6
parenta99f303dd628fe7582a40951b6af5d2dd3fd4d39 (diff)
downloadaur-38843e1ea4444cc0782f4623ef36997dc7497905.tar.gz
First upload of VSSH
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 069a1fab0c09..8fab6f6d29c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = vssh-bin
+pkgbase = vssh
pkgdesc = A plugin for VirtualBox which gives easy CLI access to installed OpenSSH Servers on the system without populating the known_hosts file.
pkgver = 1.0
pkgrel = 0
@@ -11,4 +11,4 @@ pkgbase = vssh-bin
source = https://github.com/Eroldin/vssh/releases/download/v1.0/vssh-1.0.tbz2
sha256sums = 6f888ac72ed5769459cf6322a30a3a7f0e6eba2e8f2682b53175f48ff47583c1
-pkgname = vssh-bin
+pkgname = vssh
diff --git a/PKGBUILD b/PKGBUILD
index 210434a14276..3050ae335230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Eroldin <djnightchild at gmail dot com>
-pkgname=vssh-bin
+pkgname=vssh
pkgver=1.0
pkgrel=0
pkgdesc="A plugin for VirtualBox which gives easy CLI access to installed OpenSSH Servers on the system without populating the known_hosts file."