Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
bmake
Commits:
9dae2acc by Caleb Maclennan at 2024-11-29T10:47:49+03:00
upgpkg: 20241124-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
pkgbase = bmake
pkgdesc = Portable version of the NetBSD make build tool
- pkgver = 20240921
+ pkgver = 20241124
pkgrel = 1
url = https://www.crufty.net/help/sjg/bmake.html
arch = x86_64
license = BSD-3-Clause
makedepends = bc
optdepends = python: for meta2deps.py script
- source = https://www.crufty.net/ftp/pub/sjg/bmake-20240921.tar.gz
- source = https://www.crufty.net/ftp/pub/sjg/bmake-20240921.tar.gz.asc
+ source = https://www.crufty.net/ftp/pub/sjg/bmake-20241124.tar.gz
+ source = https://www.crufty.net/ftp/pub/sjg/bmake-20241124.tar.gz.asc
validpgpkeys = 7E228507C26D8DC164F531BFBA54C8AF755A2A99
- sha256sums =
b346579e82d296d1a4da29dea8594e3ee596130b20786dec0f3899a3e11275c2
+ sha256sums =
4f66406091c2f85ea964b238d69eb8f71ab4baac9dca4687a71883ba6de4ddb2
sha256sums = SKIP
pkgname = bmake
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: Imanol Celaya <[email protected]>
pkgname=bmake
-pkgver=20240921
+pkgver=20241124
pkgrel=1
pkgdesc='Portable version of the NetBSD make build tool'
arch=(x86_64)
@@ -16,7 +16,7 @@ makedepends=(bc)
optdepends=('python: for meta2deps.py script')
#source=("https://ftp.netbsd.org/pub/NetBSD/misc/sjg/bmake-$pkgver.tar.gz"{,.asc})
source=("https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz"{,.asc})
-sha256sums=('b346579e82d296d1a4da29dea8594e3ee596130b20786dec0f3899a3e11275c2'
+sha256sums=('4f66406091c2f85ea964b238d69eb8f71ab4baac9dca4687a71883ba6de4ddb2'
'SKIP')
validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bmake/-/commit/9dae2accce5b64533c2c9c1cc169943eec8e5356
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bmake/-/commit/9dae2accce5b64533c2c9c1cc169943eec8e5356
You're receiving this email because of your account on gitlab.archlinux.org.