[arch-commits] Commit in fpylll/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri May 14 19:07:11 UTC 2021


    Date: Friday, May 14, 2021 @ 19:07:11
  Author: arojas
Revision: 934301

Update to 0.5.6

Modified:
  fpylll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-14 19:03:23 UTC (rev 934300)
+++ PKGBUILD	2021-05-14 19:07:11 UTC (rev 934301)
@@ -2,16 +2,16 @@
 
 pkgbase=fpylll
 pkgname=python-fpylll
-pkgver=0.5.5
+pkgver=0.5.6
 pkgrel=1
-pkgdesc="A Python interface for fplll"
+pkgdesc='A Python interface for fplll'
 arch=(x86_64)
-url="https://github.com/fplll/fpylll"
+url='https://github.com/fplll/fpylll'
 license=(GPL2)
 depends=(fplll python-numpy python-cysignals)
 makedepends=(cython)
-source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz")
-sha256sums=('791aa79da39ee8d995341168f9e1cadf1434415b3a619941f6346078ff63d5ce')
+source=(https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz)
+sha256sums=('c69bf4b3344f60ca40743af9b9246ce51f651c2cf54d2b88a4deff18b1b5f246')
 
 build() {
   cd $pkgbase-$pkgver



More information about the arch-commits mailing list