summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2021-04-20 13:47:12 -0300
committerFilipe Nascimento2021-04-20 13:47:12 -0300
commitf46663e5990ec7937290effa9956888d16c0dc2a (patch)
tree2a64d04d9c80c2187db68d03cb4f96eaa411bfca
parentda3f21a5e9c9b7b218cf318b74b0861150bf7a4f (diff)
downloadaur-f46663e5990ec7937290effa9956888d16c0dc2a.tar.gz
upgpkg: qrcp 0.8.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db6dd41d8419..22337c749424 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.7.0
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/claudiodangelis/qrcp
arch = i686
@@ -10,8 +10,8 @@ pkgbase = qrcp
license = MIT
makedepends = go
depends = glibc
- source = qrcp-0.7.0.tar.gz::https://github.com/claudiodangelis/qrcp/archive/0.7.0.tar.gz
- sha256sums = c6415a8f239ade58644199f0d021e90a0f554142c577a4a14e32d99bbeeffebc
+ source = qrcp-0.8.1.tar.gz::https://github.com/claudiodangelis/qrcp/archive/0.8.1.tar.gz
+ sha256sums = c1014e174cec36ce179ce81b20cc8ebe178fa8626b5234e1270e3911f79c65a1
pkgname = qrcp
diff --git a/PKGBUILD b/PKGBUILD
index 5711af9d0a25..4b786f1edd89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Filipe Nascimento <flipee at tuta dot io>
pkgname=qrcp
-pkgver=0.7.0
+pkgver=0.8.1
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' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('c6415a8f239ade58644199f0d021e90a0f554142c577a4a14e32d99bbeeffebc')
+sha256sums=('c1014e174cec36ce179ce81b20cc8ebe178fa8626b5234e1270e3911f79c65a1')
build() {
cd $pkgname-$pkgver