aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-filesystem
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-02-25 10:05:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-02-25 10:05:52 +0000
commit7644c811a1ef0be894f47d0b364d604f51b62e94 (patch)
tree4c81f0ee9ead102c5dc85cfe3f0eb787cf5c6d41 /main/lua-filesystem
parent354fcf8b0065c7b89fcaab24acbe1a954c0f7dad (diff)
downloadaports-7644c811a1ef0be894f47d0b364d604f51b62e94.tar.bz2
aports-7644c811a1ef0be894f47d0b364d604f51b62e94.tar.xz
main/lua-filesystem: fix download of sources
Diffstat (limited to 'main/lua-filesystem')
-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 c5eb24edd1..3784b7e19b 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() {