summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2020-05-07 16:27:11 -0300
committerFilipe Nascimento2020-05-07 16:27:11 -0300
commit49310249974f266aae825f03401c0b977211048e (patch)
tree7345df979c8626d93c3cbc33155349124439f7b4
parentbddd025fdee53171622cc54d01cfc94c51e6bb38 (diff)
downloadaur-49310249974f266aae825f03401c0b977211048e.tar.gz
upgpkg: qrcp 0.6.2-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b72747bcf65..f8fb284512d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
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.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/claudiodangelis/qrcp
arch = i686
arch = x86_64
+ arch = armv7h
+ arch = aarch64
license = MIT
makedepends = go-pie
depends = glibc
- source = qrcp-0.6.1.tar.gz::https://github.com/claudiodangelis/qrcp/archive/0.6.1.tar.gz
- sha256sums = a42e6540b0293138b4cf5de2f0d8a988303b289c2eb012a67a80b3527c3c8c5f
+ source = qrcp-0.6.2.tar.gz::https://github.com/claudiodangelis/qrcp/archive/0.6.2.tar.gz
+ sha256sums = a71105cbe0e6cfee4772b72a531c9532c6f9550d22614a7f09ee4902ed813820
pkgname = qrcp
diff --git a/PKGBUILD b/PKGBUILD
index 727bccdc8d29..6f75479c65dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Filipe Nascimento <flipee at tuta dot io>
pkgname=qrcp
-pkgver=0.6.1
+pkgver=0.6.2
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')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/claudiodangelis/qrcp"
license=('MIT')
depends=('glibc')
makedepends=('go-pie')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('a42e6540b0293138b4cf5de2f0d8a988303b289c2eb012a67a80b3527c3c8c5f')
+sha256sums=('a71105cbe0e6cfee4772b72a531c9532c6f9550d22614a7f09ee4902ed813820')
build() {
cd $pkgname-$pkgver