Date: Saturday, May 19, 2018 @ 16:57:33 Author: felixonmars Revision: 324725
upgpkg: haskell-jwt 0.7.2-52 rebuild with base-compat,0.10.1 aeson,1.3.1.1 Modified: haskell-jwt/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 16:56:54 UTC (rev 324724) +++ PKGBUILD 2018-05-19 16:57:33 UTC (rev 324725) @@ -5,18 +5,23 @@ _hkgname=jwt pkgname=haskell-jwt pkgver=0.7.2 -pkgrel=51 +pkgrel=52 pkgdesc="JSON Web Token (JWT) decoding and encoding" url="https://bitbucket.org/ssaasen/haskell-jwt" license=("MIT") arch=('x86_64') -depends=('ghc-libs' "haskell-cryptonite" "haskell-memory" "haskell-aeson" - "haskell-unordered-containers" "haskell-scientific" "haskell-data-default" - "haskell-http-types" "haskell-vector" "haskell-semigroups" "haskell-network-uri") +depends=('ghc-libs' 'haskell-cryptonite' 'haskell-memory' 'haskell-aeson' + 'haskell-unordered-containers' 'haskell-scientific' 'haskell-data-default' + 'haskell-http-types' 'haskell-vector' 'haskell-network-uri') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('17967413d21399596a236bc8169d9e030bb85e2b1c349c6e470543767cc20a31') +prepare() { + cd $_hkgname-$pkgver + sed -i '/semigroups/d' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
