aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/lua-penlight/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/lua-penlight/APKBUILD b/main/lua-penlight/APKBUILD
index f08fb6f1bf..8fbe461f90 100644
--- a/main/lua-penlight/APKBUILD
+++ b/main/lua-penlight/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lua-penlight
-pkgver=0.9.8
+pkgver=1.0.3a
pkgrel=0
pkgdesc="Lua libraries for extended operations on tables, lists and strings"
url="http://penlight.luaforge.net/"
@@ -10,9 +10,9 @@ depends="lua-filesystem"
makedepends="wget"
install=
subpackages="$pkgname-doc"
-source="http://stevedonovan.github.com/files/penlight-$pkgver-src.zip"
+source="https://github.com/stevedonovan/penlight/archive/$pkgver.tar.gz"
-_builddir="$srcdir"/penlight-$pkgver
+_builddir="$srcdir"/Penlight-$pkgver
build() {
return 0
@@ -27,4 +27,4 @@ package() {
cp -r examples "$pkgdir"/usr/share/doc/$pkgname/
}
-md5sums="c9c8143787c9a32b6cd20369b41b3e9f penlight-0.9.8-src.zip"
+md5sums="5de8e66b18b915b0afe58fe464466daa 1.0.3a.tar.gz"