From fecd6286e00e6e25458a7d1b8b80f6fdb236a7a2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Dec 2012 03:05:00 -0800 Subject: Thu Dec 20 02:59:11 PST 2012 --- community/luabitop/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/luabitop/PKGBUILD') diff --git a/community/luabitop/PKGBUILD b/community/luabitop/PKGBUILD index ee67163f4..7dacdad3e 100644 --- a/community/luabitop/PKGBUILD +++ b/community/luabitop/PKGBUILD @@ -1,17 +1,15 @@ -# $Id: PKGBUILD 81112 2012-12-12 00:47:37Z eric $ +# $Id: PKGBUILD 81388 2012-12-19 13:22:34Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Lucas Hermann Negri pkgbase=luabitop pkgname=(lua-bitop lua51-bitop) pkgver=1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc='C extension adding bitwise operations on numbers' arch=(i686 x86_64) url='http://bitop.luajit.org/index.html' makedepends=('lua' 'lua51') -conflicts=('luabitop') -replaces=('luabitop') source=("http://bitop.luajit.org/download/LuaBitOp-$pkgver.tar.gz") md5sums=('d0c1080fe0c844e8477279668e2d0d06') license=('MIT') @@ -36,6 +34,8 @@ package_lua-bitop() { package_lua51-bitop() { depends=('lua51') + conflicts=('luabitop') + replaces=('luabitop') cd LuaBitOp51-$pkgver install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.1/bit.so" install -dm 755 "$pkgdir/usr/share/licenses/$pkgname" -- cgit v1.2.3-54-g00ecf