Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-06-21 16:51:29 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-06-21 16:51:29 +0200
commit06d15160cb09e0fa1d4a1c4840fce2d3723059b3 (patch)
tree2c10fc1d1ac4de49a05dc36fc00e622c6d7c29d8
parent413119cea02c94719617ae640f22435423dc9efb (diff)
extra/pdnsd: using alternate download location
-rw-r--r--extra/pdnsd/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/pdnsd/PKGBUILD b/extra/pdnsd/PKGBUILD
new file mode 100644
index 00000000..e2d54966
--- /dev/null
+++ b/extra/pdnsd/PKGBUILD
@@ -0,0 +1,6 @@
+# original download location is dead
+source[0]='https://mirrors.cloud.tencent.com/macports/distfiles/pdnsd/pdnsd-1.2.9a-par.tar.gz'
+unset source[1]
+source=("${source[@]}")
+unset sha512sums[1]
+sha512sums=("${sha512sums[@]}")