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

Felix Yan felixonmars at gemini.archlinux.org
Fri Feb 4 15:40:27 UTC 2022


    Date: Friday, February 4, 2022 @ 15:40:27
  Author: felixonmars
Revision: 1125669

upgpkg: haskell-chell 0.5.0.1-1: rebuild with chell 0.5.0.1

Modified:
  haskell-chell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-04 15:11:02 UTC (rev 1125668)
+++ PKGBUILD	2022-02-04 15:40:27 UTC (rev 1125669)
@@ -2,8 +2,8 @@
 
 _hkgname=chell
 pkgname=haskell-chell
-pkgver=0.5
-pkgrel=159
+pkgver=0.5.0.1
+pkgrel=1
 pkgdesc="A simple and intuitive library for automated testing"
 url="https://github.com/typeclasses/chell"
 license=('MIT')
@@ -11,13 +11,8 @@
 depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-options' 'haskell-patience' 'haskell-random')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('386e8da002b34f0c6aecfd43a2150539dfd70ee6a64e284ff659d6efb9bd900b68d65b0815b087289b2784a9db418ae7d1cfaf6f57ca44399c79887ed9faa364')
+sha512sums=('3296f55a76c5ca2b7b8fc5eeb1e69d83b8e257e8253adb053f43248ca6ac4369c5f3ed2432afb5cc36d2c5bf2fe2aed8179666bf2d9c898ca6330f9f8b5e5269')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *0/<1/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list