Date: Wednesday, November 23, 2022 @ 02:34:50
  Author: daurnimator
Revision: 1351996

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-23 02:34:29 UTC (rev 1351995)
+++ PKGBUILD    2022-11-23 02:34:50 UTC (rev 1351996)
@@ -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=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"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 1351995, 
luajit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-23 02:34:50 UTC (rev 1351996)
@@ -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=46aa45dcbd9f3843503ddf3e00f8dda89eac6789
+pkgver="2.1.0.beta3.r455.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=('4541ce0aeb75911213a06f350d482155')
+sha256sums=('3ffd51da7eed01e45d3a02a35b7278ab93393abee494029169b90cd9e06daf6b')
+b2sums=('a09706eba09997c7c8c9ee8bdbc5283efa87e46aad1c5097b2a41838be7a968cde6d0319d0e3e1657a0344d9aa4119f00af11619a7e2e8bff1fc715dd4b12eac')
+
+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