[arch-commits] Commit in haskell-reducers/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 19 11:11:10 UTC 2018
Date: Saturday, May 19, 2018 @ 11:11:09
Author: felixonmars
Revision: 324533
upgpkg: haskell-reducers 3.12.2-23
rebuild with base-compat,0.10.1 aeson,1.3.1.1
Modified:
haskell-reducers/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-19 11:10:30 UTC (rev 324532)
+++ PKGBUILD 2018-05-19 11:11:09 UTC (rev 324533)
@@ -5,17 +5,22 @@
_hkgname=reducers
pkgname=haskell-reducers
pkgver=3.12.2
-pkgrel=22
+pkgrel=23
pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
url="https://github.com/ekmett/reducers/"
license=("custom:BSD3")
arch=('x86_64')
-depends=('ghc-libs' "haskell-fingertree" "haskell-hashable" "haskell-semigroupoids" "haskell-semigroups"
+depends=('ghc-libs' "haskell-fingertree" "haskell-hashable" "haskell-semigroupoids"
"haskell-unordered-containers")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('a30ad111a36d48a29d63e2e891426deedac6dd1cb37dca73b33b13377bdebb6c1838e47a4b18c65dbbf0c85eb47af3faeb4d8914f87f9232cf5dcf3c13d9aacd')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i '/semigroups/d' $_hkgname.cabal
+}
+
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list