summaryrefslogtreecommitdiff
path: root/community/luaposix/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/luaposix/PKGBUILD')
-rw-r--r--community/luaposix/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/luaposix/PKGBUILD b/community/luaposix/PKGBUILD
index 124408cb5..6cdab1f9f 100644
--- a/community/luaposix/PKGBUILD
+++ b/community/luaposix/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81118 2012-12-12 00:49:30Z eric $
+# $Id: PKGBUILD 81399 2012-12-19 13:39:36Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: SpepS <dreamspepser at yahoo dot it>
# Contributor: Laszlo Papp <djszapi at archlinux us>
@@ -7,14 +7,12 @@
pkgbase=luaposix
pkgname=('lua-posix' 'lua51-posix')
pkgver=5.1.23
-pkgrel=1
+pkgrel=2
pkgdesc='A POSIX library for Lua programming language'
arch=('i686' 'x86_64')
url='http://luaforge.net/projects/luaposix/'
license=('GPL' 'LGPL')
makedepends=('lua' 'lua51' 'lua51-bitop')
-conflicts=('luaposix')
-replaces=('luaposix')
options=('!libtool')
source=("https://github.com/downloads/$pkgbase/$pkgbase/$pkgbase-$pkgver.tar.gz")
md5sums=('ebe7d335741ca736e003a6844a0fbf92')
@@ -49,6 +47,8 @@ package_lua-posix() {
package_lua51-posix() {
depends=('lua51' 'lua51-bitop')
+ conflicts=('luaposix')
+ replaces=('luaposix')
cd $pkgbase-$pkgver/build_51
make DESTDIR="$pkgdir/" install