summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ec855f..5729d06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 4f3cc67..068285a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')