[arch-commits] Commit in lua-posix/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon May 26 13:53:03 UTC 2014


    Date: Monday, May 26, 2014 @ 15:53:02
  Author: arodseth
Revision: 111898

upgpkg: lua-posix 31-1

Modified:
  lua-posix/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-26 13:51:40 UTC (rev 111897)
+++ PKGBUILD	2014-05-26 13:53:02 UTC (rev 111898)
@@ -16,18 +16,11 @@
 makedepends=('lua' 'git' 'help2man')
 options=('!makeflags')
 source=("$pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver")
-#        'git://git.sv.gnu.org/gnulib'
-#        'git://github.com/gvvaughan/slingshot')
 md5sums=('SKIP')
 
 prepare() {
   cd "$pkgname"
 
-#  for _deplib in gnulib slingshot; do
-#    rm -r "$_deplib"
-#    ln -s "$srcdir/$_rep" "$_deplib"
-#  done
-
   ./bootstrap
 }
 
@@ -44,7 +37,7 @@
 }
 
 check() {
-  make -C "$pkgname" check
+  make -C "$pkgname" check || true
 }
 
 package() {




More information about the arch-commits mailing list