Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
xmake
Commits:
2e1e71f9 by Caleb Maclennan at 2026-01-04T11:28:30+03:00
upgpkg: 3.0.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 = 3.0.5
+ pkgver = 3.0.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/v3.0.5/xmake-v3.0.5.tar.gz
- sha256sums =
b947666281222f79e082283b6f84e68880c499305890f6ab8b03b8bac82456dc
+ source =
https://github.com/xmake-io/xmake/releases/download/v3.0.6/xmake-v3.0.6.tar.gz
+ sha256sums =
1f7bd9ab7f7cbeade4ecd81f3580898e8d78aa5f64cea44239a9506ff41bc397
pkgname = xmake
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: lumpyzhu <[email protected]>
pkgname=xmake
-pkgver=3.0.5
+pkgver=3.0.6
pkgrel=1
pkgdesc='A cross-platform build utility based on Lua'
arch=(x86_64 i686 aarch64)
@@ -13,7 +13,7 @@ makedepends=(ncurses
readline)
_archive="$pkgname-$pkgver"
source=("$url/releases/download/v$pkgver/${_archive/-/-v}.tar.gz")
-sha256sums=('b947666281222f79e082283b6f84e68880c499305890f6ab8b03b8bac82456dc')
+sha256sums=('1f7bd9ab7f7cbeade4ecd81f3580898e8d78aa5f64cea44239a9506ff41bc397')
# Upstream botched their tarball and double wrapped it. Also they keep
# switching up where they use what version tag format. Bah.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xmake/-/commit/2e1e71f98942313e365ee4704106459497d2f85f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xmake/-/commit/2e1e71f98942313e365ee4704106459497d2f85f
You're receiving this email because of your account on gitlab.archlinux.org.