summaryrefslogtreecommitdiffstats
path: root/main/lua-filesystem/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/lua-filesystem/APKBUILD')
-rw-r--r--main/lua-filesystem/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua-filesystem/APKBUILD b/main/lua-filesystem/APKBUILD
index c5eb24edd..3784b7e19 100644
--- a/main/lua-filesystem/APKBUILD
+++ b/main/lua-filesystem/APKBUILD
@@ -7,10 +7,10 @@ url="http://www.keplerproject.org/luafilesystem/"
arch="all"
license="GPL"
depends=
-makedepends="lua-dev"
+makedepends="lua-dev wget"
install=
subpackages=
-source="http://github.com/downloads/keplerproject/luafilesystem/luafilesystem-$pkgver.tar.gz"
+source="https://github.com/downloads/keplerproject/luafilesystem/luafilesystem-$pkgver.tar.gz"
_builddir="$srcdir"/luafilesystem-$pkgver
prepare() {