diff options
author | Thiago Almeida <thiago.almeida@topgolf.com> | 2020-04-23 14:02:46 +0200 |
---|---|---|
committer | Thiago Almeida <thiago.almeida@topgolf.com> | 2020-04-23 14:02:46 +0200 |
commit | ee77afd12cb9ad5b4ea8517db95c159f14a03ad9 (patch) | |
tree | 1797823203799457c9be6b496ea6396137209343 | |
parent | 5efab0ad09565d7c52bcf621a67dbfe4d9855103 (diff) |
Adding conflicts with qr-filetransfer-git
https://github.com/claudiodangelis/qrcp/issues/98#issuecomment-618317646
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,8 @@ pkgbase = qrcp-bin 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 @@ -8,6 +8,7 @@ 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') |