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

Felix Yan felixonmars at archlinux.org
Tue Feb 19 14:19:14 UTC 2019


    Date: Tuesday, February 19, 2019 @ 14:19:14
  Author: felixonmars
Revision: 434548

upgpkg: haskell-shake 0.17.6-1

rebuild with shake 0.17.6

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-19 14:14:14 UTC (rev 434547)
+++ PKGBUILD	2019-02-19 14:19:14 UTC (rev 434548)
@@ -3,17 +3,18 @@
 
 _hkgname=shake
 pkgname=haskell-shake
-pkgver=0.17.5
-pkgrel=8
+pkgver=0.17.6
+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-js-flot' 'haskell-js-jquery'
-         'haskell-primitive' 'haskell-random' 'haskell-unordered-containers' 'haskell-utf8-string')
+depends=('ghc-libs' 'haskell-extra' 'haskell-filepattern' 'haskell-hashable' 'haskell-heaps'
+         '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=('027f28c100201158938c39f9d1f5025367497d70627028fa5d83b5476abc459ea62c2dcca13ba13c93b63442d63ac5a3568ee88e65de1c45ccde6aadc6b425b3')
+sha512sums=('826c6e69aba5a5f013be3f1e27c01f14486f940f05547b14e53133ee802022f28afb5411255866883821465d6ba759f82668253c1148bef41f577a7ebc3ee485')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list