summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShulhan2024-03-21 17:06:21 +0700
committerShulhan2024-03-21 17:06:21 +0700
commitdc0733fe25e6b2bdb47951c77036f0ea53bc262e (patch)
tree87d90faefa96cb6c48ad94ff2066d93bd878dd60 /PKGBUILD
parent02ca9bd9d98b702ca497248779f03a9c778b64f3 (diff)
downloadaur-dc0733fe25e6b2bdb47951c77036f0ea53bc262e.tar.gz
all: replace repository URL with new repository
The rescached project has been moved to SourceHut.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de519c013d5c..6b917043739b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: shulhan <ms@kilabit.info>
pkgname=rescached-git
-pkgver=4.4.2.r1.g627c9ba
+pkgver=4.4.2.r5.g842206e
pkgrel=1
pkgdesc="Resolver/DNS cache daemon"
arch=('i686' 'x86_64' 'armv7h')
-url="https://github.com/shuLhan/rescached-go"
+url="https://git.sr.ht/~shulhan/rescached"
license=('GPL-3.0-or-later')
depends=('bash')
@@ -12,10 +12,13 @@ provides=('rescached')
makedepends=('git' 'go>=1.20')
source=(
- "$pkgname::git+https://github.com/shuLhan/rescached-go.git"
- ## For testing on local.
- #"$pkgname::git+file:///home/ms/go/src/github.com/shuLhan/rescached-go"
+ "$pkgname::git+https://git.sr.ht/~shulhan/rescached"
)
+## For testing on local.
+#source=(
+# "$pkgname::git+file:///.."
+#)
+
sha1sums=(
'SKIP'
)