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 | |
parent | b9b194b906ed6825d67f265b81e8432bc65b9ee6 (diff) |
Bumping version to 0.6.1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,15 +1,15 @@ pkgbase = qrcp-bin pkgdesc = Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal. - pkgver = 0.4.1 - pkgrel = 2 + pkgver = 0.6.1 + pkgrel = 1 url = https://github.com/claudiodangelis/qrcp arch = x86_64 license = MIT provides = qrcp conflicts = qrcp-git conflicts = qr-filetransfer-git - source_x86_64 = https://github.com/claudiodangelis/qrcp/releases/download/0.4.1/qrcp - sha256sums_x86_64 = a113aa0bfd54ce2605826be1fb1381ec1079a17796a5fd75f6ea54e78b69ef78 + source_x86_64 = qrcp-bin-0.6.1.tar.gz::https://github.com/claudiodangelis/qrcp/releases/download/0.6.1/qrcp_0.6.1_linux_x86_64.tar.gz + sha256sums_x86_64 = e8ea7897cd0670836af7322b2bbe673246908686b8c56b0fe1636f6a9a06e32a pkgname = qrcp-bin @@ -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" |