summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortimvisee2020-05-17 17:26:55 +0000
committertimvisee2020-05-17 17:26:55 +0000
commita7954bb4bcb334c95a3786e46cab82dc7a1c9e8d (patch)
treee7801ea1a2375ebca5bfd9931d67bd1f870b5303 /PKGBUILD
parentb4cb2c8cd882ba9bd96c1a9f912643073425c532 (diff)
downloadaur-a7954bb4bcb334c95a3786e46cab82dc7a1c9e8d.tar.gz
Release v0.2.64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08cf1261d354..d7180b749581 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.62
+pkgver=0.2.64
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.62/ffsend-v0.2.62.tar.gz")
-sha256sums=('be8227f7b7ed3f3cc914a8dc24ab0d7cb155dfda65df35be23ac5b1b443a0f72')
+source=("ffsend-v$pkgver.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.64/ffsend-v0.2.64.tar.gz")
+sha256sums=('fdd2fd28e29cf4034b210558b5b5049592bc970344cbf122637d37ef8dc77589')
arch=('x86_64' 'i686')
provides=('ffsend')
depends=('ca-certificates')
-makedepends=('rust>=1.39' 'cargo' 'cmake')
+makedepends=('openssl>=1.0' 'rust>=1.39' 'cargo' 'cmake')
optdepends=('xclip: clipboard support'
'bash-completion: support auto completion for bash')