[arch-commits] Commit in luajit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-08-10 Thread Daurnimator via arch-commits
Date: Thursday, August 11, 2022 @ 00:10:59
  Author: daurnimator
Revision: 1265150

archrelease: copy trunk to community-x86_64

Added:
  luajit/repos/community-x86_64/PKGBUILD
(from rev 1265149, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-11 00:10:38 UTC (rev 1265149)
+++ PKGBUILD2022-08-11 00:10:59 UTC (rev 1265150)
@@ -1,38 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-# LuaJIT has abandoned versioned releases and now advises using git HEAD
-# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
-_commit=5677985dc1f19cf0a67112f4365c7fb79237fa16
-pkgver="2.1.0.beta3.r431.g${_commit::8}"
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('x86_64')
-url='https://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-options=('debug')
-source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
-md5sums=('6aa29242073aab7c7d24f09b73e306f7')
-sha256sums=('d0538dcca7243afc3cd4a3d5def799860d96970818af8cf2cf46515c1e8b5e6d')
-b2sums=('8f0de080f43cd0200e99b60cd1707ef751a39208ccad6505c3a312da7c76f9eefb1030c77684b07217ee65a0d14860d36469463943653bb55e08f28a471320cf')
-
-build() {
-  cd "luajit-2.0-${_commit::7}"
-  # Avoid early stripping
-  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
-}
-
-package() {
-  cd "luajit-2.0-${_commit::7}"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 1265149, 
luajit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-11 00:10:59 UTC (rev 1265150)
@@ -0,0 +1,38 @@
+# Maintainer: Daurnimator 
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=633f265f67f322cbe2c5fd11d3e46d968ac220f7
+pkgver="2.1.0.beta3.r439.g${_commit::8}"
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('x86_64')
+url='https://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+options=('debug')
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
+md5sums=('476291b242d856a20e45e9f89984a93f')
+sha256sums=('11744e8a63c9a189c409ca7cc9a8169cb65d3a23b335d5509000c5045ce8b4c9')
+b2sums=('b5362174f9913ef7fa39ac19395a70104a62ca201914973e326a464fbfa0fc21ebb24a503ef11595c8f2ba3bb350420e7529cee35d17cfce4905d827f177b9bb')
+
+build() {
+  cd "luajit-2.0-${_commit::7}"
+  # Avoid early stripping
+  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
+}
+
+package() {
+  cd "luajit-2.0-${_commit::7}"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+
+  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
+}



[arch-commits] Commit in luajit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-07-21 Thread Daurnimator via arch-commits
Date: Thursday, July 21, 2022 @ 11:50:35
  Author: daurnimator
Revision: 1255021

archrelease: copy trunk to community-x86_64

Added:
  luajit/repos/community-x86_64/PKGBUILD
(from rev 1255020, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-21 11:50:12 UTC (rev 1255020)
+++ PKGBUILD2022-07-21 11:50:35 UTC (rev 1255021)
@@ -1,38 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-# LuaJIT has abandoned versioned releases and now advises using git HEAD
-# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
-_commit=4c2441c16ce3c4e312aaefecc6d40c4fe21de97c
-pkgver="2.1.0.beta3.r422.g${_commit::8}"
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('x86_64')
-url='https://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-options=('debug')
-source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
-md5sums=('d65d7c1f5e41913b3b2bb371d2d6761a')
-sha256sums=('e01e7191a310543aa5f660fd6fa06f3d73b819881f35932c52e2c8d993f7c249')
-b2sums=('d8dc425eaac2e42aa9a8bf4ce46795c12340f109bd401225d71eaa00a2c652e83c9023446a4b080b21e5d4f2a2b551755601aaf5e6ec81679c0e502f1e249aaf')
-
-build() {
-  cd "luajit-2.0-${_commit::7}"
-  # Avoid early stripping
-  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
-}
-
-package() {
-  cd "luajit-2.0-${_commit::7}"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 1255020, 
luajit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-21 11:50:35 UTC (rev 1255021)
@@ -0,0 +1,38 @@
+# Maintainer: Daurnimator 
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=5677985dc1f19cf0a67112f4365c7fb79237fa16
+pkgver="2.1.0.beta3.r431.g${_commit::8}"
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('x86_64')
+url='https://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+options=('debug')
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
+md5sums=('6aa29242073aab7c7d24f09b73e306f7')
+sha256sums=('d0538dcca7243afc3cd4a3d5def799860d96970818af8cf2cf46515c1e8b5e6d')
+b2sums=('8f0de080f43cd0200e99b60cd1707ef751a39208ccad6505c3a312da7c76f9eefb1030c77684b07217ee65a0d14860d36469463943653bb55e08f28a471320cf')
+
+build() {
+  cd "luajit-2.0-${_commit::7}"
+  # Avoid early stripping
+  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
+}
+
+package() {
+  cd "luajit-2.0-${_commit::7}"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+
+  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
+}



[arch-commits] Commit in luajit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-06-28 Thread Daurnimator via arch-commits
Date: Tuesday, June 28, 2022 @ 12:54:59
  Author: daurnimator
Revision: 1239832

archrelease: copy trunk to community-x86_64

Added:
  luajit/repos/community-x86_64/PKGBUILD
(from rev 1239831, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-28 12:54:37 UTC (rev 1239831)
+++ PKGBUILD2022-06-28 12:54:59 UTC (rev 1239832)
@@ -1,38 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-# LuaJIT has abandoned versioned releases and now advises using git HEAD
-# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
-_commit=68bb11405ce8b6356cb90dac010b5c87b933bbab
-pkgver="2.1.0.beta3.r411.g${_commit::8}"
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('x86_64')
-url='https://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-options=('debug')
-source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
-md5sums=('8d3b98d901f1e2de59d82fc788bf3a96')
-sha256sums=('49ab008c5775982e426e7179cf4701125d37109a6687d69ccd4ab64d4d14dcf8')
-b2sums=('9893ade6fc3d4b14bc4e71e34d76b36efa054b0bb7e55aafda517a4d3f3a3b7504a04e58289ab90ef805508ca678667b0bf0534006a8309f39741f1c12ffcc4b')
-
-build() {
-  cd "luajit-2.0-${_commit::7}"
-  # Avoid early stripping
-  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
-}
-
-package() {
-  cd "luajit-2.0-${_commit::7}"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 1239831, 
luajit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-28 12:54:59 UTC (rev 1239832)
@@ -0,0 +1,38 @@
+# Maintainer: Daurnimator 
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=4c2441c16ce3c4e312aaefecc6d40c4fe21de97c
+pkgver="2.1.0.beta3.r422.g${_commit::8}"
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('x86_64')
+url='https://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+options=('debug')
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
+md5sums=('d65d7c1f5e41913b3b2bb371d2d6761a')
+sha256sums=('e01e7191a310543aa5f660fd6fa06f3d73b819881f35932c52e2c8d993f7c249')
+b2sums=('d8dc425eaac2e42aa9a8bf4ce46795c12340f109bd401225d71eaa00a2c652e83c9023446a4b080b21e5d4f2a2b551755601aaf5e6ec81679c0e502f1e249aaf')
+
+build() {
+  cd "luajit-2.0-${_commit::7}"
+  # Avoid early stripping
+  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
+}
+
+package() {
+  cd "luajit-2.0-${_commit::7}"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+
+  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
+}



[arch-commits] Commit in luajit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-06-04 Thread Daurnimator via arch-commits
Date: Sunday, June 5, 2022 @ 01:33:52
  Author: daurnimator
Revision: 1222831

archrelease: copy trunk to community-x86_64

Added:
  luajit/repos/community-x86_64/PKGBUILD
(from rev 1222830, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-05 01:33:16 UTC (rev 1222830)
+++ PKGBUILD2022-06-05 01:33:52 UTC (rev 1222831)
@@ -1,38 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-# LuaJIT has abandoned versioned releases and now advises using git HEAD
-# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
-_commit=1b8d8cabdcc4f1977dc8c51a82074653078d870b
-pkgver="2.1.0.beta3.r409.g${_commit::8}"
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('x86_64')
-url='https://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-options=('debug')
-source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
-md5sums=('9f4be58cc59179cc696eac507b0879cb')
-sha256sums=('369882937289a81e178505a34842d8fe0a02dcdd707e1c57111cf2a6a90fa0e5')
-b2sums=('f8079977d59edf42748e3e2dc0639b314703eca9ad7d2e6b86e6a0af6869cbd95ecd48e8ecbd0252745c1401822af9515d4bbd7dd878897aa20a2dfe5dbf7355')
-
-build() {
-  cd "luajit-2.0-${_commit::7}"
-  # Avoid early stripping
-  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
-}
-
-package() {
-  cd "luajit-2.0-${_commit::7}"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 1222830, 
luajit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-05 01:33:52 UTC (rev 1222831)
@@ -0,0 +1,38 @@
+# Maintainer: Daurnimator 
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=68bb11405ce8b6356cb90dac010b5c87b933bbab
+pkgver="2.1.0.beta3.r411.g${_commit::8}"
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('x86_64')
+url='https://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+options=('debug')
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
+md5sums=('8d3b98d901f1e2de59d82fc788bf3a96')
+sha256sums=('49ab008c5775982e426e7179cf4701125d37109a6687d69ccd4ab64d4d14dcf8')
+b2sums=('9893ade6fc3d4b14bc4e71e34d76b36efa054b0bb7e55aafda517a4d3f3a3b7504a04e58289ab90ef805508ca678667b0bf0534006a8309f39741f1c12ffcc4b')
+
+build() {
+  cd "luajit-2.0-${_commit::7}"
+  # Avoid early stripping
+  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
+}
+
+package() {
+  cd "luajit-2.0-${_commit::7}"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+
+  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
+}



[arch-commits] Commit in luajit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-05-26 Thread Daurnimator via arch-commits
Date: Thursday, May 26, 2022 @ 06:57:36
  Author: daurnimator
Revision: 1210392

archrelease: copy trunk to community-x86_64

Added:
  luajit/repos/community-x86_64/PKGBUILD
(from rev 1210391, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-26 06:57:17 UTC (rev 1210391)
+++ PKGBUILD2022-05-26 06:57:36 UTC (rev 1210392)
@@ -1,38 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-# LuaJIT has abandoned versioned releases and now advises using git HEAD
-# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
-_commit=4ef96cff887c268cc676f9b4b1dc9c54a693efd5
-pkgver="2.1.0.beta3.r407.g${_commit::8}"
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('x86_64')
-url='https://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-options=('debug')
-source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
-md5sums=('1f133cc8c19345efc0a4c3c7fb156230')
-sha256sums=('7bda0f33f411f0c274257c6c6acc0e3820bfa245ff73dc9e3ba7f6deced89c8e')
-b2sums=('27b9b1f6af2090f39d55a6f958f4b14835ad25d66f9a06a05e558af28e95e62405f1501ffb605158ddc7d5490f41d6547e6698ad46d441e544c4717c84c3c199')
-
-build() {
-  cd "luajit-2.0-${_commit::7}"
-  # Avoid early stripping
-  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
-}
-
-package() {
-  cd "luajit-2.0-${_commit::7}"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 1210391, 
luajit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-26 06:57:36 UTC (rev 1210392)
@@ -0,0 +1,38 @@
+# Maintainer: Daurnimator 
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=1b8d8cabdcc4f1977dc8c51a82074653078d870b
+pkgver="2.1.0.beta3.r409.g${_commit::8}"
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('x86_64')
+url='https://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+options=('debug')
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
+md5sums=('9f4be58cc59179cc696eac507b0879cb')
+sha256sums=('369882937289a81e178505a34842d8fe0a02dcdd707e1c57111cf2a6a90fa0e5')
+b2sums=('f8079977d59edf42748e3e2dc0639b314703eca9ad7d2e6b86e6a0af6869cbd95ecd48e8ecbd0252745c1401822af9515d4bbd7dd878897aa20a2dfe5dbf7355')
+
+build() {
+  cd "luajit-2.0-${_commit::7}"
+  # Avoid early stripping
+  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
+}
+
+package() {
+  cd "luajit-2.0-${_commit::7}"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+
+  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
+}



[arch-commits] Commit in luajit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-05-20 Thread Daurnimator via arch-commits
Date: Saturday, May 21, 2022 @ 04:30:22
  Author: daurnimator
Revision: 1209504

archrelease: copy trunk to community-x86_64

Added:
  luajit/repos/community-x86_64/PKGBUILD
(from rev 1209503, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-21 04:30:03 UTC (rev 1209503)
+++ PKGBUILD2022-05-21 04:30:22 UTC (rev 1209504)
@@ -1,38 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-# LuaJIT has abandoned versioned releases and now advises using git HEAD
-# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
-_commit=3ee3c9cfa988339f1bf3068530515e2a6fb179d2
-pkgver="2.1.0.beta3.r404.g${_commit::8}"
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('x86_64')
-url='https://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-options=('debug')
-source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
-md5sums=('c50ebe7b0eeb4ff24e5d8cee12be2880')
-sha256sums=('a8a90c5588ef64392494c5bc8979b3280a4e5d05e5d9babdf86dec87b823fd42')
-b2sums=('4c9a79099f26f5c4dd817a2ee1c799aa1d6b92b6373d3f42ee9d77d3b7a6730a779b5ac2973d073e7df08b8207a0778f78d4d043db1288d0c4e5f30daa45acd9')
-
-build() {
-  cd "luajit-2.0-${_commit::7}"
-  # Avoid early stripping
-  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
-}
-
-package() {
-  cd "luajit-2.0-${_commit::7}"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 1209503, 
luajit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-21 04:30:22 UTC (rev 1209504)
@@ -0,0 +1,38 @@
+# Maintainer: Daurnimator 
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=4ef96cff887c268cc676f9b4b1dc9c54a693efd5
+pkgver="2.1.0.beta3.r407.g${_commit::8}"
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('x86_64')
+url='https://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+options=('debug')
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
+md5sums=('1f133cc8c19345efc0a4c3c7fb156230')
+sha256sums=('7bda0f33f411f0c274257c6c6acc0e3820bfa245ff73dc9e3ba7f6deced89c8e')
+b2sums=('27b9b1f6af2090f39d55a6f958f4b14835ad25d66f9a06a05e558af28e95e62405f1501ffb605158ddc7d5490f41d6547e6698ad46d441e544c4717c84c3c199')
+
+build() {
+  cd "luajit-2.0-${_commit::7}"
+  # Avoid early stripping
+  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
+}
+
+package() {
+  cd "luajit-2.0-${_commit::7}"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+
+  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
+}



[arch-commits] Commit in luajit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-05-03 Thread Daurnimator via arch-commits
Date: Tuesday, May 3, 2022 @ 12:47:32
  Author: daurnimator
Revision: 1192396

archrelease: copy trunk to community-x86_64

Added:
  luajit/repos/community-x86_64/PKGBUILD
(from rev 1192395, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 12:47:09 UTC (rev 1192395)
+++ PKGBUILD2022-05-03 12:47:32 UTC (rev 1192396)
@@ -1,38 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-# LuaJIT has abandoned versioned releases and now advises using git HEAD
-# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
-_commit=20aea93915a0d31138cb00e17cc15eb849e3b806
-pkgver="2.1.0.beta3.r397.g${_commit::8}"
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('x86_64')
-url='https://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-options=('debug')
-source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
-md5sums=('20e8dfb64c907f5755cd99ebed02df9f')
-sha256sums=('a2190947126306f2d137ae8a6fc6b04f4f1cf6460216f4ee0e208ff95cdd1e35')
-b2sums=('895f07f17f24010bf8f5ed7dd42660a805b1b243b09047a3b2055813d66986a6095265a9a7f5f28ffccbe92e3c868775029bf71f2be33e2da02cbed886fa')
-
-build() {
-  cd "luajit-2.0-${_commit::7}"
-  # Avoid early stripping
-  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
-}
-
-package() {
-  cd "luajit-2.0-${_commit::7}"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 1192395, 
luajit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 12:47:32 UTC (rev 1192396)
@@ -0,0 +1,38 @@
+# Maintainer: Daurnimator 
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=3ee3c9cfa988339f1bf3068530515e2a6fb179d2
+pkgver="2.1.0.beta3.r404.g${_commit::8}"
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('x86_64')
+url='https://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+options=('debug')
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
+md5sums=('c50ebe7b0eeb4ff24e5d8cee12be2880')
+sha256sums=('a8a90c5588ef64392494c5bc8979b3280a4e5d05e5d9babdf86dec87b823fd42')
+b2sums=('4c9a79099f26f5c4dd817a2ee1c799aa1d6b92b6373d3f42ee9d77d3b7a6730a779b5ac2973d073e7df08b8207a0778f78d4d043db1288d0c4e5f30daa45acd9')
+
+build() {
+  cd "luajit-2.0-${_commit::7}"
+  # Avoid early stripping
+  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
+}
+
+package() {
+  cd "luajit-2.0-${_commit::7}"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+
+  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
+}



[arch-commits] Commit in luajit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-04-03 Thread Daurnimator via arch-commits
Date: Monday, April 4, 2022 @ 01:40:20
  Author: daurnimator
Revision: 1181183

archrelease: copy trunk to community-x86_64

Added:
  luajit/repos/community-x86_64/PKGBUILD
(from rev 1181182, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-04 01:39:48 UTC (rev 1181182)
+++ PKGBUILD2022-04-04 01:40:20 UTC (rev 1181183)
@@ -1,38 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-# LuaJIT has abandoned versioned releases and now advises using git HEAD
-# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
-_commit=e2c312e0deb874aa5fa8ce502c08d87deb38e82f
-pkgver="2.1.0.beta3.r395.g${_commit::8}"
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('x86_64')
-url='https://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-options=('debug')
-source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
-md5sums=('75b6e0462e75cdd1c6184a295956e326')
-sha256sums=('49d3a5d8283e207159c5695f3b7aba89c8e2940962c79c1b9024b6c8f072fbe3')
-b2sums=('5b55d99369a670831d66145b055e9c643bfbe0cd736e96f5a650705e8b9786d4ccac859b153ec8d3e614ce372dd9fc14a3a667373859c61432d59798d7ab3f8a')
-
-build() {
-  cd "luajit-2.0-${_commit::7}"
-  # Avoid early stripping
-  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
-}
-
-package() {
-  cd "luajit-2.0-${_commit::7}"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 1181182, 
luajit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-04 01:40:20 UTC (rev 1181183)
@@ -0,0 +1,38 @@
+# Maintainer: Daurnimator 
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=20aea93915a0d31138cb00e17cc15eb849e3b806
+pkgver="2.1.0.beta3.r397.g${_commit::8}"
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('x86_64')
+url='https://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+options=('debug')
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
+md5sums=('20e8dfb64c907f5755cd99ebed02df9f')
+sha256sums=('a2190947126306f2d137ae8a6fc6b04f4f1cf6460216f4ee0e208ff95cdd1e35')
+b2sums=('895f07f17f24010bf8f5ed7dd42660a805b1b243b09047a3b2055813d66986a6095265a9a7f5f28ffccbe92e3c868775029bf71f2be33e2da02cbed886fa')
+
+build() {
+  cd "luajit-2.0-${_commit::7}"
+  # Avoid early stripping
+  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
+}
+
+package() {
+  cd "luajit-2.0-${_commit::7}"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+
+  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
+}



[arch-commits] Commit in luajit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-26 Thread Daurnimator via arch-commits
Date: Saturday, March 26, 2022 @ 14:12:10
  Author: daurnimator
Revision: 1176832

archrelease: copy trunk to community-x86_64

Added:
  luajit/repos/community-x86_64/PKGBUILD
(from rev 1176831, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-26 14:11:42 UTC (rev 1176831)
+++ PKGBUILD2022-03-26 14:12:10 UTC (rev 1176832)
@@ -1,38 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-# LuaJIT has abandoned versioned releases and now advises using git HEAD
-# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
-_commit=8b8304f16e03aa652be728f0dc957eadf42e4353
-pkgver="2.1.0.beta3.r391.g${_commit::8}"
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('x86_64')
-url='https://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-options=('debug')
-source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
-md5sums=('574028377c938dd23178b8a2bc9aa5b0')
-sha256sums=('1bb3e7b77f16be19147c4968aca44844a2b379e377b45dd5a24753082610e714')
-b2sums=('5350f9a5ebc7c2e819e6e5e53e93186c6280f2b8e85121cb8f43c545531a0c1172c9c43d5c5c950849131a2ead5897bb97669fe158f8424a584ae0bde321c6a0')
-
-build() {
-  cd "luajit-2.0-${_commit::7}"
-  # Avoid early stripping
-  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
-}
-
-package() {
-  cd "luajit-2.0-${_commit::7}"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 1176831, 
luajit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-26 14:12:10 UTC (rev 1176832)
@@ -0,0 +1,38 @@
+# Maintainer: Daurnimator 
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=e2c312e0deb874aa5fa8ce502c08d87deb38e82f
+pkgver="2.1.0.beta3.r395.g${_commit::8}"
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('x86_64')
+url='https://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+options=('debug')
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
+md5sums=('75b6e0462e75cdd1c6184a295956e326')
+sha256sums=('49d3a5d8283e207159c5695f3b7aba89c8e2940962c79c1b9024b6c8f072fbe3')
+b2sums=('5b55d99369a670831d66145b055e9c643bfbe0cd736e96f5a650705e8b9786d4ccac859b153ec8d3e614ce372dd9fc14a3a667373859c61432d59798d7ab3f8a')
+
+build() {
+  cd "luajit-2.0-${_commit::7}"
+  # Avoid early stripping
+  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
+}
+
+package() {
+  cd "luajit-2.0-${_commit::7}"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+
+  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
+}



[arch-commits] Commit in luajit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-09 Thread Daurnimator via arch-commits
Date: Wednesday, March 9, 2022 @ 12:46:32
  Author: daurnimator
Revision: 1145664

archrelease: copy trunk to community-x86_64

Added:
  luajit/repos/community-x86_64/PKGBUILD
(from rev 1145663, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-09 12:45:58 UTC (rev 1145663)
+++ PKGBUILD2022-03-09 12:46:32 UTC (rev 1145664)
@@ -1,38 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-# LuaJIT has abandoned versioned releases and now advises using git HEAD
-# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
-_commit=8b8304f16e03aa652be728f0dc957eadf42e4353
-pkgver="2.1.0.beta3.r391.g${_commit::8}"
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('x86_64')
-url='https://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-options=('debug')
-source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
-md5sums=('574028377c938dd23178b8a2bc9aa5b0')
-sha256sums=('1bb3e7b77f16be19147c4968aca44844a2b379e377b45dd5a24753082610e714')
-b2sums=('5350f9a5ebc7c2e819e6e5e53e93186c6280f2b8e85121cb8f43c545531a0c1172c9c43d5c5c950849131a2ead5897bb97669fe158f8424a584ae0bde321c6a0')
-
-build() {
-  cd "luajit-2.0-${_commit::7}"
-  # Avoid early stripping
-  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
-}
-
-package() {
-  cd "luajit-2.0-${_commit::7}"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 1145663, 
luajit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-09 12:46:32 UTC (rev 1145664)
@@ -0,0 +1,38 @@
+# Maintainer: Daurnimator 
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=8b8304f16e03aa652be728f0dc957eadf42e4353
+pkgver="2.1.0.beta3.r391.g${_commit::8}"
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('x86_64')
+url='https://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+options=('debug')
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
+md5sums=('574028377c938dd23178b8a2bc9aa5b0')
+sha256sums=('1bb3e7b77f16be19147c4968aca44844a2b379e377b45dd5a24753082610e714')
+b2sums=('5350f9a5ebc7c2e819e6e5e53e93186c6280f2b8e85121cb8f43c545531a0c1172c9c43d5c5c950849131a2ead5897bb97669fe158f8424a584ae0bde321c6a0')
+
+build() {
+  cd "luajit-2.0-${_commit::7}"
+  # Avoid early stripping
+  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
+}
+
+package() {
+  cd "luajit-2.0-${_commit::7}"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+
+  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
+}



[arch-commits] Commit in luajit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-09 Thread Daurnimator via arch-commits
Date: Wednesday, March 9, 2022 @ 12:45:58
  Author: daurnimator
Revision: 1145663

archrelease: copy trunk to community-x86_64

Added:
  luajit/repos/community-x86_64/PKGBUILD
(from rev 1145662, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-09 12:45:33 UTC (rev 1145662)
+++ PKGBUILD2022-03-09 12:45:58 UTC (rev 1145663)
@@ -1,38 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-# LuaJIT has abandoned versioned releases and now advises using git HEAD
-# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
-_commit=aa0550e3f0999cc6ef62f7ef80493ebef8c9a2f7
-pkgver="2.1.0.beta3.r389.g${_commit::8}"
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('x86_64')
-url='https://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-options=('debug')
-source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
-md5sums=('5c2d38f2eb60c4adbff79c65bf61efed')
-sha256sums=('3a60eaf05d618cfae7482d7a2df4e34769f2532ddae97884e0c1b3da9c62658e')
-b2sums=('467b81dbe0e0bb4754a86fb10525fb8f40439808740c7d7bc597a71b817d47136a9ec31cd50077a6057754f4d20383156e37111d130f48c7c674caefbb0560b5')
-
-build() {
-  cd "luajit-2.0-${_commit::7}"
-  # Avoid early stripping
-  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
-}
-
-package() {
-  cd "luajit-2.0-${_commit::7}"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 1145662, 
luajit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-09 12:45:58 UTC (rev 1145663)
@@ -0,0 +1,38 @@
+# Maintainer: Daurnimator 
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=8b8304f16e03aa652be728f0dc957eadf42e4353
+pkgver="2.1.0.beta3.r391.g${_commit::8}"
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('x86_64')
+url='https://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+options=('debug')
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
+md5sums=('574028377c938dd23178b8a2bc9aa5b0')
+sha256sums=('1bb3e7b77f16be19147c4968aca44844a2b379e377b45dd5a24753082610e714')
+b2sums=('5350f9a5ebc7c2e819e6e5e53e93186c6280f2b8e85121cb8f43c545531a0c1172c9c43d5c5c950849131a2ead5897bb97669fe158f8424a584ae0bde321c6a0')
+
+build() {
+  cd "luajit-2.0-${_commit::7}"
+  # Avoid early stripping
+  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
+}
+
+package() {
+  cd "luajit-2.0-${_commit::7}"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+
+  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
+}



[arch-commits] Commit in luajit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-07 Thread Daurnimator via arch-commits
Date: Tuesday, March 8, 2022 @ 04:25:15
  Author: daurnimator
Revision: 1145350

archrelease: copy trunk to community-x86_64

Added:
  luajit/repos/community-x86_64/PKGBUILD
(from rev 1145349, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 04:24:51 UTC (rev 1145349)
+++ PKGBUILD2022-03-08 04:25:15 UTC (rev 1145350)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-# LuaJIT has abandoned versioned releases and now advises using git HEAD
-# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
-_commit=1d7b5029c5ba36870d25c67524034d452b761d27
-pkgver="2.1.0.beta3.r384.g${_commit::8}"
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('x86_64')
-url='https://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-options=(debug)
-source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
-md5sums=('c9231846c3a5006826aef8f668a182dd')
-sha256sums=('cbcb73645d48aae0285883c1132a4e7b882b4c9f8d2ecf0ccdcfd795443e186d')
-b2sums=('eb4510c745dd2cb3b6444b434fc70d24088dad2d3a82e4e08d97bafdda07a564084c850d695958889d39635bfaea1e012737f0cc31c257a62330eda2fdc5')
-
-build() {
-  cd "luajit-2.0-${_commit::7}"
-  # Avoid early stripping
-  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
-}
-
-package() {
-  cd "luajit-2.0-${_commit::7}"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 1145349, 
luajit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 04:25:15 UTC (rev 1145350)
@@ -0,0 +1,38 @@
+# Maintainer: Daurnimator 
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=aa0550e3f0999cc6ef62f7ef80493ebef8c9a2f7
+pkgver="2.1.0.beta3.r389.g${_commit::8}"
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('x86_64')
+url='https://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+options=('debug')
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
+md5sums=('5c2d38f2eb60c4adbff79c65bf61efed')
+sha256sums=('3a60eaf05d618cfae7482d7a2df4e34769f2532ddae97884e0c1b3da9c62658e')
+b2sums=('467b81dbe0e0bb4754a86fb10525fb8f40439808740c7d7bc597a71b817d47136a9ec31cd50077a6057754f4d20383156e37111d130f48c7c674caefbb0560b5')
+
+build() {
+  cd "luajit-2.0-${_commit::7}"
+  # Avoid early stripping
+  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
+}
+
+package() {
+  cd "luajit-2.0-${_commit::7}"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+
+  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
+}