summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan2019-05-20 10:15:40 +1000
committerDan2019-05-20 10:15:40 +1000
commit4c17fb66a5ba8be8758b6481751152986e287b17 (patch)
tree7bc2190c1f09443702004f46bc7f69dc83e02cdc
parent2e8051184dbf8dc895ca7afdbc8fc23bbf5e6702 (diff)
downloadaur-4c17fb66a5ba8be8758b6481751152986e287b17.tar.gz
Updated to 0.91
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a25f0dae5dd..eb3f85a9e2bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gashell
pkgdesc = A bash script that generates and securely manages/stores Google Authenticator codes.
- pkgver = 0.9
- pkgrel = 2
+ pkgver = 0.91
+ pkgrel = 1
url = https://github.com/TechtonicSoftware/GAShell
arch = x86_64
arch = i686
@@ -12,8 +12,8 @@ pkgbase = gashell
depends = zbar
depends = curl
provides = gashell
- source = https://github.com/TechtonicSoftware/GAShell/archive/0.9.tar.gz
- sha256sums = 668f68968f0887156b1ab1fede366f62a3275f2e47ba4e8ea3ffc291aa5ea51f
+ source = https://github.com/TechtonicSoftware/GAShell/archive/0.91.tar.gz
+ sha256sums = f379ed44e88949629ad65f5c1b9ecd248feaec35fc57770005d35176d2609a69
pkgname = gashell
diff --git a/PKGBUILD b/PKGBUILD
index dadcca70a3b8..85daa01ea480 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=gashell
_pkgname=GAShell
-pkgver=0.9
-pkgrel=2
+pkgver=0.91
+pkgrel=1
pkgdesc="A bash script that generates and securely manages/stores Google Authenticator codes."
arch=('x86_64' 'i686')
url="https://github.com/TechtonicSoftware/GAShell"
@@ -12,7 +12,7 @@ license=('GNU V3')
depends=('sed' 'oath-toolkit' 'openssl' 'zbar' 'curl')
provides=('gashell')
source=(https://github.com/TechtonicSoftware/$_pkgname/archive/$pkgver.tar.gz)
-sha256sums=('668f68968f0887156b1ab1fede366f62a3275f2e47ba4e8ea3ffc291aa5ea51f')
+sha256sums=('f379ed44e88949629ad65f5c1b9ecd248feaec35fc57770005d35176d2609a69')
package() {
mkdir -p "$pkgdir/usr/share/$pkgname/";