Date: Monday, September 26, 2022 @ 11:54:47
  Author: daurnimator
Revision: 1311487

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-26 11:54:26 UTC (rev 1311486)
+++ PKGBUILD    2022-09-26 11:54:47 UTC (rev 1311487)
@@ -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=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"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 1311486, 
luajit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-26 11:54:47 UTC (rev 1311487)
@@ -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=dad04f1754723e76ba9dcf9f401f3134a0cd3972
+pkgver="2.1.0.beta3.r449.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=('6eef5b3b5d19842ee162bd7717496bfa')
+sha256sums=('80a4f3ed14dc83b5ba394308464250771ab69e7281c7a879c65fb2ba97153338')
+b2sums=('f8f0b0af4bd977964adf9e16a343160931e0209ff6db8fd89452d02476c42effe69057ea05d851b8cde6eee05d5852bbab97a985f91aac5f74f16b639c306209')
+
+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