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

Gaetan Bisson bisson at archlinux.org
Tue Apr 28 03:28:58 UTC 2015


    Date: Tuesday, April 28, 2015 @ 05:28:58
  Author: bisson
Revision: 238078

upstream update

Modified:
  npth/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-28 03:27:33 UTC (rev 238077)
+++ PKGBUILD	2015-04-28 03:28:58 UTC (rev 238078)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=npth
-pkgver=1.1
+pkgver=1.2
 pkgrel=1
 pkgdesc='New portable threads library'
 url='http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git'
@@ -9,8 +9,9 @@
 license=('LGPL')
 options=('!libtool')
 arch=('i686' 'x86_64')
-source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('597ce74402e5790553a6273130b214d7ddd0b05d')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('3bfa2a2d7521d6481850e8a611efe5bf5ed75200' 'SKIP')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list