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

Felix Yan felixonmars at archlinux.org
Mon Apr 10 18:42:47 UTC 2017


    Date: Monday, April 10, 2017 @ 18:42:47
  Author: felixonmars
Revision: 221887

upgpkg: haskell-fsnotify 0.2.1-9

rebuild with async,2.1.1.1

Modified:
  haskell-fsnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-10 18:41:01 UTC (rev 221886)
+++ PKGBUILD	2017-04-10 18:42:47 UTC (rev 221887)
@@ -5,7 +5,7 @@
 _hkgname=fsnotify
 pkgname=haskell-fsnotify
 pkgver=0.2.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Cross platform library for file change notification."
 url="https://github.com/haskell-fswatch/hfsnotify"
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-async" "haskell-hinotify" "haskell-text"
          "haskell-unix-compat")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('ebcf1b7bd825f269510850f20508a2ba0f640a41af08de0c171d8ba24618542b')
 
 build() {



More information about the arch-commits mailing list