[arch-commits] Commit in premake/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Aug 26 00:07:51 UTC 2020


    Date: Wednesday, August 26, 2020 @ 00:07:51
  Author: svenstaro
Revision: 688893

upgpkg: premake 5.0a15-1

Modified:
  premake/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-25 23:06:12 UTC (rev 688892)
+++ PKGBUILD	2020-08-26 00:07:51 UTC (rev 688893)
@@ -1,27 +1,28 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
 # Contributor: revel <revelΘmuub·net>
 # Contributor: Marcos J. S. Magalhaes <mjsmagalhaes ^dot^ insc _at_ gmail ~dot~ com>
 
 pkgname=premake
-pkgver=4.3
-pkgrel=6
-pkgdesc="A simple build configuration and project generation tool using lua"
+pkgver=5.0a15
+_pkgver=5.0.0-alpha15
+pkgrel=1
+pkgdesc="A simple build configuration and project generation tool"
 arch=('x86_64')
-url="http://industriousone.com/premake"
+url="https://premake.github.io/"
 license=('BSD')
-provides=("premake4")
-source=("https://downloads.sourceforge.net/project/premake/Premake/$pkgver/premake-$pkgver-src.zip")
-sha512sums=('df3a4f1e04afb6ae9acf06c063b084a4bcc7c48a98eebeb242eafef40de4097c6a6fe549369d9538b93efea35244222b9d26c15824f126a67b8f80abaecdf001')
+depends=('glibc')
+source=("https://github.com/premake/premake-core/releases/download/v${_pkgver}/premake-${_pkgver}-src.zip")
+sha512sums=('1d9e89f77224d1fc191fec55226e13bf3a5c07d310fa79a4d90b284872ec7c52fb68f8e51874c7f9a97e44bc9af35b9fd781b7b06b9268015c5448c49506e9a7')
 
 build() {
-  cd "$srcdir/premake-$pkgver/build/gmake.unix"
+  cd "premake-$_pkgver/build/gmake2.unix"
 
-  make
+  make config=release
 }
 
 package() {
-  cd "$srcdir/premake-$pkgver"
+  cd "premake-$_pkgver"
 
-  install -Dm755 "bin/release/premake4" "${pkgdir}/usr/bin/premake4"
+  install -Dm755 "bin/release/premake5" "${pkgdir}/usr/bin/premake5"
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list