index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-06-21 16:51:29 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-06-21 16:51:29 +0200 |
commit | 06d15160cb09e0fa1d4a1c4840fce2d3723059b3 (patch) | |
tree | 2c10fc1d1ac4de49a05dc36fc00e622c6d7c29d8 /extra/pdnsd | |
parent | 413119cea02c94719617ae640f22435423dc9efb (diff) |
-rw-r--r-- | extra/pdnsd/PKGBUILD | 6 |
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[@]}") |