Date: Sunday, May 26, 2019 @ 15:15:33 Author: felixonmars Revision: 470837
upgpkg: hoogle 5.0.17.8-1 Modified: hoogle/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-26 14:11:14 UTC (rev 470836) +++ PKGBUILD 2019-05-26 15:15:33 UTC (rev 470837) @@ -2,23 +2,24 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hoogle -pkgver=5.0.17.6 -pkgrel=34 +pkgver=5.0.17.8 +pkgrel=1 pkgdesc="Haskell API Search" url="http://www.haskell.org/hoogle/" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 'haskell-conduit' - 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 'haskell-foundation' - 'haskell-hashable' 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' - 'haskell-js-jquery' 'haskell-mmap' 'haskell-network' 'haskell-network-uri' - 'haskell-old-locale' 'haskell-process-extras' 'haskell-resourcet' 'haskell-src-exts' +depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-blaze-html' + 'haskell-blaze-markup' 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' + 'haskell-connection' 'haskell-extra' 'haskell-foundation' 'haskell-hashable' + 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 'haskell-js-jquery' + 'haskell-mmap' 'haskell-network' 'haskell-network-uri' 'haskell-old-locale' + 'haskell-process-extras' 'haskell-resourcet' 'haskell-src-exts' 'haskell-storable-tuple' 'haskell-tar' 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 'haskell-wai' 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('ecae5e16a3d61d9cb9be392749840cb79064fa083983fd60f24ccc59af37b3f28ff3d4136e3a1c875f53a519272d101ae6b3628be499c21777649f4763a5e299') +sha512sums=('79e5f1e850e3233341fe580dd8549c4fa6bf4d42bd261862c3ab320c6c6aa530adf067071897ae8709b5eca76d6697fab2937370fe65d21318e09d1135948731') build() { cd "${srcdir}/${pkgname}-${pkgver}"
