Date: Thursday, September 29, 2022 @ 13:53:10 Author: felixonmars Revision: 1316131
upgpkg: haskell-jose 0.9-1: rebuild with aeson 2.0.3.0, aeson-diff 1.1.0.11, hoauth2 2.1.0, jose 0.9, postgrest 10.0.0, req 3.10.0 Modified: haskell-jose/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-29 13:53:06 UTC (rev 1316130) +++ PKGBUILD 2022-09-29 13:53:10 UTC (rev 1316131) @@ -3,20 +3,19 @@ _hkgname=jose pkgname=haskell-jose -pkgver=0.8.5.1 -pkgrel=27 -pkgdesc="Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) library" +pkgver=0.9 +pkgrel=1 +pkgdesc="JSON Object Signing and Encryption (JOSE) and JSON Web Token (JWT) library" url="https://github.com/frasertweedale/hs-jose" license=("Apache") arch=('x86_64') -depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-attoparsec' - 'haskell-base64-bytestring' 'haskell-concise' 'haskell-cryptonite' 'haskell-lens' - 'haskell-memory' 'haskell-monad-time' 'haskell-network-uri' 'haskell-quickcheck-instances' - 'haskell-safe' 'haskell-unordered-containers' 'haskell-vector' 'haskell-x509' ) +depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-base64-bytestring' + 'haskell-concise' 'haskell-cryptonite' 'haskell-lens' 'haskell-memory' 'haskell-monad-time' + 'haskell-network-uri' 'haskell-quickcheck-instances' 'haskell-x509') makedepends=('ghc' 'haskell-hspec' 'haskell-pem' 'haskell-tasty' 'haskell-tasty-hspec' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('ecba9c8eb03f9dfff34dcab4720ec1c0285c24dccb5d220e0e76c1e57c758aaa6af2b3e56dbac0057185a9f23407386ea6b298bbb03c04afb5aa302db58b5741') +sha512sums=('74f240ac86d6d4ffffa8b0dbbb9968a24e1cf9639ea3e06325bc96c705da422101d0ed601b64566586e3f34249488a53d83e390b9858cf184b3243ed6be8e7b3') build() { cd $_hkgname-$pkgver
