~alpine/aports

testing/lua-ljsyscall: mark architecture dependence v1 PROPOSED

Muh Muhten: 1
 testing/lua-ljsyscall: mark architecture dependence

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2000/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/lua-ljsyscall: mark architecture dependence Export this patch

set arch=all options=!archcheck. no functional changes.
---
 testing/lua-ljsyscall/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/lua-ljsyscall/APKBUILD b/testing/lua-ljsyscall/APKBUILD
index 722bbed..85d4e20 100644
--- a/testing/lua-ljsyscall/APKBUILD
+++ b/testing/lua-ljsyscall/APKBUILD
@@ -5,11 +5,12 @@ pkgver=0.10
pkgrel=0
pkgdesc="LuaJIT Unix syscall FFI"
url="http://www.myriabit.com/ljsyscall/"
arch="noarch"
arch="all"
license="MIT"
depends=""
makedepends="luajit"
source="${pkgname#lua-}-$pkgver.tar.gz::https://github.com/justincormack/ljsyscall/archive/v$pkgver.tar.gz"
options="!archcheck"

_builddir="$srcdir/${pkgname#lua-}-$pkgver"
build() {
-- 
2.5.4 (Apple Git-61)



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---