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

Antonio Rojas arojas at archlinux.org
Tue Nov 8 22:44:22 UTC 2016


    Date: Tuesday, November 8, 2016 @ 22:44:22
  Author: arojas
Revision: 195176

cysignals is a runtime dependency

Modified:
  fpylll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-08 22:40:23 UTC (rev 195175)
+++ PKGBUILD	2016-11-08 22:44:22 UTC (rev 195176)
@@ -3,13 +3,13 @@
 
 pkgname=fpylll
 pkgver=0.2.3dev
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python interface for fplll"
 arch=(i686 x86_64)
 url="https://github.com/fplll/fpylll"
 license=(GPL2)
-depends=(fplll python2-numpy)
-makedepends=(cysignals cython2)
+depends=(fplll python2-numpy cysignals)
+makedepends=(cython2)
 optdepends=('sagemath: use Sage integers implementation')
 source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
 md5sums=('bebeead2e4a6f2fdb82410f04f0d1f4f')



More information about the arch-commits mailing list