Date: Wednesday, May 20, 2015 @ 11:16:55
  Author: lfleischer
Revision: 133878

archrelease: copy trunk to community-i686, community-x86_64

Added:
  luajit/repos/community-i686/PKGBUILD
    (from rev 133877, luajit/trunk/PKGBUILD)
  luajit/repos/community-x86_64/PKGBUILD
    (from rev 133877, 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     2015-05-20 09:16:46 UTC (rev 133877)
+++ community-i686/PKGBUILD     2015-05-20 09:16:55 UTC (rev 133878)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <[email protected]>
-# Contributor: Chris Brannon <[email protected]>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-# Contributor: Anders Bergh <[email protected]>
-
-pkgname=luajit
-pkgver=2.0.3
-pkgrel=3
-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=('f14e9104be513913810cd59c8c658dc0')
-
-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 133877, 
luajit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-05-20 09:16:55 UTC (rev 133878)
@@ -0,0 +1,28 @@
+# 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
+pkgver=2.0.4
+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=("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"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2015-05-20 09:16:46 UTC (rev 133877)
+++ community-x86_64/PKGBUILD   2015-05-20 09:16:55 UTC (rev 133878)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <[email protected]>
-# Contributor: Chris Brannon <[email protected]>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-# Contributor: Anders Bergh <[email protected]>
-
-pkgname=luajit
-pkgver=2.0.3
-pkgrel=3
-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=('f14e9104be513913810cd59c8c658dc0')
-
-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 133877, 
luajit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-20 09:16:55 UTC (rev 133878)
@@ -0,0 +1,28 @@
+# 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
+pkgver=2.0.4
+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=("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"
+}

Reply via email to