summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabs3nt2023-03-09 19:06:34 -0800
committerabs3nt2023-03-09 19:06:34 -0800
commitff1656e27d2cea4339b9d187cfe6f6d062826cb1 (patch)
tree80e4c14361debbeb3de4a0010bda3e71d1d5cb2e
parentd2184cb8be510838fa37554e3ae5be011b4acc3e (diff)
downloadaur-ff1656e27d2cea4339b9d187cfe6f6d062826cb1.tar.gz
change upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f4051de0ef0..df55fd748def 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = gospt-git
pkgdesc = Spotify TUI And CLI written in Go
pkgver = 0.0.7.r1.gdcfc0d4
pkgrel = 1
- url = https://git.asdf.cafe/abs3nt/gospt
+ url = https://github.com/abs3ntdev/gospt
arch = x86_64
license = GPL
makedepends = go
provides = gospt
conflicts = gospt
- source = git+https://git.asdf.cafe/abs3nt/gospt.git
+ source = git+https://github.com/abs3ntdev/gospt.git
sha256sums = SKIP
pkgname = gospt-git
diff --git a/PKGBUILD b/PKGBUILD
index 4dcf16135fb0..4251af210cbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=0.0.7.r1.gdcfc0d4
pkgrel=1
pkgdesc='Spotify TUI And CLI written in Go'
arch=('x86_64')
-url="https://git.asdf.cafe/abs3nt/gospt"
+url="https://github.com/abs3ntdev/gospt"
license=('GPL')
provides=(gospt)
conflicts=(gospt)