Daurnimator pushed to branch main at Arch Linux / Packaging / Packages / luajit


Commits:
d3421283 by Daurnimator at 2023-08-23T00:16:21+10:00
upstream added .relver to git archive exports and added symlink

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -7,9 +7,9 @@
 
 pkgname=luajit
 # LuaJIT has a "rolling release" where you should follow git HEAD
-_commit=54ef81f864e18729f6dafb6b1c9f9176fcb67bb5
+_commit=0b5bf71e37b973aad8022f2b3d25e03434e23987
 # The patch version is the timestamp of the above git commit, obtain via `git 
show -s --format=%ct`
-_ct=1692616192
+_ct=1692711441
 pkgver="2.1.${_ct}"
 pkgrel=1
 pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
@@ -18,15 +18,9 @@ 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=('fcb8280cc1d5f92bfa055d913b7b05b4')
-sha256sums=('c0cd956f0d1e54af216b94f797e0b485d5aa1e30b5d405b8b6c2e7602d5f211e')
-b2sums=('2eeadd0112590987bb1146e273d6b07c487571985446d2d64ff794c53a986a868015531b81890441190ae56946b419f727383f4bc41ba9d0df320ae4ff76fa62')
-
-prepare() {
-  cd "luajit-2.0-${_commit::7}"
-
-  echo "${_ct}" > .relver
-}
+md5sums=('52d53faab48f6343b6a745c0a83739f2')
+sha256sums=('7ca886daebb441152aace8573dddad63e2f49478176e4ea175d652a1c166ee70')
+b2sums=('c277965f86d855338a1919e14e764c6e9f2a5cf4683466067abbbe2c214e1dee507246a988e5f1f684fee92cc8d9342a5aa1da5c698a745cfcc1d18a7b20dbe6')
 
 build() {
   cd "luajit-2.0-${_commit::7}"
@@ -39,6 +33,4 @@ package() {
 
   make install DESTDIR="$pkgdir" PREFIX=/usr
   install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  ln -sf "luajit-2.1.${_ct}" "$pkgdir/usr/bin/luajit"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/luajit/-/commit/d3421283c4db049a4b7a85b6dc8b3635239722cd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/luajit/-/commit/d3421283c4db049a4b7a85b6dc8b3635239722cd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to