diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-04-18 15:39:54 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-04-18 15:41:23 +0000 |
commit | a67cbdabd91c63d9d75a96287ca46606510e559a (patch) | |
tree | 6b9e18fc384e33e3c3abb51ffc44612512e1e868 /main/luajit | |
parent | 82ebf8c258b40832a8e0462e4021fdf9af7eede5 (diff) | |
download | aports-a67cbdabd91c63d9d75a96287ca46606510e559a.tar.bz2 aports-a67cbdabd91c63d9d75a96287ca46606510e559a.tar.xz |
main/luajit: bump pkgrel
Bump pkgrel to allow it to build again
Diffstat (limited to 'main/luajit')
-rw-r--r-- | main/luajit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/luajit/APKBUILD b/main/luajit/APKBUILD index 16fc60e5b1..77bd453dd2 100644 --- a/main/luajit/APKBUILD +++ b/main/luajit/APKBUILD @@ -4,7 +4,7 @@ pkgname=luajit pkgver=2.1.0_beta2 _realver=${pkgver/_/-} -pkgrel=2 +pkgrel=3 pkgdesc='Just-in-time compiler and replacement for Lua 5.1 ' url='http://luajit.org' arch="all !s390x" |