diff options
author | minecraftchest1 | 2022-12-20 12:43:23 -0600 |
---|---|---|
committer | minecraftchest1 | 2022-12-20 12:43:23 -0600 |
commit | 41f20c377d14428923b892c908bf0c3f95e290c5 (patch) | |
tree | 4cce513f24abe73cc6c2cd2becc3a49cb3c21ebc | |
parent | 1f9da2c962b2ac8f42256e78876ecadbdbd7dce1 (diff) | |
download | aur-41f20c377d14428923b892c908bf0c3f95e290c5.tar.gz |
Update to 0.4.2
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -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 @@ -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') |