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

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 28 06:28:03 UTC 2022


    Date: Monday, February 28, 2022 @ 06:28:02
  Author: felixonmars
Revision: 1138137

upgpkg: haskell-checkers 0.5.7-1: rebuild with haskell-checkers 0.5.7

Modified:
  haskell-checkers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-28 06:22:09 UTC (rev 1138136)
+++ PKGBUILD	2022-02-28 06:28:02 UTC (rev 1138137)
@@ -2,22 +2,22 @@
 
 _hkgname=checkers
 pkgname=haskell-checkers
-pkgver=0.5.6
-pkgrel=141
+pkgver=0.5.7
+pkgrel=1
 pkgdesc="Check properties on standard classes and data structures"
-url="https://github.com/conal/checkers"
+url="https://github.com/haskell-checkers/checkers"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-random' 'haskell-quickcheck' 'haskell-semigroupoids')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('4c8bab4f1acf3e10f2ab273741f59c7810439df52ad396fdd6d000926de1d8bf6e72b90f2b640d9b527c72372074767789110efc39652a4751f89f2d098fea30')
+sha512sums=('21b21eb6441e7608b30f9a2396a5afe403e0edad8be8b5003d7780fb284329cc7c9b4cf23f35f3b667e1382118f513885d21c6480bfc4e743554f71c6541c827')
 
 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 --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list