Date: Friday, June 20, 2014 @ 00:16:51 Author: arodseth Revision: 113370
New version, but it fails to build/install Modified: lua-posix/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-19 21:46:10 UTC (rev 113369) +++ PKGBUILD 2014-06-19 22:16:51 UTC (rev 113370) @@ -6,8 +6,8 @@ # Contributor: Donald Ephraim Curtis <[email protected]> pkgname=lua-posix -pkgver=31 -pkgrel=2 +pkgver=32 +pkgrel=1 pkgdesc='POSIX library for Lua' arch=('x86_64' 'i686') url='https://github.com/luaposix/luaposix' @@ -36,10 +36,6 @@ make } -check() { - make -C "$pkgname" check || true -} - package() { make -C "$pkgname" DESTDIR="$pkgdir" install }
