summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2021-04-26 18:38:42 -0300
committerFilipe Nascimento2021-04-26 18:38:42 -0300
commit9d7fb676501e1afc44903ac00e6ac493639c2e6c (patch)
treeef79072014c5bfdcd0ea6e2bc0bd60c2ba1d556b
parentf46663e5990ec7937290effa9956888d16c0dc2a (diff)
downloadaur-9d7fb676501e1afc44903ac00e6ac493639c2e6c.tar.gz
upgpkg: qrcp 0.8.4-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 22337c749424..5b29ed604719 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.8.1
+ pkgver = 0.8.4
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.8.1.tar.gz::https://github.com/claudiodangelis/qrcp/archive/0.8.1.tar.gz
- sha256sums = c1014e174cec36ce179ce81b20cc8ebe178fa8626b5234e1270e3911f79c65a1
+ source = qrcp-0.8.4.tar.gz::https://github.com/claudiodangelis/qrcp/archive/0.8.4.tar.gz
+ sha256sums = b77673bad880c9ffec1fa20cef6e46ae717702edd95bca3076919225e396db57
pkgname = qrcp
diff --git a/PKGBUILD b/PKGBUILD
index 4b786f1edd89..2a101250b0a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Filipe Nascimento <flipee at tuta dot io>
pkgname=qrcp
-pkgver=0.8.1
+pkgver=0.8.4
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=('c1014e174cec36ce179ce81b20cc8ebe178fa8626b5234e1270e3911f79c65a1')
+sha256sums=('b77673bad880c9ffec1fa20cef6e46ae717702edd95bca3076919225e396db57')
build() {
cd $pkgname-$pkgver