Date: Monday, April 10, 2017 @ 13:19:35 Author: arodseth Revision: 221766
upgpkg: pwgen 2.07-2 Modified: pwgen/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-10 13:08:34 UTC (rev 221765) +++ PKGBUILD 2017-04-10 13:19:35 UTC (rev 221766) @@ -1,26 +1,30 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: damir <[email protected]> # Contributor: Tobias Powalowski <[email protected]> pkgname=pwgen pkgver=2.07 -pkgrel=1 +pkgrel=2 pkgdesc='Password generator for creating easily memorable passwords' arch=('x86_64' 'i686') -url='http://sourceforge.net/projects/pwgen/' +url='https://sourceforge.net/projects/pwgen/' license=('GPL') depends=('glibc') -source=("http://downloads.sourceforge.net/sourceforge/pwgen/$pkgname-$pkgver.tar.gz") -sha256sums=('eb74593f58296c21c71cd07933e070492e9222b79cedf81d1a02ce09c0e11556') +source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}) +sha256sums=('eb74593f58296c21c71cd07933e070492e9222b79cedf81d1a02ce09c0e11556' + 'SKIP') +validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') prepare() { cd "$pkgname-$pkgver" + autoconf } build() { cd "$pkgname-$pkgver" + ./configure --prefix=/usr --mandir=/usr/share/man make }
