summaryrefslogtreecommitdiff
path: root/community/luafilesystem/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/luafilesystem/PKGBUILD')
-rw-r--r--community/luafilesystem/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/luafilesystem/PKGBUILD b/community/luafilesystem/PKGBUILD
index 987da03c9..d4237e35a 100644
--- a/community/luafilesystem/PKGBUILD
+++ b/community/luafilesystem/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81115 2012-12-12 00:47:40Z eric $
+# $Id: PKGBUILD 81391 2012-12-19 13:27:48Z seblu $
# Maintainer: Chris Brannon <cmbrannon79@gmail.com>
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
# Contributor: Anders Bergh <anders1@gmail.com>
@@ -6,13 +6,11 @@
pkgbase=luafilesystem
pkgname=(lua-filesystem lua51-filesystem)
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
pkgdesc='File System Library for the Lua Programming Language'
arch=('i686' 'x86_64')
url='http://www.keplerproject.org/luafilesystem/'
license=('MIT')
-replaces=(luafilesystem)
-conflicts=(luafilesystem)
makedepends=(lua lua51)
source=(http://github.com/downloads/keplerproject/$pkgbase/$pkgbase-$pkgver.tar.gz
LICENSE)
@@ -39,6 +37,8 @@ package_lua-filesystem() {
package_lua51-filesystem() {
depends=('lua51')
+ conflicts=('luafilesystem')
+ replaces=('luafilesystem')
cd $pkgbase-$pkgver-51
make PREFIX=$pkgdir/usr LUA_LIBDIR='$(PREFIX)/lib/lua/5.1' install