Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
xmake
Commits:
8c2e394e by Caleb Maclennan at 2023-12-26T10:54:07+03:00
upgpkg: 2.8.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = xmake
pkgdesc = A cross-platform build utility based on Lua
- pkgver = 2.8.5
+ pkgver = 2.8.6
pkgrel = 1
url = https://github.com/xmake-io/xmake
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = xmake
license = Apache
makedepends = ncurses
makedepends = readline
- source =
https://github.com/xmake-io/xmake/releases/download/v2.8.5/xmake-v2.8.5.tar.gz
- sha256sums =
19c67be3bcfcbda96ca87a18effac39bfccc443fbb3754c7bbc01511decd24af
+ source =
https://github.com/xmake-io/xmake/releases/download/v2.8.6/xmake-v2.8.6.tar.gz
+ sha256sums =
0e6284eafd51a3236098213c095237f56acafae9a88a50406b882cce5ea26b3d
pkgname = xmake
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: lumpyzhu <[email protected]>
pkgname=xmake
-pkgver=2.8.5
+pkgver=2.8.6
pkgrel=1
pkgdesc='A cross-platform build utility based on Lua'
arch=(x86_64 i686 aarch64)
@@ -13,7 +13,13 @@ makedepends=(ncurses
readline)
_archive="$pkgname-$pkgver"
source=("$url/releases/download/v$pkgver/${_archive/-/-v}.tar.gz")
-sha256sums=('19c67be3bcfcbda96ca87a18effac39bfccc443fbb3754c7bbc01511decd24af')
+sha256sums=('0e6284eafd51a3236098213c095237f56acafae9a88a50406b882cce5ea26b3d')
+
+# Upstream botched their tarball and double wrapped it. Also they keep
+# switching up where they use what version tag format. Bah.
+prepare() {
+ tar xaf "${_archive/-/-v}.tar"
+}
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xmake/-/commit/8c2e394e91dc2ec16dd820ee375745ef0adddd4f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xmake/-/commit/8c2e394e91dc2ec16dd820ee375745ef0adddd4f
You're receiving this email because of your account on gitlab.archlinux.org.