Date: Friday, May 1, 2020 @ 17:38:13 Author: felixonmars Revision: 624107
upgpkg: haskell-jose 0.8.2.1-1: rebuild with jose 0.8.2.1 Modified: haskell-jose/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-01 17:34:34 UTC (rev 624106) +++ PKGBUILD 2020-05-01 17:38:13 UTC (rev 624107) @@ -3,8 +3,8 @@ _hkgname=jose pkgname=haskell-jose -pkgver=0.8.2.0 -pkgrel=87 +pkgver=0.8.2.1 +pkgrel=1 pkgdesc="Javascript Object Signing and Encryption and JSON Web Token library" url="https://github.com/frasertweedale/hs-jose" license=("Apache") @@ -15,11 +15,11 @@ 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-x509' 'haskell-vector') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('1af3b5231165296344495d2c8e501c1816df3976b3f298c918a50a0f8f525809d20d60cb34b9019747639e98c197aa828b1f512c409ab71fc2a53aed1170db5b') +sha512sums=('80e4e2c3abcb80b41f82b7bbf074fde5a3906bb889d700f194f813e62195046e66e26962be8f41c74f976a979bba7495005e7b3a6222bca31c31c5150cbd3d3c') prepare() { cd $_hkgname-$pkgver - sed -i '/semigroups/d;s/== *1.0/==1.1/' $_hkgname.cabal + sed -i '/semigroups/d' $_hkgname.cabal } build() {
