Date: Saturday, May 19, 2018 @ 11:12:08 Author: felixonmars Revision: 324535
upgpkg: haskell-pcre-heavy 1.0.0.2-10 rebuild with base-compat,0.10.1 aeson,1.3.1.1 Modified: haskell-pcre-heavy/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 11:11:30 UTC (rev 324534) +++ PKGBUILD 2018-05-19 11:12:08 UTC (rev 324535) @@ -5,17 +5,21 @@ _hkgname=pcre-heavy pkgname=haskell-pcre-heavy pkgver=1.0.0.2 -pkgrel=9 +pkgrel=10 pkgdesc="A regexp library on top of pcre-light you can actually use" url="https://github.com/myfreeweb/pcre-heavy" license=("custom:PublicDomain") arch=('x86_64') -depends=('ghc-libs' 'haskell-base-compat' 'haskell-pcre-light' 'haskell-string-conversions' - 'haskell-semigroups') +depends=('ghc-libs' 'haskell-base-compat' 'haskell-pcre-light' 'haskell-string-conversions') makedepends=('ghc' 'haskell-glob' 'haskell-doctest') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('77691394c7aadb1c81a0974207a8f8ea8ef5f0c85301d0fdb6fb453724c38bd8598b437994b75df5a02a2ca8a98ec22a9473ade52e26a3d2bb1daf22637b54cd') +prepare() { + cd $_hkgname-$pkgver + sed -i '/semigroups/d' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
