diff -r 740601aa36e5 -r 664cc1efa89d sources/luafilesystem/PKGBUILD --- a/sources/luafilesystem/PKGBUILD Mon Dec 17 07:42:04 2007 +0100 +++ b/sources/luafilesystem/PKGBUILD Fri Dec 21 09:29:05 2007 +0100 @@ -1,7 +1,7 @@ # Contributor: Anders Bergh pkgname=luafilesystem pkgver=1.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="File System Library for the Lua Programming Language" arch=(i686 x86_64) url="http://www.keplerproject.org/luafilesystem/" @@ -21,7 +21,6 @@ cd "$startdir/src/$pkgname-$pkgver" patch -p1 < "$startdir/src/luafilesystem-arch.patch" - ./configure make || return 1 make DESTDIR="$startdir/pkg" install