summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortimvisee2020-05-17 14:44:45 +0000
committertimvisee2020-05-17 14:44:45 +0000
commitb4cb2c8cd882ba9bd96c1a9f912643073425c532 (patch)
tree49b768c80b74ab79ccae94be224cfae3a28a68d5 /PKGBUILD
parent350b5afcd3d7f7434a3f87a02925927be0744337 (diff)
downloadaur-b4cb2c8cd882ba9bd96c1a9f912643073425c532.tar.gz
Release v0.2.62
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cb7aa05a4bd..08cf1261d354 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,17 @@
# - Mirror: https://github.com/timvisee/ffsend/blob/master/pkg/aur/ffsend/PKGBUILD
pkgname=ffsend
-pkgver=0.2.61
+pkgver=0.2.62
pkgrel=1
pkgdesc="Easily and securely share files from the command line. A Firefox Send client."
url="https://gitlab.com/timvisee/ffsend"
license=('GPL3')
-source=("ffsend-v$pkgver.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.61/ffsend-v0.2.61.tar.gz")
-sha256sums=('5444bc94c4a1177264f9d82e999b2c1b9cc05a5ee66e17e5c1a6f667fa014865')
+source=("ffsend-v$pkgver.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.62/ffsend-v0.2.62.tar.gz")
+sha256sums=('be8227f7b7ed3f3cc914a8dc24ab0d7cb155dfda65df35be23ac5b1b443a0f72')
arch=('x86_64' 'i686')
provides=('ffsend')
depends=('ca-certificates')
-makedepends=('openssl>=1.0' 'rust>=1.32' 'cargo' 'cmake')
+makedepends=('rust>=1.39' 'cargo' 'cmake')
optdepends=('xclip: clipboard support'
'bash-completion: support auto completion for bash')