diff options
author | Thiago Almeida <thiago.almeida@topgolf.com> | 2020-04-23 10:13:55 +0200 |
---|---|---|
committer | Thiago Almeida <thiago.almeida@topgolf.com> | 2020-04-23 10:15:00 +0200 |
commit | fa8b5a69d6cae4ef7edbbe9f4dc1ebf37ff0cc48 (patch) | |
tree | ac9ee334f1ece34522db6e0bdf97d1242c797dd3 | |
parent | ce5323d820500bfb363aa270d34f82f2f84c47ac (diff) |
Fix pkgbase value
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d> -pkgname=qrcp +pkgname=qrcp-bin pkgver=0.4.1 pkgrel=1 pkgdesc="Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal." @@ -8,7 +8,7 @@ url="https://github.com/claudiodangelis/qrcp" arch=('x86_64') license=('MIT') provides=('qrcp') -source_x86_64=("https://github.com/claudiodangelis/qrcp/releases/download/${pkgver}/${pkgname}") +source_x86_64=("https://github.com/claudiodangelis/qrcp/releases/download/${pkgver}/${pkgname/-bin/}") sha256sums_x86_64=('a113aa0bfd54ce2605826be1fb1381ec1079a17796a5fd75f6ea54e78b69ef78') package() { |