[arch-commits] Commit in parted/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Fri Oct 6 19:12:23 UTC 2017


    Date: Friday, October 6, 2017 @ 19:12:22
  Author: eworm
Revision: 307059

upgpkg: parted 3.2-6

* download from https, sha256 checksums, source verification with signature
* rebuild with hardening flags

Modified:
  parted/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-06 18:40:42 UTC (rev 307058)
+++ PKGBUILD	2017-10-06 19:12:22 UTC (rev 307059)
@@ -4,7 +4,7 @@
 
 pkgname=parted
 pkgver=3.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A program for creating, destroying, resizing, checking and copying partitions"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -11,10 +11,12 @@
 url="http://www.gnu.org/software/parted/parted.html"
 depends=('device-mapper')
 makedepends=('pkg-config')
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"
+validpgpkeys=('1B49F933916A37A3F45A1812015F4DD4A70FB705') # Phillip Susi <psusi at ubuntu.com>
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}
         'parted-735669-fat16-crash-v1.patch')
-md5sums=('0247b6a7b314f8edeb618159fa95f9cb'
-         '15a72be3860b9ec754dc7bff17a5afae')
+sha256sums=('858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4'
+            'SKIP'
+            '3cbf31765b1653609a4c95687b91e34dd57ad3498d5d02019c966bd46d25d100')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list