summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan2023-12-06 12:50:39 +1100
committerDan2023-12-06 12:50:39 +1100
commit6810ff2e023d7b1ea243f176fc55271c59c0badf (patch)
tree361fc41e90966b3387bad7bdb675ea4730a3e232
parentaca2de69637ce91dedf096c5156a2dd37ae0a29e (diff)
downloadaur-gashell.tar.gz
Updated to 0.922
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f0a761d4052..576ef7eefad2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gashell
pkgdesc = A bash script that generates and securely manages/stores Google Authenticator codes.
- pkgver = 0.921
+ pkgver = 0.922
pkgrel = 1
url = https://github.com/DDoctorzeus/GAShell
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = gashell
depends = zbar
depends = curl
provides = gashell
- source = https://github.com/DDoctorzeus/GAShell/archive/0.921.tar.gz
- sha256sums = 5e7b77e2576b82e56e73d8741ac7173e1e78b44fa9b414bb76ff2016ea4c0193
+ source = https://github.com/DDoctorzeus/GAShell/archive/0.922.tar.gz
+ sha256sums = 365c3be5e839153cf9be870e04e36b67f8a482136de208b4b05b545cbfa33cac
pkgname = gashell
diff --git a/PKGBUILD b/PKGBUILD
index 7ceee891c41d..540d3aaf95f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gashell
_pkgname=GAShell
-pkgver=0.921
+pkgver=0.922
pkgrel=1
pkgdesc="A bash script that generates and securely manages/stores Google Authenticator codes."
arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@ license=('GNU V3')
depends=('sed' 'oath-toolkit' 'openssl' 'zbar' 'curl')
provides=('gashell')
source=(https://github.com/DDoctorzeus/$_pkgname/archive/$pkgver.tar.gz)
-sha256sums=('5e7b77e2576b82e56e73d8741ac7173e1e78b44fa9b414bb76ff2016ea4c0193')
+sha256sums=('365c3be5e839153cf9be870e04e36b67f8a482136de208b4b05b545cbfa33cac')
package() {
mkdir -p "$pkgdir/usr/share/$pkgname/";