Merge pull request #2731 from stpx/lua-bitop

Minor lua-BitOp{51,52} fixes
This commit is contained in:
Steve Prybylski 2015-10-11 23:09:41 -04:00
commit cd6619f948
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'lua-BitOp'
# Template file for 'lua51-BitOp'
pkgname=lua51-BitOp
version=1.0.2
revision=2
revision=3
makedepends="lua51-devel lua51"
hostmakedepends="lua51"
depends="lua51"
@ -20,4 +20,5 @@ do_install() {
lua_path=$(dirname $mod_path)
install -dm0755 "$lua_path"
install -p bit.so "$mod_path"
vlicense README
}

View file

@ -1 +1 @@
../lua-BitOp/update
../lua52-BitOp/update

View file

@ -1,7 +1,7 @@
# Template file for 'lua52-BitOp'
pkgname=lua52-BitOp
version=1.0.2
revision=1
revision=2
makedepends="lua52-devel lua52"
hostmakedepends="lua52"
depends="lua52>=5.2"