summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimvisee2020-05-17 17:26:55 +0000
committertimvisee2020-05-17 17:26:55 +0000
commita7954bb4bcb334c95a3786e46cab82dc7a1c9e8d (patch)
treee7801ea1a2375ebca5bfd9931d67bd1f870b5303
parentb4cb2c8cd882ba9bd96c1a9f912643073425c532 (diff)
downloadaur-a7954bb4bcb334c95a3786e46cab82dc7a1c9e8d.tar.gz
Release v0.2.64
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0a346885943..5db5c7055a2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ffsend
pkgdesc = Easily and securely share files from the command line. A Firefox Send client.
- pkgver = 0.2.62
+ pkgver = 0.2.64
pkgrel = 1
url = https://gitlab.com/timvisee/ffsend
arch = x86_64
arch = i686
license = GPL3
+ makedepends = openssl>=1.0
makedepends = rust>=1.39
makedepends = cargo
makedepends = cmake
@@ -13,8 +14,8 @@ pkgbase = ffsend
optdepends = xclip: clipboard support
optdepends = bash-completion: support auto completion for bash
provides = ffsend
- source = ffsend-v0.2.62.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.62/ffsend-v0.2.62.tar.gz
- sha256sums = be8227f7b7ed3f3cc914a8dc24ab0d7cb155dfda65df35be23ac5b1b443a0f72
+ source = ffsend-v0.2.64.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.64/ffsend-v0.2.64.tar.gz
+ sha256sums = fdd2fd28e29cf4034b210558b5b5049592bc970344cbf122637d37ef8dc77589
pkgname = ffsend
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')