Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
bmake
Commits:
f6f7be9a by Caleb Maclennan at 2025-11-20T11:39:47+03:00
upgpkg: 20251111-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
pkgbase = bmake
pkgdesc = Portable version of the NetBSD make build tool
- pkgver = 20250804
+ pkgver = 20251111
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-20250804.tar.gz
- source = https://www.crufty.net/ftp/pub/sjg/bmake-20250804.tar.gz.asc
+ source = https://www.crufty.net/ftp/pub/sjg/bmake-20251111.tar.gz
+ source = https://www.crufty.net/ftp/pub/sjg/bmake-20251111.tar.gz.asc
validpgpkeys = 7E228507C26D8DC164F531BFBA54C8AF755A2A99
- sha256sums =
0b49037644b253206d2e710d46e32859e62dfe2c6c8e7218ae439f2ef50de8ad
+ sha256sums =
45a3f8515677ba8f3933d8213f4bb611a5c3c88380be2e46222fa44709506060
sha256sums = SKIP
pkgname = bmake
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: Imanol Celaya <[email protected]>
pkgname=bmake
-pkgver=20250804
+pkgver=20251111
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=('0b49037644b253206d2e710d46e32859e62dfe2c6c8e7218ae439f2ef50de8ad'
+sha256sums=('45a3f8515677ba8f3933d8213f4bb611a5c3c88380be2e46222fa44709506060'
'SKIP')
validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bmake/-/commit/f6f7be9a34a1b7279013bf7a1c0c81f1bbce07ac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bmake/-/commit/f6f7be9a34a1b7279013bf7a1c0c81f1bbce07ac
You're receiving this email because of your account on gitlab.archlinux.org.