Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
gparted
Commits:
94c6d2e3 by Christian Hesse at 2024-02-26T20:59:05+01:00
upgpkg: 1.6.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gparted
pkgdesc = A Partition Magic clone, frontend to GNU Parted
- pkgver = 1.5.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://gparted.org/
arch = x86_64
@@ -26,10 +26,10 @@ pkgbase = gparted
optdepends = gpart: for recovering corrupt partition tables
optdepends = mtools: utilities to access MS-DOS disks
optdepends = xorg-xhost: authorization from wayland
- source =
https://downloads.sourceforge.net/project/gparted/gparted/gparted-1.5.0/gparted-1.5.0.tar.gz
- source =
https://downloads.sourceforge.net/project/gparted/gparted/gparted-1.5.0/gparted-1.5.0.tar.gz.sig
+ source =
https://downloads.sourceforge.net/project/gparted/gparted/gparted-1.6.0/gparted-1.6.0.tar.gz
+ source =
https://downloads.sourceforge.net/project/gparted/gparted/gparted-1.6.0/gparted-1.6.0.tar.gz.sig
validpgpkeys = BB09FFB87563FA2E1A22146817A6D3FF338C9570
- sha256sums =
3c95ea26a944083ff1d9b17639b1e2ad9758df225dc751ff407b2a6aa092a8de
+ sha256sums =
9b9f51b3ce494ddcb59a55e1ae6679c09436604e331dbf5a536d60ded6c6ea5b
sha256sums = SKIP
pkgname = gparted
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: György Balló <[email protected]>
pkgname=gparted
-pkgver=1.5.0
+pkgver=1.6.0
pkgrel=1
pkgdesc='A Partition Magic clone, frontend to GNU Parted'
arch=('x86_64')
@@ -27,7 +27,7 @@ optdepends=('dosfstools: for FAT16 and FAT32 partitions'
'xorg-xhost: authorization from wayland')
validpgpkeys=('BB09FFB87563FA2E1A22146817A6D3FF338C9570') # "Curtis Gedak
<[email protected]>"
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('3c95ea26a944083ff1d9b17639b1e2ad9758df225dc751ff407b2a6aa092a8de'
+sha256sums=('9b9f51b3ce494ddcb59a55e1ae6679c09436604e331dbf5a536d60ded6c6ea5b'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gparted/-/commit/94c6d2e3301500f9af840d06a4b4adcae982e16c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gparted/-/commit/94c6d2e3301500f9af840d06a4b4adcae982e16c
You're receiving this email because of your account on gitlab.archlinux.org.