summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraxionl2019-03-28 18:07:29 +0900
committeraxionl2019-03-28 18:07:29 +0900
commitc984ebb4827e5097f22081d8dc494480c73ccad8 (patch)
tree4af35062aa9f9a6eb7e377a6110472c55dd26fba /PKGBUILD
parent7885bdbd0d30c62b55d4b0434d8808f49ce04903 (diff)
downloadaur-c984ebb4827e5097f22081d8dc494480c73ccad8.tar.gz
[Fixed] ffsend-bin: update the sha256sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 9 insertions, 7 deletions
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"