summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Almeida <thiagoalmeidasa@gmail.com>2023-04-13 21:12:52 +0200
committerThiago Almeida <thiagoalmeidasa@gmail.com>2023-04-13 21:15:09 +0200
commit17b29fd2d4a7450f02d78b3056bd749b2428ab09 (patch)
tree91d3bb70b02f473de02a9dabecdc5d451a6a644c
parente9117f606cda6b9fa80e371b894a8f3df860b51c (diff)
fix(PKGBUILD): updated sha256sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69b73ef..fb5219b 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.10.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/claudiodangelis/qrcp
arch = x86_64
arch = i386
@@ -12,7 +12,7 @@ pkgbase = qrcp-bin
conflicts = qrcp
conflicts = qrcp-git
source_x86_64 = qrcp-bin-0.10.1.tar.gz::https://github.com/claudiodangelis/qrcp/releases/download/0.10.1/qrcp_0.10.1_linux_x86_64.tar.gz
- sha256sums_x86_64 = 27b1f2b9004ecf967a4abe95bd324b99b4f077f0c627ad96ea16e18644dce26e
+ sha256sums_x86_64 = d9f1bdf1c9ae80dd7e731556be75341cf76e3462b6ae8405ca4f608c5370fd16
source_i386 = qrcp-bin-0.10.1.tar.gz::https://github.com/claudiodangelis/qrcp/releases/download/0.10.1/qrcp_0.10.1_linux_i386.tar.gz
sha256sums_i386 = ce95248a65548ab15f12acba7cd642c83efeb261bb28a92d6d913fa6ed48bb3a
source_armv7h = qrcp-bin-0.10.1.tar.gz::https://github.com/claudiodangelis/qrcp/releases/download/0.10.1/qrcp_0.10.1_linux_armv7h.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1404c6a..a106f8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qrcp-bin
pkgver=0.10.1
-pkgrel=3
+pkgrel=4
provides=("${pkgname/-bin/}")
conflicts=('qrcp' 'qrcp-git')
pkgdesc="Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal."