summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKatherine ❄2019-09-01 10:21:31 +0900
committerKatherine ❄2019-09-01 10:21:31 +0900
commit152028f978a8d9993dbfdff14c89402465891e7c (patch)
tree09be39ab90d5e09a6107a13b50f303da37c88ecb /PKGBUILD
parent99229ffee0d163652f1ee7c48150d3db5d1a0668 (diff)
downloadaur-152028f978a8d9993dbfdff14c89402465891e7c.tar.gz
fix source URLs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ca361f58935..b914651640be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgver=1.0
pkgrel=3
pkgdesc="An old and weird http server that uses only dd and sh."
arch=('any')
-url="https://git.syskiller.io/Stykers/fonts/raw/master/ddshttpd.sh"
+url="https://cdn.stykers.moe/dl/ddshttpd.sh"
license=('GPL')
depends=('sh')
-source=('https://git.syskiller.io/Stykers/fonts/raw/master/ddshttpd.sh')
+source=('https://cdn.stykers.moe/dl/ddshttpd.sh')
install=${pkgname}.install
md5sums=('1bc4cf0b6f3045a05cad9e32fe35a435')