[arch-commits] Commit in lua-messagepack/repos/community-any (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Mon Oct 24 19:04:55 UTC 2016


    Date: Monday, October 24, 2016 @ 19:04:54
  Author: anatolik
Revision: 193235

archrelease: copy trunk to community-any

Added:
  lua-messagepack/repos/community-any/PKGBUILD
    (from rev 193234, lua-messagepack/trunk/PKGBUILD)
Deleted:
  lua-messagepack/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-24 19:04:28 UTC (rev 193234)
+++ PKGBUILD	2016-10-24 19:04:54 UTC (rev 193235)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Florian Walch <florian+aur at fwalch.com>
-# Contributor: Florian Hahn <flo at fhahn.com>
-
-pkgbase=lua-messagepack
-pkgname=(lua51-messagepack lua52-messagepack lua-messagepack)
-pkgver=0.3.4
-pkgrel=1
-arch=(any)
-url='https://fperrad.github.io/lua-MessagePack'
-license=(MIT)
-checkdepends=(lua lua-testmore)
-source=(lua-messagepack-$pkgver.tar.gz::https://github.com/fperrad/lua-MessagePack/archive/$pkgver.tar.gz)
-sha256sums=('4ab743587af7b3c53384ca92a68df6ec78289d9a65b226e4aeb98984b76202ab')
-
-package_lua51-messagepack() {
-  pkgdesc='Implementation of MessagePack spec v5 for Lua 5.1'
-  depends=(lua51)
-
-  cd lua-MessagePack-${pkgver}
-  make LUAVER=5.1 PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua52-messagepack() {
-  pkgdesc='Implementation of MessagePack spec v5 for Lua 5.2'
-  depends=(lua52)
-
-  cd lua-MessagePack-$pkgver
-  make LUAVER=5.2 PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua-messagepack() {
-  pkgdesc='Implementation of MessagePack spec v5 for Lua 5.3'
-  depends=(lua)
-
-  cd lua-MessagePack-$pkgver
-  make LUAVER=5.3 PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-check() {
-  cd lua-MessagePack-$pkgver
-  make check
-}
-

Copied: lua-messagepack/repos/community-any/PKGBUILD (from rev 193234, lua-messagepack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-10-24 19:04:54 UTC (rev 193235)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Florian Walch <florian+aur at fwalch.com>
+# Contributor: Florian Hahn <flo at fhahn.com>
+
+pkgbase=lua-messagepack
+pkgname=(lua51-messagepack lua52-messagepack lua-messagepack)
+pkgver=0.3.5
+pkgrel=1
+arch=(any)
+url='https://fperrad.github.io/lua-MessagePack'
+license=(MIT)
+checkdepends=(lua lua-testmore)
+source=(lua-messagepack-$pkgver.tar.gz::https://github.com/fperrad/lua-MessagePack/archive/$pkgver.tar.gz)
+sha256sums=('6883d4b096c3d8854ec8ddd8ebd72d5c550e9f36c3a1fd1fa56a927786b913d7')
+
+package_lua51-messagepack() {
+  pkgdesc='Implementation of MessagePack spec v5 for Lua 5.1'
+  depends=(lua51)
+
+  cd lua-MessagePack-${pkgver}
+  make LUAVER=5.1 PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_lua52-messagepack() {
+  pkgdesc='Implementation of MessagePack spec v5 for Lua 5.2'
+  depends=(lua52)
+
+  cd lua-MessagePack-$pkgver
+  make LUAVER=5.2 PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_lua-messagepack() {
+  pkgdesc='Implementation of MessagePack spec v5 for Lua 5.3'
+  depends=(lua)
+
+  cd lua-MessagePack-$pkgver
+  make LUAVER=5.3 PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+check() {
+  cd lua-MessagePack-$pkgver
+  make check
+}
+



More information about the arch-commits mailing list