diff options
author | Thiago Almeida <thiago.almeida@topgolf.com> | 2020-10-13 07:52:57 +0200 |
---|---|---|
committer | Thiago Almeida <thiago.almeida@topgolf.com> | 2020-10-13 07:52:57 +0200 |
commit | 92e808cab44ac40d55f51cce3f74a3f4b7346f5f (patch) | |
tree | 2b3450eef07bd9499f2d414f7db4bd8aa0e01ebb | |
parent | 1ce33d160426858348cea27ebfc8383cb7752344 (diff) |
Adding qrcp as conflicting package
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ 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.7.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/claudiodangelis/qrcp arch = x86_64 arch = i386 @@ -9,6 +9,7 @@ pkgbase = qrcp-bin provides = qrcp conflicts = qrcp-git conflicts = qr-filetransfer-git + conflicts = qrcp source_x86_64 = qrcp-bin-0.7.0.tar.gz::https://github.com/claudiodangelis/qrcp/releases/download/0.7.0/qrcp_0.7.0_linux_x86_64.tar.gz sha256sums_x86_64 = 165c90c224ae5e311d2c1b9393e00bd2e2eaf92f6247fb2f2ecaa57d1f51801e source_i386 = qrcp-bin-0.7.0.tar.gz::https://github.com/claudiodangelis/qrcp/releases/download/0.7.0/qrcp_0.7.0_linux_i386.tar.gz @@ -2,13 +2,13 @@ pkgname="qrcp-bin" pkgver=0.7.0 -pkgrel=1 +pkgrel=2 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' 'i386') license=('MIT') provides=('qrcp') -conflicts=('qrcp-git' 'qr-filetransfer-git') +conflicts=('qrcp-git' 'qr-filetransfer-git' 'qrcp') source_x86_64=("$pkgname-$pkgver.tar.gz::$url/releases/download/${pkgver}/${pkgname/-bin/}_${pkgver}_linux_x86_64.tar.gz") source_i386=("$pkgname-$pkgver.tar.gz::$url/releases/download/${pkgver}/${pkgname/-bin/}_${pkgver}_linux_i386.tar.gz") sha256sums_x86_64=('165c90c224ae5e311d2c1b9393e00bd2e2eaf92f6247fb2f2ecaa57d1f51801e') |