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

Felix Yan felixonmars at archlinux.org
Thu Aug 6 19:07:30 UTC 2020


    Date: Thursday, August 6, 2020 @ 19:07:29
  Author: felixonmars
Revision: 671202

upgpkg: haskell-foldl 1.4.8-1: rebuild with foldl 1.4.8

Modified:
  haskell-foldl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-06 19:07:07 UTC (rev 671201)
+++ PKGBUILD	2020-08-06 19:07:29 UTC (rev 671202)
@@ -3,8 +3,8 @@
 
 _hkgname=foldl
 pkgname=haskell-foldl
-pkgver=1.4.7
-pkgrel=6
+pkgver=1.4.8
+pkgrel=1
 pkgdesc="Composable, streaming, and efficient left folds"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -14,13 +14,8 @@
          'haskell-unordered-containers' 'haskell-vector' 'haskell-vector-builder')
 makedepends=('ghc' 'haskell-doctest')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('e1c8569214ee58d1d5333018a50832e8be53fa2751c18b5d93c7c8d393f722248050fc56c6a5243a0f9f8ff94a0cd2f475c03107e70d601bf6bf3a81c509b58d')
+sha512sums=('83a0419ce3cd03e5997c450aef150812d2fe64681e65105ac20d904da0fb98c541d5449a1f1a5c61b38763054b6f7fb7bc63f1b7257fbd537ea4bf2b5e0a5dd7')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e '/semigroups/d' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list