Date: Friday, January 27, 2023 @ 07:19:36
  Author: alerque
Revision: 1388418

archrelease: copy trunk to community-x86_64

Added:
  xmake/repos/community-x86_64/PKGBUILD
    (from rev 1388417, xmake/trunk/PKGBUILD)
Deleted:
  xmake/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-27 07:19:27 UTC (rev 1388417)
+++ PKGBUILD    2023-01-27 07:19:36 UTC (rev 1388418)
@@ -1,27 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: <[email protected]>
-# Contributor: lumpyzhu <[email protected]>
-
-pkgname=xmake
-pkgver=2.7.5
-pkgrel=1
-pkgdesc='A cross-platform build utility based on Lua'
-arch=(x86_64 i686 aarch64)
-url="https://github.com/xmake-io/$pkgname";
-license=(Apache)
-makedepends=(ncurses
-             readline)
-_archive="$pkgname-$pkgver"
-source=("$url/releases/download/v$pkgver/${_archive/-/-v}.tar.gz")
-sha256sums=('fc4a39a0c649e7469a2da2d66618ca3090050b1656ff43cf1fd46abc86232a3d')
-
-build() {
-       cd "$_archive"
-       ./configure
-       make
-}
-
-package() {
-       cd "$_archive"
-       make install DESTDIR="$pkgdir" PREFIX="/usr"
-}

Copied: xmake/repos/community-x86_64/PKGBUILD (from rev 1388417, 
xmake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-27 07:19:36 UTC (rev 1388418)
@@ -0,0 +1,27 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: <[email protected]>
+# Contributor: lumpyzhu <[email protected]>
+
+pkgname=xmake
+pkgver=2.7.6
+pkgrel=1
+pkgdesc='A cross-platform build utility based on Lua'
+arch=(x86_64 i686 aarch64)
+url="https://github.com/xmake-io/$pkgname";
+license=(Apache)
+makedepends=(ncurses
+             readline)
+_archive="$pkgname-$pkgver"
+source=("$url/releases/download/v$pkgver/${_archive/-/-v}.tar.gz")
+sha256sums=('6ae8ba15d5e6d8ebd05c70fb35ae0ade49f2742185a2908b25589a54f39de62f')
+
+build() {
+       cd "$_archive"
+       ./configure
+       make
+}
+
+package() {
+       cd "$_archive"
+       make install DESTDIR="$pkgdir" PREFIX="/usr"
+}

Reply via email to