Date: Saturday, August 1, 2015 @ 11:36:53 Author: eworm Revision: 137651
upgpkg: oath-toolkit 2.6.1-1 Modified: oath-toolkit/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-08-01 02:40:20 UTC (rev 137650) +++ PKGBUILD 2015-08-01 09:36:53 UTC (rev 137651) @@ -1,10 +1,10 @@ # $Id$ -# Maintainer: Sébastien Luttringer # Maintainer: Christian Hesse <[email protected]> +# Contributor: Sébastien Luttringer # Contributor: L42y <[email protected]> pkgname=oath-toolkit -pkgver=2.6.0 +pkgver=2.6.1 pkgrel=1 pkgdesc='OATH one-time password toolkit' arch=('i686' 'x86_64') @@ -12,17 +12,10 @@ license=('GPL3') depends=('glibc' 'pam' 'xmlsec') validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # Simon Josefsson -source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig} - '0001-fix-make-check-on-32-bit-systems.patch::http://git.savannah.gnu.org/cgit/oath-toolkit.git/patch/?id=1cd97516756d3e9d71c4072164bda9070625f9ee') -md5sums=('f19f1c47eb7d1c609b3e244876b9ce63' - 'SKIP' - '239e0e8f0905e84202e79ab11b85ebb7') +source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) +sha256sums=('9c57831907bc26eadcdf90ba1827d0bd962dd1f737362e817a1dd6d6ec036f79' + 'SKIP') -prepare() { - cd $pkgname-$pkgver - patch -Np1 < "${srcdir}/0001-fix-make-check-on-32-bit-systems.patch" -} - build() { cd $pkgname-$pkgver ./configure --prefix=/usr @@ -42,4 +35,3 @@ install -D -m 644 README "$pkgdir/usr/share/doc/$pkgname/README" } -# vim:set ts=2 sw=2 et:
