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

Sébastien Luttringer seblu at archlinux.org
Thu Jan 12 11:01:02 UTC 2017


    Date: Thursday, January 12, 2017 @ 11:01:02
  Author: seblu
Revision: 285841

upgpkg: sed 4.3-1

Modified:
  sed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-12 10:57:40 UTC (rev 285840)
+++ PKGBUILD	2017-01-12 11:01:02 UTC (rev 285841)
@@ -4,8 +4,8 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=sed
-pkgver=4.2.2
-pkgrel=4
+pkgver=4.3
+pkgrel=1
 pkgdesc='GNU stream editor'
 arch=('i686' 'x86_64')
 url='https://www.gnu.org/software/sed/'
@@ -13,10 +13,10 @@
 groups=('base' 'base-devel')
 depends=('glibc' 'acl' 'attr')
 makedepends=('gettext')
-# gpg key of Paolo Bonzini has been revoked in 2013, not using it
-# check if a new one is issued in the next release
-source=("https://ftp.gnu.org/pub/gnu/sed/$pkgname-$pkgver.tar.gz")
-md5sums=('4111de4faa3b9848a0686b2f260c5056')
+source=("https://ftp.gnu.org/pub/gnu/sed/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') #Jim Meyering <jim at meyering.net>
+md5sums=('1957fe58dffa4a4106c1f1d7cc8dee18'
+         'SKIP')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list