index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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[@]}") |