[arch-commits] Commit in haskell-foldl/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Nov 3 18:31:18 UTC 2020
Date: Tuesday, November 3, 2020 @ 18:31:18
Author: felixonmars
Revision: 741199
upgpkg: haskell-foldl 1.4.10-1: rebuild with foldl 1.4.10
Modified:
haskell-foldl/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-03 18:30:36 UTC (rev 741198)
+++ PKGBUILD 2020-11-03 18:31:18 UTC (rev 741199)
@@ -3,8 +3,8 @@
_hkgname=foldl
pkgname=haskell-foldl
-pkgver=1.4.9
-pkgrel=12
+pkgver=1.4.10
+pkgrel=1
pkgdesc="Composable, streaming, and efficient left folds"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
@@ -12,14 +12,10 @@
depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 'haskell-mwc-random'
'haskell-primitive' 'haskell-profunctors' 'haskell-semigroupoids'
'haskell-unordered-containers' 'haskell-vector')
-makedepends=('ghc' 'uusi' 'haskell-doctest')
+makedepends=('ghc' 'haskell-doctest')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('99652c979256247bfd82805e25796902fb306e9b17a6ecd195630f6c394aa9156f10db41700c5cea48348bdd79029944a29749f1352a852274d16aafb3c434eb')
+sha512sums=('cdd989e0d9e8cf32aff9c818c25bdc384e812fa2363e52ea573707db8c3db73e048a0919e2e33c13a3f41262bf5e45431204569df158fc4391a76466625d4b4a')
-prepare() {
- uusi $_hkgname-$pkgver/$_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list