[arch-commits] Commit in premake3/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 4 14:27:32 UTC 2018


    Date: Monday, June 4, 2018 @ 14:27:31
  Author: felixonmars
Revision: 340387

archrelease: copy trunk to community-x86_64

Added:
  premake3/repos/community-x86_64/PKGBUILD
    (from rev 340386, premake3/trunk/PKGBUILD)
Deleted:
  premake3/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 14:27:14 UTC (rev 340386)
+++ PKGBUILD	2018-06-04 14:27:31 UTC (rev 340387)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Anders Bergh <anders1 at gmail.com>
-# Contributor: Mildred <silkensedai at online.fr>
-# Contributor: Daniel J Griffiths <griffithsdj at archlinux.us>
-
-pkgname=premake3
-pkgver=3.7
-pkgrel=3
-pkgdesc="A simple build configuration and project generation tool using lua"
-arch=('i686' 'x86_64')
-url="http://premake.sourceforge.net"
-license=('GPL')
-makedepends=()
-source=("http://downloads.sourceforge.net/sourceforge/premake/premake-src-${pkgver}.zip")
-md5sums=('8d30dc5bbc52aad81abb1509c1dd7d8f')
-
-build() {
-	cd ${srcdir}/Premake-${pkgver}
-
-	make
-}
-
-package() {
-	cd ${srcdir}/Premake-${pkgver}
-
-	install -Dm755 bin/premake ${pkgdir}/usr/bin/premake
-}

Copied: premake3/repos/community-x86_64/PKGBUILD (from rev 340386, premake3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 14:27:31 UTC (rev 340387)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Anders Bergh <anders1 at gmail.com>
+# Contributor: Mildred <silkensedai at online.fr>
+# Contributor: Daniel J Griffiths <griffithsdj at archlinux.us>
+
+pkgname=premake3
+pkgver=3.7
+pkgrel=4
+pkgdesc="A simple build configuration and project generation tool using lua"
+arch=('x86_64')
+url="http://premake.sourceforge.net"
+license=('GPL')
+makedepends=()
+source=("https://downloads.sourceforge.net/sourceforge/premake/premake-src-${pkgver}.zip")
+sha512sums=('351b26b9ee738e97b1828e7c26fe1538fb1509fbdc030da3d87fc28b1daa7966bc50ba8043062d35b37fa3929d909533b723241e1f98e438a039c6f9d61a46f4')
+
+build() {
+	cd ${srcdir}/Premake-${pkgver}
+
+	make
+}
+
+package() {
+	cd ${srcdir}/Premake-${pkgver}
+
+	install -Dm755 bin/premake ${pkgdir}/usr/bin/premake
+}



More information about the arch-commits mailing list