summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorminecraftchest12022-12-20 12:43:23 -0600
committerminecraftchest12022-12-20 12:43:23 -0600
commit41f20c377d14428923b892c908bf0c3f95e290c5 (patch)
tree4cce513f24abe73cc6c2cd2becc3a49cb3c21ebc
parent1f9da2c962b2ac8f42256e78876ecadbdbd7dce1 (diff)
downloadaur-41f20c377d14428923b892c908bf0c3f95e290c5.tar.gz
Update to 0.4.2
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6278a77baa1f..c8b246c5aed7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = file-sharing-tool
pkgdesc = A tool to help setup file sharing using ssh.
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 2
url = https://gitlab.com/minecraftchest1/steamdeck-file-share-tool
arch = any
@@ -8,7 +8,7 @@ pkgbase = file-sharing-tool
makedepends = git
depends = openssh
depends = zenity
- source = git+https://gitlab.com/minecraftchest1/steamdeck-file-share-tool#tag=0.4.1
+ source = git+https://gitlab.com/minecraftchest1/steamdeck-file-share-tool#tag=0.4.2
sha256sums = SKIP
pkgname = file-sharing-tool
diff --git a/.gitignore b/.gitignore
index e50a10c55ba9..b06bc52c3815 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,6 @@ file-sharing-tool-*.tar.zst
file-sharing-tool-*.tar.zst-namcap.log
file-sharing-tool-*-package.log
PKGBUILD-namcap.log
-steamdeck-file-share-tool
+steamdeck-file-share-tool/
+src/
+pkg/ \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index b8a3fb32b5f1..572660f36332 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Minecraftchest1 <minecraftchest1 at outlook dot com>
pkgname=file-sharing-tool
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=2
pkgdesc="A tool to help setup file sharing using ssh."
arch=('any')