Date: Saturday, December 17, 2022 @ 06:27:30
Author: daurnimator
Revision: 1359725
archrelease: copy trunk to community-x86_64
Added:
luajit/repos/community-x86_64/PKGBUILD
(from rev 1359724, luajit/trunk/PKGBUILD)
Deleted:
luajit/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-17 06:27:09 UTC (rev 1359724)
+++ PKGBUILD 2022-12-17 06:27:30 UTC (rev 1359725)
@@ -1,38 +0,0 @@
-# Maintainer: Daurnimator <[email protected]>
-# Maintainer: Lukas Fleischer <[email protected]>
-# Contributor: Bartłomiej Piotrowski <[email protected]>
-# Contributor: Chris Brannon <[email protected]>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-# Contributor: Anders Bergh <[email protected]>
-
-pkgname=luajit
-# LuaJIT has abandoned versioned releases and now advises using git HEAD
-# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
-_commit=637721d00f0c9203542657a1acba6f4cc9b78aca
-pkgver="2.1.0.beta3.r457.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=('6e7b03461fbede9de086420d3fc46e7f')
-sha256sums=('28761de31a83f05a13558e70bcd0ed724f73a0e00ceba99f68d18056917f4436')
-b2sums=('f497df5e5ef8d8bcf1d142b93ad3d32256884ffa22b64e0b15910195253aa38322681247f9eb8f5b9266fded32647cdcbba4c8767f3e34a44527e5d5e264d75c')
-
-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 1359724,
luajit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-17 06:27:30 UTC (rev 1359725)
@@ -0,0 +1,38 @@
+# Maintainer: Daurnimator <[email protected]>
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: Chris Brannon <[email protected]>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Anders Bergh <[email protected]>
+
+pkgname=luajit
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=8625eee71f16a3a780ec92bc303c17456efc7fb3
+pkgver="2.1.0.beta3.r464.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=('7bc6d44c7d35b3bc123d679fb8f9bb8e')
+sha256sums=('6e323e414b0cddf4b7dd7605c435ab62f136a2b1ca0afbd1ced781950c6923a1')
+b2sums=('bff31b955d1efd2606a8836ae516e1cf3526e8655f5e547d228c73bd52a093d30e6c87fc775fea45cfd9acac27a9c7b4ef5128b1e79ee29cda833d88a40bcba2')
+
+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"
+}