Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-graphscc


Commits:
29d615f4 by Felix Yan at 2024-02-25T21:02:40+00:00
upgpkg: 1.0.4-26: rebuild with GHC 9.2.8

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,13 @@
+pkgbase = haskell-graphscc
+       pkgdesc = Tarjan's algorithm for computing the strongly connected 
components of a graph
+       pkgver = 1.0.4
+       pkgrel = 26
+       url = https://hackage.haskell.org/package/GraphSCC
+       arch = x86_64
+       license = BSD
+       makedepends = ghc
+       depends = ghc-libs
+       source = 
https://hackage.haskell.org/packages/archive/GraphSCC/1.0.4/GraphSCC-1.0.4.tar.gz
+       sha512sums = 
0ef058c98d41869fa44a85a8b425b8ee55e649e966ec3554a6aa4d4c798338b6072c45ffe8aab5d9ca2bcebbeb1fdd5b75d1313b87e7f81b88e33c00954c78c8
+
+pkgname = haskell-graphscc


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=25
+pkgrel=26
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")
@@ -18,7 +18,7 @@ build() {
     cd $_hkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
-fsplit-base
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-graphscc/-/commit/29d615f43c68af2e4faf9848d0034c10d64281b1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-graphscc/-/commit/29d615f43c68af2e4faf9848d0034c10d64281b1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to