Date: Sunday, July 3, 2016 @ 08:39:29
  Author: arojas
Revision: 181811

Update to 0.8.5

Modified:
  brial/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-07-03 04:41:33 UTC (rev 181810)
+++ PKGBUILD    2016-07-03 08:39:29 UTC (rev 181811)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas <[email protected]>
 
 pkgname=brial
-pkgver=0.8.4.3
-pkgrel=2
+pkgver=0.8.5
+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=('66275eea0654cb1eb6438a6262140885')
+md5sums=('f332eaa0378e9b630f958e4dcd4ea6e8')
 
 build() {
   cd $pkgname-$pkgver 
 
   export PYTHON=python2
-  export CXXFLAGS+=' -std=gnu++98'
   ./configure --prefix=/usr --enable-shared
   make
 }
@@ -29,4 +28,3 @@
 
   make DESTDIR="$pkgdir" install
 }
-

Reply via email to