Date: Thursday, June 6, 2019 @ 06:05:35
  Author: arojas
Revision: 477392

Update to 1.2.5

Modified:
  brial/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-06 05:02:54 UTC (rev 477391)
+++ PKGBUILD    2019-06-06 06:05:35 UTC (rev 477392)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <aro...@archlinux.org>
 
 pkgname=brial
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 pkgdesc="Library for polynomials over boolean rings"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(python2 m4ri)
 makedepends=(boost)
 
source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2";)
-sha256sums=('60406a669f3fc5f8ed28ac501a9abd53b1ffead6f3c1028f927eca57403664ba')
+sha256sums=('c4921d5008ac9122452e6f93abb696ef21ceac8e7170008ea7c7b05508da8d34')
 
 build() {
   cd $pkgname-$pkgver 
@@ -17,6 +17,8 @@
 
   export PYTHON=python2
   ./configure --prefix=/usr --enable-shared
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
+
   make
 
   cd sage-brial

Reply via email to