Date: Monday, November 27, 2017 @ 07:19:34 Author: bpiotrowski Revision: 310993
7.4.8-1: new upstream release Modified: libatomic_ops/trunk/PKGBUILD ----------+ PKGBUILD | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-11-27 05:51:07 UTC (rev 310992) +++ PKGBUILD 2017-11-27 07:19:34 UTC (rev 310993) @@ -1,20 +1,26 @@ # $Id$ -# Maintainer: Jan de Groot <[email protected]> +# Maintainer: Bartłomiej Piotrowski <[email protected]> +# Contributor: Jan de Groot <[email protected]> # Contributor: Adam Walters <[email protected]> # Contributor: William Rea <[email protected]> # Contributor: Rémy Oudompheng <[email protected]> pkgname=libatomic_ops -pkgver=7.4.6 +pkgver=7.4.8 pkgrel=1 -pkgdesc="Provides semi-portable access to hardware provided atomic memory operations" -arch=('x86_64') -url="https://github.com/ivmai/libatomic_ops" -depends=('glibc') -license=('GPL2' 'MIT') +pkgdesc='Provides semi-portable access to hardware provided atomic memory operations' +arch=(x86_64) +url='https://github.com/ivmai/libatomic_ops' +depends=(glibc) +license=(GPL2 MIT) source=($url/releases/download/v$pkgver/${pkgname}-${pkgver}.tar.gz) -sha256sums=('96e88ba450ae5fa10aa8e94e6b151a63ffbe47f8069574bd12da22ae80c686db') +sha256sums=('c405d5524b118c197499bc311b8ebe18f7fe47fc820f2c2fcefde1753fbd436a') +prepare() { + cd $pkgname-$pkgver + ./autogen.sh +} + build() { cd $pkgname-$pkgver ./autogen.sh
