Date: Friday, May 18, 2018 @ 06:27:00 Author: felixonmars Revision: 324207
upgpkg: haskell-hjsonschema 1.9.0-1 Modified: haskell-hjsonschema/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 06:26:51 UTC (rev 324206) +++ PKGBUILD 2018-05-18 06:27:00 UTC (rev 324207) @@ -4,19 +4,19 @@ _hkgname=hjsonschema pkgname=haskell-hjsonschema -pkgver=1.7.2 -pkgrel=74 +pkgver=1.9.0 +pkgrel=1 pkgdesc="JSON Schema library" url="https://github.com/seagreen/hjsonschema" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsonpointer' - 'haskell-http-client' 'haskell-http-types' 'haskell-pcre-heavy' 'haskell-profunctors' - 'haskell-protolude' 'haskell-quickcheck' 'haskell-scientific' 'haskell-semigroups' - 'haskell-unordered-containers' 'haskell-text' 'haskell-vector') + 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-pcre-heavy' + 'haskell-profunctors' 'haskell-protolude' 'haskell-quickcheck' 'haskell-safe-exceptions' + 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector') makedepends=('ghc' 'haskell-hspec' 'haskell-wai-app-static' 'haskell-warp') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('5fe613a0f0b8e6d97f56b33ea6238e50c496350128caed1efbabdf69eb261c8f7fec3a0e274ee36010dc3c61ca0f42dadd0d99ce67989031a7d46a5466ac3182') +sha512sums=('c71f4f23453abbb7e5c3b8a04e9fd2bea560e03ccf590fbad3739f609fe0e4e5292acfe94204b2d52d30f8fda8cc1c94edac41d5095f6be1c4cf8c05ec08e273') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
