[arch-commits] Commit in brial/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Oct 17 06:35:57 UTC 2017
Date: Tuesday, October 17, 2017 @ 06:35:56
Author: arojas
Revision: 263123
Update to 1.1.0
Modified:
brial/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-17 06:27:35 UTC (rev 263122)
+++ PKGBUILD 2017-10-17 06:35:56 UTC (rev 263123)
@@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=brial
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc="Library for polynomials over boolean rings"
arch=(i686 x86_64)
@@ -11,13 +11,12 @@
depends=(python2 m4ri)
makedepends=(boost)
source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2")
-sha256sums=('75b514b952d46e42e235821a9ba33c5b8b1bf207f5116fff06a5ad7cb81cb746')
+sha256sums=('56d3eecd6fdfdf0c06e20f573ccf929d35ca62e9b2173fddf519b41e25f00ce8')
build() {
cd $pkgname-$pkgver
export PYTHON=python2
- export CXXFLAGS="$CXXFLAGS -std=c++98"
./configure --prefix=/usr --enable-shared
make
More information about the arch-commits
mailing list