[arch-commits] Commit in luajit/repos (4 files)
Lukas Fleischer
lfleischer at archlinux.org
Sat May 6 14:34:23 UTC 2017
Date: Saturday, May 6, 2017 @ 14:34:22
Author: lfleischer
Revision: 227193
archrelease: copy trunk to community-i686, community-x86_64
Added:
luajit/repos/community-i686/PKGBUILD
(from rev 227192, luajit/trunk/PKGBUILD)
luajit/repos/community-x86_64/PKGBUILD
(from rev 227192, luajit/trunk/PKGBUILD)
Deleted:
luajit/repos/community-i686/PKGBUILD
luajit/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 56 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 28 ----------------------
community-x86_64/PKGBUILD | 28 ----------------------
3 files changed, 56 insertions(+), 56 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-05-06 14:34:16 UTC (rev 227192)
+++ community-i686/PKGBUILD 2017-05-06 14:34:22 UTC (rev 227193)
@@ -1,28 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Chris Brannon <chris at the-brannons.com>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-# Contributor: Anders Bergh <anders1 at gmail.com>
-
-pkgname=luajit
-pkgver=2.0.4
-pkgrel=2
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-source=("http://luajit.org/download/LuaJIT-$pkgver.tar.gz")
-md5sums=('dd9c38307f2223a504cbfb96e477eca0')
-
-build() {
- cd "LuaJIT-$pkgver"
- make amalg PREFIX=/usr
-}
-
-package() {
- cd "LuaJIT-$pkgver"
-
- make install DESTDIR="$pkgdir" PREFIX=/usr
- install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-}
Copied: luajit/repos/community-i686/PKGBUILD (from rev 227192, luajit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-06 14:34:22 UTC (rev 227193)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Chris Brannon <chris at the-brannons.com>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Anders Bergh <anders1 at gmail.com>
+
+pkgname=luajit
+pkgver=2.0.5
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=("https://luajit.org/download/LuaJIT-$pkgver.tar.gz")
+md5sums=('48353202cbcacab84ee41a5a70ea0a2c')
+
+build() {
+ cd "LuaJIT-$pkgver"
+ make amalg PREFIX=/usr
+}
+
+package() {
+ cd "LuaJIT-$pkgver"
+
+ make install DESTDIR="$pkgdir" PREFIX=/usr
+ install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-05-06 14:34:16 UTC (rev 227192)
+++ community-x86_64/PKGBUILD 2017-05-06 14:34:22 UTC (rev 227193)
@@ -1,28 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Chris Brannon <chris at the-brannons.com>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-# Contributor: Anders Bergh <anders1 at gmail.com>
-
-pkgname=luajit
-pkgver=2.0.4
-pkgrel=2
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-source=("http://luajit.org/download/LuaJIT-$pkgver.tar.gz")
-md5sums=('dd9c38307f2223a504cbfb96e477eca0')
-
-build() {
- cd "LuaJIT-$pkgver"
- make amalg PREFIX=/usr
-}
-
-package() {
- cd "LuaJIT-$pkgver"
-
- make install DESTDIR="$pkgdir" PREFIX=/usr
- install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-}
Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 227192, luajit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-05-06 14:34:22 UTC (rev 227193)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Chris Brannon <chris at the-brannons.com>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Anders Bergh <anders1 at gmail.com>
+
+pkgname=luajit
+pkgver=2.0.5
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=("https://luajit.org/download/LuaJIT-$pkgver.tar.gz")
+md5sums=('48353202cbcacab84ee41a5a70ea0a2c')
+
+build() {
+ cd "LuaJIT-$pkgver"
+ make amalg PREFIX=/usr
+}
+
+package() {
+ cd "LuaJIT-$pkgver"
+
+ make install DESTDIR="$pkgdir" PREFIX=/usr
+ install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}
More information about the arch-commits
mailing list