summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-03-28 01:37:06 +0800
committerlilac2019-03-28 01:37:06 +0800
commitd5bfe568089258dbaf00f33a47902eaf9b86b926 (patch)
treed2c9cb46967856523adc086bcaedfe338aee5f66
parentb9628ece76bc772708889c68d4f35f37bef1a029 (diff)
downloadaur-d5bfe568089258dbaf00f33a47902eaf9b86b926.tar.gz
update by lilac
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7cca7cedea3..5066ec566ad1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = ffsend-bin
pkgdesc = Easily and securely share files from the command line. A Firefox Send client.
pkgver = 0.2.42
- pkgrel = 1
+ pkgrel = 3
url = https://gitlab.com/timvisee/ffsend
arch = x86_64
license = GPL3
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 = 82bc1dfd553913807b5d850afea5683787f19a46daff2923539cf6ce1038746f
+ sha256sums = 920887f505925963a40388e1a8553eb5cca7ee59c03dc285eb541ab0f02c7da0
pkgname = ffsend-bin
diff --git a/PKGBUILD b/PKGBUILD
index 369312f54240..e1722dcc757a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,20 @@
pkgname=ffsend-bin
pkgver=0.2.42
-pkgrel=1
+pkgrel=3
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')
-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')
+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')
package() {
- install -D "$srcdir/ffsend" "$pkgdir/usr/bin/ffsend"
+ install -Dm755 "${srcdir}/ffsend" "${pkgdir}/usr/bin/ffsend"
}