summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2023-04-11 19:54:36 -0300
committerFilipe Nascimento2023-04-11 19:54:36 -0300
commit998fc93a2e13f33e2b5fb56d92eb1d1d4cc77bbc (patch)
tree3b7f93ee06d2537f793d94eab23ed420ac774893
parentf8b086831f4342155bbed8f4a8148e9c860d1571 (diff)
downloadaur-998fc93a2e13f33e2b5fb56d92eb1d1d4cc77bbc.tar.gz
upgpkg: qrcp 0.10.0-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 c97821ec1e06..f3ab141e2486 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.9.1
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/claudiodangelis/qrcp
arch = i686
@@ -10,7 +10,7 @@ pkgbase = qrcp
license = MIT
makedepends = go
depends = glibc
- source = qrcp-0.9.1.tar.gz::https://github.com/claudiodangelis/qrcp/archive/0.9.1.tar.gz
- sha256sums = 1ee0d1b04222fb2a559d412b144a49051c3315cbc99c7ea1f281bdd4f13f07bf
+ source = qrcp-0.10.0.tar.gz::https://github.com/claudiodangelis/qrcp/archive/0.10.0.tar.gz
+ sha256sums = 70f9930cb371fa9a0a98df12442486a7802ede1a797d26fbc3363605b6574db4
pkgname = qrcp
diff --git a/PKGBUILD b/PKGBUILD
index 5ae8259200ba..7c61529f9303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Filipe Nascimento <flipee at tuta dot io>
pkgname=qrcp
-pkgver=0.9.1
+pkgver=0.10.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' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('1ee0d1b04222fb2a559d412b144a49051c3315cbc99c7ea1f281bdd4f13f07bf')
+sha256sums=('70f9930cb371fa9a0a98df12442486a7802ede1a797d26fbc3363605b6574db4')
build() {
cd $pkgname-$pkgver