[arch-commits] Commit in haskell-shake/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Feb 7 12:15:35 UTC 2019


    Date: Thursday, February 7, 2019 @ 12:15:35
  Author: felixonmars
Revision: 429893

upgpkg: haskell-shake 0.17.5-1

rebuild with shake 0.17.5

Modified:
  haskell-shake/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-07 12:13:47 UTC (rev 429892)
+++ PKGBUILD	2019-02-07 12:15:35 UTC (rev 429893)
@@ -3,18 +3,17 @@
 
 _hkgname=shake
 pkgname=haskell-shake
-pkgver=0.17.4
-pkgrel=11
+pkgver=0.17.5
+pkgrel=1
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-extra' 'haskell-hashable' 'haskell-heaps' 'haskell-js-flot'
-         'haskell-js-jquery' 'haskell-primitive' 'haskell-random' 'haskell-unordered-containers'
-         'haskell-utf8-string')
+depends=('ghc-libs' 'haskell-extra' 'haskell-hashable' 'haskell-js-flot' 'haskell-js-jquery'
+         'haskell-primitive' 'haskell-random' 'haskell-unordered-containers' 'haskell-utf8-string')
 makedepends=('ghc' 'haskell-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('0f53d37ba3eed0b42c76fb3e83a0c9d0d29108118f37c939149db1282ee6f9f72b74c0759da0b6c699710b72d7a396a32e39ac93d36f0c64d0e2f96afe7570ff')
+sha512sums=('027f28c100201158938c39f9d1f5025367497d70627028fa5d83b5476abc459ea62c2dcca13ba13c93b63442d63ac5a3568ee88e65de1c45ccde6aadc6b425b3')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list