Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
mtd-utils


Commits:
728e4fb8 by Levente Polyak at 2024-05-12T05:45:57+02:00
prepare 2.2.0

- - - - -
dc787864 by Levente Polyak at 2024-05-12T05:47:30+02:00
nvchecker: add config

- - - - -


2 changed files:

- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[mtd-utils]
+source = "git"
+git = "git://git.infradead.org/mtd-utils.git"
+prefix = "v"


=====================================
PKGBUILD
=====================================
@@ -3,16 +3,23 @@
 # Contributor: Phil Pirozhkov <pirjs...@gmail.com>
 
 pkgname=mtd-utils
-pkgver=2.1.6
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='Utilities for dealing with MTD devices'
 url='http://www.linux-mtd.infradead.org/'
-arch=('x86_64')
-license=('GPL2')
-depends=('lzo' 'util-linux' 'zstd' 'zlib')
-makedepends=('cmocka')
+arch=(x86_64)
+license=(GPL-2.0-only)
+depends=(
+  lzo
+  util-linux
+  zstd
+  zlib
+)
+makedepends=(
+  cmocka
+)
 
source=(ftp://ftp.infradead.org/pub/mtd-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha512sums=('470902475b9e583d3a12801c1cab5492c671ec3ccf853cc3336c4e2b8771eac489d67b1414b9f1e827c42ebdba0fe2cdc681297477d67a796af04d81160442bd'
+sha512sums=('985d1a600cc6d5c69dd4bd47c67612fcd35c009d772051c5e05b132a13c8a62534e0808930a398f78b3ef83e6f14a198169df71ac4c61c6415d879ddf64202de'
             'SKIP')
 validpgpkeys=('13063F723C9E584AEACD5B9BBCE5DC3C741A02D1')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mtd-utils/-/compare/b2a1b223069f8a0c05685d7adb69c6a47962dbb0...dc787864525e2b4a8cfe2cee164bba05a2e3af19

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mtd-utils/-/compare/b2a1b223069f8a0c05685d7adb69c6a47962dbb0...dc787864525e2b4a8cfe2cee164bba05a2e3af19
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to