[arch-commits] Commit in haskell-hpack/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jul 22 06:27:19 UTC 2018
Date: Sunday, July 22, 2018 @ 06:27:18
Author: felixonmars
Revision: 362763
upgpkg: haskell-hpack 0.29.5-1
rebuild with hpack 0.29.5
Modified:
haskell-hpack/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-22 06:24:13 UTC (rev 362762)
+++ PKGBUILD 2018-07-22 06:27:18 UTC (rev 362763)
@@ -5,19 +5,20 @@
pkgname=haskell-hpack
_hkgname=hpack
-pkgver=0.28.2
-pkgrel=57
+pkgver=0.29.5
+pkgrel=1
pkgdesc="An alternative format for Haskell packages"
url="https://github.com/sol/hpack#readme"
license=("MIT")
arch=('x86_64')
depends=('ghc-libs' 'haskell-aeson' 'haskell-bifunctors' 'haskell-cryptonite' 'haskell-glob'
- 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-scientific'
- 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml')
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types'
+ 'haskell-infer-license' 'haskell-scientific' 'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-yaml')
makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 'haskell-interpolate'
'haskell-mockery' 'haskell-temporary')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz")
-sha512sums=('230ac451e4677a8b6501e461307ec87b346df1bc7a8b1411ae5cb691ee2f47387d5dd1ea48a506bf486753bfcbd6683f4c2be87b4bd50fc0cfaf06c3d65e1973')
+sha512sums=('96dbcd6ad140fb0e41c358a5527082e41a0fb3370dc5c4f85635a68606ba121838c3558b09bd9c2c0bc81f6d9b1d5c6b396dc4e3af80ef64d1e9b94820907bb5')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list