Date: Thursday, March 30, 2017 @ 06:24:05
  Author: arojas
Revision: 220046

Update to 0.8.6

Modified:
  brial/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-03-30 04:19:58 UTC (rev 220045)
+++ PKGBUILD    2017-03-30 06:24:05 UTC (rev 220046)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas <[email protected]>
 
 pkgname=brial
-pkgver=0.8.5
-pkgrel=3
+pkgver=0.8.6
+pkgrel=1
 pkgdesc="Library for polynomials over boolean rings"
 arch=(i686 x86_64)
 url="https://github.com/BRiAl/BRiAl";
@@ -13,13 +13,12 @@
 conflicts=(polybori)
 replaces=(polybori)
 
source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2";)
-md5sums=('f332eaa0378e9b630f958e4dcd4ea6e8')
+sha256sums=('c148d50fdad94f51d398974f8d2501bc39e57621b931db4ac1ba0b986aacb589')
 
 build() {
   cd $pkgname-$pkgver 
 
   export PYTHON=python2
-  export CXXFLAGS="$CXXFLAGS -std=c++98"
   ./configure --prefix=/usr --enable-shared
   make
 }

Reply via email to