aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-aports
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-04-29 07:59:18 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-04-29 12:36:41 +0000
commit966bc7207f72795a226a704782b524c2b2fbefb3 (patch)
treeb66c6a02f40c79c58a110649ab13977437b93a76 /main/lua-aports
parentf1ea912093f5a57839902d07d94947307fcdd9e8 (diff)
downloadaports-966bc7207f72795a226a704782b524c2b2fbefb3.tar.bz2
aports-966bc7207f72795a226a704782b524c2b2fbefb3.tar.xz
main/lua-aports: remove debug print
it was unintentionally added
Diffstat (limited to 'main/lua-aports')
-rw-r--r--main/lua-aports/0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch10
-rw-r--r--main/lua-aports/APKBUILD8
2 files changed, 4 insertions, 14 deletions
diff --git a/main/lua-aports/0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch b/main/lua-aports/0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch
index 6d7f6dd63e..d52c13a9c5 100644
--- a/main/lua-aports/0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch
+++ b/main/lua-aports/0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch
@@ -72,16 +72,6 @@ index 9689ecf..b99bf68 100644
end
return pkg.dir.."/"..M.get_apk_file_name(pkg, name)
end
-@@ -71,6 +72,9 @@ end
- function M.apk_file_exists(pkg, name)
- -- technically we check if it is readable...
- local filepath = M.get_apk_file_path(pkg, name)
-+ if lfs.attributes(filepath) == nil then
-+ io.stderr:write(("DEBUG: path=%s\n"):format(filepath))
-+ end
- return lfs.attributes(filepath) ~= nil
- end
-
@@ -110,10 +114,11 @@ function M.each_dependency(pkg)
end
diff --git a/main/lua-aports/APKBUILD b/main/lua-aports/APKBUILD
index 5840ea1533..bd871224f4 100644
--- a/main/lua-aports/APKBUILD
+++ b/main/lua-aports/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lua-aports
pkgver=0.5
-pkgrel=2
+pkgrel=3
pkgdesc="Lua modules for parsing aports tree"
url="http://dev.alpinelinux.org/archive/lua-aports/"
arch="noarch"
@@ -37,8 +37,8 @@ package() {
}
md5sums="068ddedda0968d3e000637d2db8da4cd lua-aports-0.5.tar.xz
-a77c2c306a12e0a36e137405aed8b695 0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch"
+d66bc2a08712170da458b46466499c7a 0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch"
sha256sums="fb7ff16a884ed17f6856dc241ec17f0d1586f6d07b83dc5aebc1b320b772d4a9 lua-aports-0.5.tar.xz
-c459d311ccf2c573cfb462e4f14a4d2ee68df4abde3047aa0539c396d520c208 0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch"
+738e8967dc247b555299c1f43aab379d27afa9c2d9ccf47d061d6883b5c1babb 0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch"
sha512sums="7047f0c902c8f65e8a45ed221e793dd0a0c8abf77f85b21b2d23c4f3c19ab12d9862565615718223ff2633465b85026f260bba4d5851a898475974c93f40797d lua-aports-0.5.tar.xz
-9981f30ad04a9c96290c90aada76c9a42979f61387b193b8b1c5f758961822f8e158c01ac76bf587aad7f34f29f8c0dc7443246db406171967d62fc53db26e8b 0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch"
+74d282482c54671cdac7bb0b484818aa67a875719bd615d24fa69b8ebd9905b5cc685d029e478d7f7c4f351e86b94b6fd4ad207240e82071bcff3b23ff764caf 0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch"