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

Antonio Rojas arojas at archlinux.org
Sat Jul 7 09:46:23 UTC 2018


    Date: Saturday, July 7, 2018 @ 09:46:23
  Author: arojas
Revision: 353940

Depend on GAP 4.8

Modified:
  libgap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-07 09:38:57 UTC (rev 353939)
+++ PKGBUILD	2018-07-07 09:46:23 UTC (rev 353940)
@@ -4,12 +4,12 @@
 
 pkgname=libgap
 pkgver=4.8.6
-pkgrel=6
+pkgrel=7
 pkgdesc="A C library version of the GAP kernel"
 arch=(x86_64)
 url="https://bitbucket.org/vbraun/libgap"
 license=(GPL)
-depends=(gap)
+depends=(gap-4.8)
 makedepends=(git python2-ply)
 #source=("https://bitbucket.org/vbraun/$pkgname/downloads/$pkgname-$pkgver.tar.gz")
 source=(http://mirrors.mit.edu/sage/spkg/upstream/libgap/libgap-$pkgver.tar.gz)



More information about the arch-commits mailing list