Date: Monday, November 27, 2017 @ 16:18:03 Author: arojas Revision: 311044
Update to 1.3.3 Modified: vc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-11-27 14:44:17 UTC (rev 311043) +++ PKGBUILD 2017-11-27 16:18:03 UTC (rev 311044) @@ -4,8 +4,8 @@ # Contributor: PedsXing <pedsxing at gmx dot net> pkgname=vc -pkgver=1.3.2 -pkgrel=2 +pkgver=1.3.3 +pkgrel=1 pkgdesc="A library to ease explicit vectorization of C++ code" url='https://github.com/VcDevel/Vc' arch=(x86_64) @@ -12,7 +12,7 @@ license=(LGPL3) makedepends=(cmake) source=("https://github.com/VcDevel/Vc/releases/download/$pkgver/Vc-$pkgver.tar.gz") -sha256sums=('3eae2b05836a1a57545e624b38345ad33cfde23d527e12575edde784c4c330ee') +sha256sums=('08c629d2e14bfb8e4f1a10f09535e4a3c755292503c971ab46637d2986bdb4fe') prepare() { mkdir -p build
