Date: Monday, April 18, 2022 @ 20:24:35 Author: eworm Revision: 442906
upgpkg: parted 3.5-1: new upstream release Modified: parted/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-18 20:12:10 UTC (rev 442905) +++ PKGBUILD 2022-04-18 20:24:35 UTC (rev 442906) @@ -2,18 +2,19 @@ # Contributor: Aaron Griffin <[email protected]> pkgname=parted -pkgver=3.4 -pkgrel=2 -pkgdesc="A program for creating, destroying, resizing, checking and copying partitions" +pkgver=3.5 +pkgrel=1 +pkgdesc='A program for creating, destroying, resizing, checking and copying partitions' arch=('x86_64') license=('GPL3') url='https://www.gnu.org/software/parted/parted.html' depends=('device-mapper' 'util-linux-libs') makedepends=('pkg-config') +options=('debug') validpgpkeys=('1B49F933916A37A3F45A1812015F4DD4A70FB705' # Phillip Susi <[email protected]> 'B4C6B451E4FA8B4232CA191E117E8C168EFE3A7F') # Brian C. Lane <[email protected]> source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}) -sha256sums=('e1298022472da5589b7f2be1d5ee3c1b66ec3d96dfbad03dc642afd009da5342' +sha256sums=('4938dd5c1c125f6c78b1f4b3e297526f18ee74aa43d45c248578b1d2470c05a2' 'SKIP') build() {
