summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabs3nt2023-03-10 10:06:45 -0800
committerabs3nt2023-03-10 10:06:45 -0800
commit8ff5f2b2289f36df98d3c785ca358ec34eeae128 (patch)
treef223981db724920a0203191c5d198eacb1871166
parentff1656e27d2cea4339b9d187cfe6f6d062826cb1 (diff)
downloadaur-8ff5f2b2289f36df98d3c785ca358ec34eeae128.tar.gz
url change
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df55fd748def..1f4051de0ef0 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://github.com/abs3ntdev/gospt
+ url = https://git.asdf.cafe/abs3nt/gospt
arch = x86_64
license = GPL
makedepends = go
provides = gospt
conflicts = gospt
- source = git+https://github.com/abs3ntdev/gospt.git
+ source = git+https://git.asdf.cafe/abs3nt/gospt.git
sha256sums = SKIP
pkgname = gospt-git
diff --git a/PKGBUILD b/PKGBUILD
index 4251af210cbb..4dcf16135fb0 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://github.com/abs3ntdev/gospt"
+url="https://git.asdf.cafe/abs3nt/gospt"
license=('GPL')
provides=(gospt)
conflicts=(gospt)