summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxionl2019-03-28 18:07:29 +0900
committeraxionl2019-03-28 18:07:29 +0900
commitc984ebb4827e5097f22081d8dc494480c73ccad8 (patch)
tree4af35062aa9f9a6eb7e377a6110472c55dd26fba
parent7885bdbd0d30c62b55d4b0434d8808f49ce04903 (diff)
downloadaur-c984ebb4827e5097f22081d8dc494480c73ccad8.tar.gz
[Fixed] ffsend-bin: update the sha256sums
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f485ed64311f..43ee77983aa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffsend-bin
pkgdesc = Easily and securely share files from the command line. A Firefox Send client.
- pkgver = 0.2.39
- pkgrel = 1
+ pkgver = 0.2.42
+ pkgrel = 4
url = https://gitlab.com/timvisee/ffsend
arch = x86_64
license = GPL3
@@ -10,8 +10,8 @@ pkgbase = ffsend-bin
provides = ffsend
conflicts = ffsend-git
conflicts = ffsend
- source = ffsend::https://github.com/timvisee/ffsend/releases/download/v0.2.39/ffsend-v0.2.39-linux-x64-static
- sha256sums = 920887f505925963a40388e1a8553eb5cca7ee59c03dc285eb541ab0f02c7da0
+ source = ffsend::https://github.com/timvisee/ffsend/releases/download/v0.2.42/ffsend-v0.2.42-linux-x64-static
+ sha256sums = 82bc1dfd553913807b5d850afea5683787f19a46daff2923539cf6ce1038746f
pkgname = ffsend-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8b383c72c21b..f8d0ac6652c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,20 @@
# Contributor: Ariel AxionL <i at axionl dot me>
pkgname=ffsend-bin
-pkgver=0.2.39
-pkgrel=1
+pkgver=0.2.42
+pkgrel=4
pkgdesc="Easily and securely share files from the command line. A Firefox Send client."
+arch=('x86_64')
url="https://gitlab.com/timvisee/ffsend"
license=('GPL3')
-provides=('ffsend')
-conflicts=('ffsend-git' 'ffsend')
-source=("ffsend::https://github.com/timvisee/ffsend/releases/download/v$pkgver/ffsend-v$pkgver-linux-x64-static")
-sha256sums=('920887f505925963a40388e1a8553eb5cca7ee59c03dc285eb541ab0f02c7da0')
-arch=('x86_64')
depends=('ca-certificates')
optdepends=('xclip: clipboard support')
+provides=('ffsend')
+conflicts=('ffsend-git' 'ffsend')
+
+source=("ffsend::https://github.com/timvisee/ffsend/releases/download/v${pkgver}/ffsend-v$pkgver-linux-x64-static")
+
+sha256sums=('82bc1dfd553913807b5d850afea5683787f19a46daff2923539cf6ce1038746f')
package() {
install -Dm755 "${srcdir}/ffsend" "${pkgdir}/usr/bin/ffsend"