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

Felix Yan felixonmars at archlinux.org
Mon Jul 9 14:47:08 UTC 2018


    Date: Monday, July 9, 2018 @ 14:47:08
  Author: felixonmars
Revision: 355905

upgpkg: haskell-fsnotify 0.3.0.1-1

rebuild with hledger 1.10, hledger-api 1.10, hledger-lib 1.10, hledger-ui 1.10, hledger-web 1.10

Modified:
  haskell-fsnotify/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-09 13:26:37 UTC (rev 355904)
+++ PKGBUILD	2018-07-09 14:47:08 UTC (rev 355905)
@@ -4,17 +4,17 @@
 
 _hkgname=fsnotify
 pkgname=haskell-fsnotify
-pkgver=0.2.1.2
-pkgrel=2
+pkgver=0.3.0.1
+pkgrel=1
 pkgdesc="Cross platform library for file change notification."
 url="https://github.com/haskell-fswatch/hfsnotify"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-async" "haskell-hinotify"
+depends=('ghc-libs' "haskell-async" "haskell-hinotify" 'haskell-shelly'
          "haskell-unix-compat")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('f8f44fbedd800eb5f2bef055fc54ea8a12bb848ece76dad3523af195b00978ba562123d01f662d871c835fcf6df54382691a00968e03630b7f67364e5a435c32')
+sha512sums=('d5c96a54c1b4788e1d50f259d11d4e2d6eb7224552b50cb359a1f4cdcc2a9b7270f9b5ccdfe9738a163b54ab7ab5a0114de9cabc56660a7324cdfc4b16179e1a')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list