summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimvisee2021-10-07 12:34:33 +0000
committertimvisee2021-10-07 12:34:33 +0000
commit51fb254c98a61ef2d3a862d9915b4349c16cb53b (patch)
treea886675aeded615c125e4b8716539f4c9106e184
parent477754010be78fc14d469bb36d93af76c391af24 (diff)
downloadaur-51fb254c98a61ef2d3a862d9915b4349c16cb53b.tar.gz
Release v0.2.74
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD17
2 files changed, 15 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3b93b192f53..7bdc28bb6dde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffsend-bin
pkgdesc = Easily and securely share files from the command line. A Send client.
- pkgver = 0.2.73
+ pkgver = 0.2.74
pkgrel = 1
url = https://gitlab.com/timvisee/ffsend
arch = x86_64
@@ -10,12 +10,12 @@ pkgbase = ffsend-bin
optdepends = bash-completion: support auto completion for bash
provides = ffsend
conflicts = ffsend
- source = ffsend-v0.2.73::https://github.com/timvisee/ffsend/releases/download/v0.2.73/ffsend-v0.2.73-linux-x64-static
- source = ffsend-v0.2.73.bash::https://gitlab.com/timvisee/ffsend/raw/v0.2.73/contrib/completions/ffsend.bash
- source = ffsend-v0.2.73.zsh::https://gitlab.com/timvisee/ffsend/raw/v0.2.73/contrib/completions/_ffsend
- source = ffsend-v0.2.73.fish::https://gitlab.com/timvisee/ffsend/raw/v0.2.73/contrib/completions/ffsend.fish
- source = LICENSE-v0.2.73::https://gitlab.com/timvisee/ffsend/raw/v0.2.73/LICENSE
- sha256sums = 6775bceec795fe094d28eea92b51edb0c1230cfc005b1d1986c0e44c1ed9a7ac
+ source = ffsend-v0.2.74::https://github.com/timvisee/ffsend/releases/download/v0.2.74/ffsend-v0.2.74-linux-x64-static
+ source = ffsend-v0.2.74.bash::https://gitlab.com/timvisee/ffsend/raw/v0.2.74/contrib/completions/ffsend.bash
+ source = ffsend-v0.2.74.zsh::https://gitlab.com/timvisee/ffsend/raw/v0.2.74/contrib/completions/_ffsend
+ source = ffsend-v0.2.74.fish::https://gitlab.com/timvisee/ffsend/raw/v0.2.74/contrib/completions/ffsend.fish
+ source = LICENSE-v0.2.74::https://gitlab.com/timvisee/ffsend/raw/v0.2.74/LICENSE
+ sha256sums = cbb6f9229c0c63fbbedd8f906afc85c610a3513539b447564086bdef9b08a422
sha256sums = 6d07b7c7cf241016687a486512ef0e0894e2dec2c2aa502f8646be230f33ab79
sha256sums = 61ea481838b331827c223be9559079540e5ec8a3f6a2bc18214af03c3da8f725
sha256sums = 10a0905fbc1d5e1ce8bba4f49879975fe7de9dbddfbe63f2ab42d78d9bbe9d04
diff --git a/PKGBUILD b/PKGBUILD
index a5d3b1162367..9d9b4889212f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,17 +6,17 @@
# - Mirror: https://github.com/timvisee/ffsend/blob/master/pkg/aur/ffsend-bin/PKGBUILD
pkgname=ffsend-bin
-pkgver=0.2.73
+pkgver=0.2.74
pkgrel=1
pkgdesc="Easily and securely share files from the command line. A Send client."
url="https://gitlab.com/timvisee/ffsend"
license=('GPL3')
-source=("ffsend-v$pkgver::https://github.com/timvisee/ffsend/releases/download/v0.2.73/ffsend-v0.2.73-linux-x64-static"
- "ffsend-v$pkgver.bash::https://gitlab.com/timvisee/ffsend/raw/v0.2.73/contrib/completions/ffsend.bash"
- "ffsend-v$pkgver.zsh::https://gitlab.com/timvisee/ffsend/raw/v0.2.73/contrib/completions/_ffsend"
- "ffsend-v$pkgver.fish::https://gitlab.com/timvisee/ffsend/raw/v0.2.73/contrib/completions/ffsend.fish"
- "LICENSE-v$pkgver::https://gitlab.com/timvisee/ffsend/raw/v0.2.73/LICENSE") # automatically set in CI, see: /.gitlab-ci.yml
-sha256sums=('6775bceec795fe094d28eea92b51edb0c1230cfc005b1d1986c0e44c1ed9a7ac' '6d07b7c7cf241016687a486512ef0e0894e2dec2c2aa502f8646be230f33ab79' '61ea481838b331827c223be9559079540e5ec8a3f6a2bc18214af03c3da8f725' '10a0905fbc1d5e1ce8bba4f49879975fe7de9dbddfbe63f2ab42d78d9bbe9d04' '3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986')
+source=("ffsend-v$pkgver::https://github.com/timvisee/ffsend/releases/download/v0.2.74/ffsend-v0.2.74-linux-x64-static"
+ "ffsend-v$pkgver.bash::https://gitlab.com/timvisee/ffsend/raw/v0.2.74/contrib/completions/ffsend.bash"
+ "ffsend-v$pkgver.zsh::https://gitlab.com/timvisee/ffsend/raw/v0.2.74/contrib/completions/_ffsend"
+ "ffsend-v$pkgver.fish::https://gitlab.com/timvisee/ffsend/raw/v0.2.74/contrib/completions/ffsend.fish"
+ "LICENSE-v$pkgver::https://gitlab.com/timvisee/ffsend/raw/v0.2.74/LICENSE") # automatically set in CI, see: /.gitlab-ci.yml
+sha256sums=('cbb6f9229c0c63fbbedd8f906afc85c610a3513539b447564086bdef9b08a422' '6d07b7c7cf241016687a486512ef0e0894e2dec2c2aa502f8646be230f33ab79' '61ea481838b331827c223be9559079540e5ec8a3f6a2bc18214af03c3da8f725' '10a0905fbc1d5e1ce8bba4f49879975fe7de9dbddfbe63f2ab42d78d9bbe9d04' '3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986')
arch=('x86_64')
provides=('ffsend')
conflicts=('ffsend')
@@ -27,10 +27,9 @@ optdepends=('xclip: clipboard support'
package() {
cd "$srcdir"
- # Install Binary
install -Dm755 "ffsend-v$pkgver" "$pkgdir/usr/bin/ffsend"
- # Install shell completions and LICENSE file
+ # Shell completions and LICENSE file
install -Dm644 "ffsend-v$pkgver.bash" "$pkgdir/usr/share/bash-completion/completions/ffsend"
install -Dm644 "ffsend-v$pkgver.zsh" "$pkgdir/usr/share/zsh/site-functions/_ffsend"
install -Dm644 "ffsend-v$pkgver.fish" "$pkgdir/usr/share/fish/vendor_completions.d/ffsend.fish"