Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / mtd-utils
Commits: 821bfdde by Carl Smedstad at 2026-02-06T22:02:38+01:00 Update maintainer/contributor comments - - - - - dd8ae862 by Carl Smedstad at 2026-02-06T22:18:24+01:00 upgpkg: 2.2.0-1: Upstream release https://lists.infradead.org/pipermail/linux-mtd/2025-February/108248.html - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -6,10 +6,13 @@ pkgbase = mtd-utils arch = x86_64 license = GPL-2.0-only makedepends = cmocka + depends = bash + depends = glibc depends = lzo - depends = util-linux - depends = zstd + depends = openssl + depends = util-linux-libs depends = zlib + depends = zstd source = ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-2.2.0.tar.bz2 source = ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-2.2.0.tar.bz2.asc validpgpkeys = 13063F723C9E584AEACD5B9BBCE5DC3C741A02D1 ===================================== PKGBUILD ===================================== @@ -1,4 +1,5 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Maintainer: Carl Smedstad <[email protected]> # Contributor: Bartłomiej Piotrowski <[email protected]> # Contributor: Phil Pirozhkov <[email protected]> @@ -10,18 +11,19 @@ url='http://www.linux-mtd.infradead.org/' arch=(x86_64) license=(GPL-2.0-only) depends=( + bash + glibc lzo - util-linux - zstd + openssl + util-linux-libs zlib + zstd ) -makedepends=( - cmocka -) -source=(ftp://ftp.infradead.org/pub/mtd-utils/${pkgname}-${pkgver}.tar.bz2{,.asc}) +makedepends=(cmocka) +source=("ftp://ftp.infradead.org/pub/mtd-utils/${pkgname}-${pkgver}.tar.bz2"{,.asc}) sha512sums=('985d1a600cc6d5c69dd4bd47c67612fcd35c009d772051c5e05b132a13c8a62534e0808930a398f78b3ef83e6f14a198169df71ac4c61c6415d879ddf64202de' 'SKIP') -validpgpkeys=('13063F723C9E584AEACD5B9BBCE5DC3C741A02D1') +validpgpkeys=('13063F723C9E584AEACD5B9BBCE5DC3C741A02D1') # David Oberhollenzer <[email protected]> prepare() { cd ${pkgname}-${pkgver} @@ -30,6 +32,8 @@ prepare() { build() { cd ${pkgname}-${pkgver} + # Tests fail with fortification enabled + export CFLAGS="${CFLAGS/-Wp,-D_FORTIFY_SOURCE=?/}" ./configure \ --prefix=/usr \ --libexecdir=/usr/lib \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mtd-utils/-/compare/54a58137a5f367ba8a3157d17d522c77d87781d1...dd8ae8620afd0ec17b7af0441a39ecaf2a659ffb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mtd-utils/-/compare/54a58137a5f367ba8a3157d17d522c77d87781d1...dd8ae8620afd0ec17b7af0441a39ecaf2a659ffb You're receiving this email because of your account on gitlab.archlinux.org.
