diff options
-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() { |