summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShulhan2024-03-21 17:06:21 +0700
committerShulhan2024-03-21 17:06:21 +0700
commitdc0733fe25e6b2bdb47951c77036f0ea53bc262e (patch)
tree87d90faefa96cb6c48ad94ff2066d93bd878dd60
parent02ca9bd9d98b702ca497248779f03a9c778b64f3 (diff)
downloadaur-dc0733fe25e6b2bdb47951c77036f0ea53bc262e.tar.gz
all: replace repository URL with new repository
The rescached project has been moved to SourceHut.
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore9
-rw-r--r--PKGBUILD13
3 files changed, 16 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0eb3bc88c5d4..340706017a45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = rescached-git
pkgdesc = Resolver/DNS cache daemon
- pkgver = 4.4.2.r1.g627c9ba
+ pkgver = 4.4.2.r5.g842206e
pkgrel = 1
- url = https://github.com/shuLhan/rescached-go
+ url = https://git.sr.ht/~shulhan/rescached
install = rescached.install
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = rescached-git
backup = etc/rescached/rescached.cfg
backup = etc/rescached/localhost.pem
backup = etc/rescached/localhost.pem.key
- source = rescached-git::git+https://github.com/shuLhan/rescached-go.git
+ source = rescached-git::git+https://git.sr.ht/~shulhan/rescached
sha1sums = SKIP
pkgname = rescached-git
diff --git a/.gitignore b/.gitignore
index 71f2839d63a5..8f959dc77c27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,8 @@
-libvos/
-pkg/
-rescached-git/
-src/
*.tar
*.xz
*.zst
+/libvos/
+/pkg/
+/rescached-git-remote/
+/rescached-git/
+/src/
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'
)