[arch-commits] Commit in haskell-graphscc/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Dec 9 20:52:27 UTC 2018
Date: Sunday, December 9, 2018 @ 20:52:27
Author: felixonmars
Revision: 413206
upgpkg: haskell-graphscc 1.0.4-12
rebuild with ghc 8.6.3
Modified:
haskell-graphscc/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-09 20:51:57 UTC (rev 413205)
+++ PKGBUILD 2018-12-09 20:52:27 UTC (rev 413206)
@@ -4,10 +4,10 @@
_hkgname=GraphSCC
pkgname=haskell-graphscc
pkgver=1.0.4
-pkgrel=11
+pkgrel=12
pkgdesc="Tarjan's algorithm for computing the strongly connected components of a graph"
url="https://hackage.haskell.org/package/${_hkgname}"
-license=("custom:BSD3")
+license=("BSD")
arch=('x86_64')
depends=('ghc-libs')
makedepends=('ghc')
More information about the arch-commits
mailing list