Date: Tuesday, January 21, 2020 @ 21:04:17
  Author: arojas
Revision: 553337

Update to 1.2.7

Modified:
  brial/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-21 21:02:55 UTC (rev 553336)
+++ PKGBUILD    2020-01-21 21:04:17 UTC (rev 553337)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <[email protected]>
 
 pkgname=brial
-pkgver=1.2.6
-pkgrel=3
+pkgver=1.2.7
+pkgrel=1
 pkgdesc="Library for polynomials over boolean rings"
 arch=(x86_64)
 url="https://github.com/BRiAl/BRiAl";
@@ -11,7 +11,7 @@
 makedepends=(boost python)
 optdepends=('python: Python bindings')
 
source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2";)
-sha256sums=('a8185e7b17b90f20d4babdc9c65ae0d543100410ab05f6ba62704f1df4936d18')
+sha256sums=('f9ff2b1bb21417a65b4adc5a957d3f152bd450e9207ede1ad3f72ecdd5eeaa2b')
 
 build() {
   cd $pkgname-$pkgver 

Reply via email to