Date: Thursday, September 20, 2018 @ 07:24:25
  Author: felixonmars
Revision: 383469

upgpkg: haskell-hinotify 0.4-1

rebuild with hinotify 0.4

Modified:
  haskell-hinotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-09-20 07:20:51 UTC (rev 383468)
+++ PKGBUILD    2018-09-20 07:24:25 UTC (rev 383469)
@@ -3,8 +3,8 @@
 
 _hkgname=hinotify
 pkgname=haskell-hinotify
-pkgver=0.3.10
-pkgrel=2
+pkgver=0.4
+pkgrel=1
 pkgdesc="Haskell binding to inotify"
 url="https://github.com/kolmodin/hinotify.git";
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' "haskell-async")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('d22f40bb055e14fd4be6669122a11b36fd7c5a989489d1b8c1e4117672b9f1700197a827f23242c91504b8236c349a4494adf724827001a77a1abdc11a9d6b8b')
+sha512sums=('8674be3c56bc6fbefbed8c894882650eb02a5658e4d42ebca0f7e5e24834c76db324ac3a4ea181bc8912dacd8117d5a5099eaf939366c34c9b272cbfc4d4a3e9')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"

Reply via email to