summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimvisee2019-03-26 11:43:02 +0000
committertimvisee2019-03-26 11:43:02 +0000
commitb9628ece76bc772708889c68d4f35f37bef1a029 (patch)
treedfce500829d1656086350e00d71cee455ab0b4e1
parentb1d60ea266af30c9ad28ea737c7a3c60f45edc4a (diff)
downloadaur-b9628ece76bc772708889c68d4f35f37bef1a029.tar.gz
Release v0.2.42
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3350be68c75f..a7cca7cedea3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,10 +8,9 @@ pkgbase = ffsend-bin
depends = ca-certificates
optdepends = xclip: clipboard support
provides = ffsend
- conflicts = ffsend-git
conflicts = ffsend
source = ffsend::https://github.com/timvisee/ffsend/releases/download/v0.2.42/ffsend-v0.2.42-linux-x64-static
- sha256sums = 920887f505925963a40388e1a8553eb5cca7ee59c03dc285eb541ab0f02c7da0
+ sha256sums = 82bc1dfd553913807b5d850afea5683787f19a46daff2923539cf6ce1038746f
pkgname = ffsend-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8f0418436560..369312f54240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@ pkgrel=1
pkgdesc="Easily and securely share files from the command line. A Firefox Send client."
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')
+source=('ffsend::https://github.com/timvisee/ffsend/releases/download/v0.2.42/ffsend-v0.2.42-linux-x64-static')
+sha256sums=('82bc1dfd553913807b5d850afea5683787f19a46daff2923539cf6ce1038746f')
arch=('x86_64')
+provides=('ffsend')
+conflicts=('ffsend')
depends=('ca-certificates')
optdepends=('xclip: clipboard support')
package() {
- install -Dm755 "${srcdir}/ffsend" "${pkgdir}/usr/bin/ffsend"
+ install -D "$srcdir/ffsend" "$pkgdir/usr/bin/ffsend"
}