summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan2023-06-25 13:38:31 +1000
committerDan2023-06-25 13:38:31 +1000
commitaca2de69637ce91dedf096c5156a2dd37ae0a29e (patch)
treeaf3de9b650b924374f682634b16ef4083b03ddd3
parent93189f4c3b4f68179572a3c1df26a5f501be0727 (diff)
downloadaur-aca2de69637ce91dedf096c5156a2dd37ae0a29e.tar.gz
Updated due to url path change.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7eb242046c1..8f0a761d4052 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = gashell
pkgdesc = A bash script that generates and securely manages/stores Google Authenticator codes.
pkgver = 0.921
pkgrel = 1
- url = https://github.com/TechtonicSoftware/GAShell
+ url = https://github.com/DDoctorzeus/GAShell
arch = x86_64
arch = i686
license = GNU V3
@@ -12,8 +12,7 @@ pkgbase = gashell
depends = zbar
depends = curl
provides = gashell
- source = https://github.com/TechtonicSoftware/GAShell/archive/0.921.tar.gz
+ source = https://github.com/DDoctorzeus/GAShell/archive/0.921.tar.gz
sha256sums = 5e7b77e2576b82e56e73d8741ac7173e1e78b44fa9b414bb76ff2016ea4c0193
pkgname = gashell
-
diff --git a/PKGBUILD b/PKGBUILD
index 2525bb8973a0..7ceee891c41d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ pkgver=0.921
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"
+url="https://github.com/DDoctorzeus/GAShell"
license=('GNU V3')
depends=('sed' 'oath-toolkit' 'openssl' 'zbar' 'curl')
provides=('gashell')
-source=(https://github.com/TechtonicSoftware/$_pkgname/archive/$pkgver.tar.gz)
+source=(https://github.com/DDoctorzeus/$_pkgname/archive/$pkgver.tar.gz)
sha256sums=('5e7b77e2576b82e56e73d8741ac7173e1e78b44fa9b414bb76ff2016ea4c0193')
package() {