Date: Thursday, February 23, 2023 @ 10:47:01
  Author: daurnimator
Revision: 1403681

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-23 10:46:41 UTC (rev 1403680)
+++ PKGBUILD    2023-02-23 10:47:01 UTC (rev 1403681)
@@ -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=d0e88930ddde28ff662503f9f20facf34f7265aa
-pkgver="2.1.0.beta3.r467.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=('0316e48ac76ddf6990ec97887c447194')
-sha256sums=('322cc085c251b9fd0181ad6ef38d277ed21fab9a3abd13a6c2eb6c451107d290')
-b2sums=('ab87fe43217708c5369143436b99e487a34d4b71216122eb8784a9d74a99a593452c71558ee1ea0caba2014ffe27eab6d08627a779ff1fd63742439860936931')
-
-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 1403680, 
luajit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-23 10:47:01 UTC (rev 1403681)
@@ -0,0 +1,37 @@
+# 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=505e2c03de35e2718eef0d2d3660712e06dadf1f
+pkgver="2.1.0.beta3.r471.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')
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz";)
+md5sums=('0847dc535736846a9a1436e18d8c509d')
+sha256sums=('b89d081aac4189a06b736c667f47cc60e0cc4591933b7ed50db38cf58496386e')
+b2sums=('89bed923ff34d2de813dee17f130496ffeaa6bc5caf9252be1df7d35e87fa7398930f1fe35f95650694d344bc99d5b2c0c4abc4568f1dac318822a832d44c3a4')
+
+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"
+}

Reply via email to