summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd1cec08b326..2c663f34b4b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qrcp
pkgdesc = Transfer files over Wi-Fi from your computer to a mobile device by scanning a QR code without leaving the terminal
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/claudiodangelis/qrcp
arch = i686
@@ -8,8 +8,8 @@ pkgbase = qrcp
license = MIT
makedepends = go-pie
depends = glibc
- source = qrcp-0.5.0.tar.gz::https://github.com/claudiodangelis/qrcp/archive/0.5.0.tar.gz
- sha256sums = 495a54726f843f57bb26f314b902a355b1ed6b99dbd5799f442eef6c5e92045a
+ source = qrcp-0.6.0.tar.gz::https://github.com/claudiodangelis/qrcp/archive/0.6.0.tar.gz
+ sha256sums = c4f0bd70b1cadfa2063feb966645985caa76ae1632c01f5e0deb78021432a4ef
pkgname = qrcp
diff --git a/PKGBUILD b/PKGBUILD
index 2cd31137b543..dfae890a6789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Filipe Nascimento <flipee at tuta dot io>
pkgname=qrcp
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc="Transfer files over Wi-Fi from your computer to a mobile device by scanning a QR code without leaving the terminal"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('glibc')
makedepends=('go-pie')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('495a54726f843f57bb26f314b902a355b1ed6b99dbd5799f442eef6c5e92045a')
+sha256sums=('c4f0bd70b1cadfa2063feb966645985caa76ae1632c01f5e0deb78021432a4ef')
build() {
cd $pkgname-$pkgver