summaryrefslogtreecommitdiff
path: root/community/luabitop/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-20 03:05:00 -0800
committerroot <root@rshg054.dnsready.net>2012-12-20 03:05:00 -0800
commitfecd6286e00e6e25458a7d1b8b80f6fdb236a7a2 (patch)
tree952afb5fdba1e4450e623d86f75b09ad4925bd40 /community/luabitop/PKGBUILD
parent19f11e0c4bbeefd65f85546a361e18532b60416a (diff)
Thu Dec 20 02:59:11 PST 2012
Diffstat (limited to 'community/luabitop/PKGBUILD')
-rw-r--r--community/luabitop/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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 <seblu@aur.archlinux.org>
# Contributor: Lucas Hermann Negri <kkndrox@gmail.com>
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"