diff options
author | Thiago Almeida <thiago.almeida@topgolf.com> | 2020-04-29 23:29:35 +0200 |
---|---|---|
committer | Thiago Almeida <thiago.almeida@topgolf.com> | 2020-04-29 23:29:35 +0200 |
commit | 96e377ca903bb3a078f1dc21c800532a0e25c1ce (patch) | |
tree | a164cfff29c6c0ddd2ec3e0b8d69e30a952801e3 /PKGBUILD | |
parent | b9b194b906ed6825d67f265b81e8432bc65b9ee6 (diff) |
Bumping version to 0.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,16 +1,16 @@ # Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d> pkgname="qrcp-bin" -pkgver=0.4.1 -pkgrel=2 +pkgver=0.6.1 +pkgrel=1 pkgdesc="Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal." url="https://github.com/claudiodangelis/qrcp" arch=('x86_64') license=('MIT') provides=('qrcp') conflicts=('qrcp-git' 'qr-filetransfer-git') -source_x86_64=("https://github.com/claudiodangelis/qrcp/releases/download/${pkgver}/${pkgname/-bin/}") -sha256sums_x86_64=('a113aa0bfd54ce2605826be1fb1381ec1079a17796a5fd75f6ea54e78b69ef78') +source_x86_64=("$pkgname-$pkgver.tar.gz::https://github.com/claudiodangelis/qrcp/releases/download/${pkgver}/${pkgname/-bin/}_${pkgver}_linux_x86_64.tar.gz") +sha256sums_x86_64=('e8ea7897cd0670836af7322b2bbe673246908686b8c56b0fe1636f6a9a06e32a') package() { install -Dm755 qrcp "$pkgdir/usr/bin/qrcp" |