summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabs3nt2023-03-10 12:07:26 -0800
committerabs3nt2023-03-10 12:07:26 -0800
commit551b7eae3980fc41ac3fc2fa7e40ede114c798b0 (patch)
tree72da34b5edcd5b332cc3ddf5995d00041297e294
parentcc637eb1fffc3134aa59e4195b720ba0547ad9d6 (diff)
downloadaur-haunt-go-git.tar.gz
update upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecd8f4a34ff2..e8c6a27e1234 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = haunt-go-git
pkgdesc = Live reload and task automation for go apps
pkgver = 0.2.6.r2.gec35355
pkgrel = 1
- url = https://github.com/abs3ntdev/haunt
+ url = https://git.asdf.cafe/abs3nt/haunt
arch = x86_64
license = GPL
makedepends = go
provides = haunt
conflicts = haunt
- source = git+https://github.com/abs3ntdev/haunt.git
+ source = git+https://git.asdf.cafe/abs3nt/haunt.git
sha256sums = SKIP
pkgname = haunt-go-git
diff --git a/PKGBUILD b/PKGBUILD
index 52f675a5963e..e5fc4c9d99cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.2.6.r2.gec35355
pkgrel=1
pkgdesc='Live reload and task automation for go apps'
arch=('x86_64')
-url="https://github.com/abs3ntdev/${_pkgname}"
+url="https://git.asdf.cafe/abs3nt/${_pkgname}"
license=('GPL')
provides=(${_pkgname})
conflicts=(${_pkgname})