Date: Wednesday, April 5, 2023 @ 15:05:07
  Author: alerque
Revision: 1437775

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-05 15:04:59 UTC (rev 1437774)
+++ PKGBUILD    2023-04-05 15:05:07 UTC (rev 1437775)
@@ -1,27 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: <[email protected]>
-# Contributor: lumpyzhu <[email protected]>
-
-pkgname=xmake
-pkgver=2.7.7
-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=('aa05875921896ba4a07ac10a876979326367370631599919537fb2f8ff096750')
-
-build() {
-       cd "$_archive"
-       ./configure
-       make
-}
-
-package() {
-       cd "$_archive"
-       make install DESTDIR="$pkgdir" PREFIX="/usr"
-}

Copied: xmake/repos/community-x86_64/PKGBUILD (from rev 1437774, 
xmake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-05 15:05:07 UTC (rev 1437775)
@@ -0,0 +1,27 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: <[email protected]>
+# Contributor: lumpyzhu <[email protected]>
+
+pkgname=xmake
+pkgver=2.7.8
+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=('d4112587fb0e74037ff1ac32d2f1000591ac1a297fbd74645f9b031cb079585e')
+
+build() {
+       cd "$_archive"
+       ./configure
+       make
+}
+
+package() {
+       cd "$_archive"
+       make install DESTDIR="$pkgdir" PREFIX="/usr"
+}

Reply via email to