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

Felix Yan felixonmars at archlinux.org
Tue May 29 04:55:29 UTC 2018


    Date: Tuesday, May 29, 2018 @ 04:55:28
  Author: felixonmars
Revision: 333094

upgpkg: haskell-hinotify 0.3.10-1

rebuild with hinotify,0.3.10 fsnotify,0.2.1.2

Modified:
  haskell-hinotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-28 22:50:09 UTC (rev 333093)
+++ PKGBUILD	2018-05-29 04:55:28 UTC (rev 333094)
@@ -4,8 +4,8 @@
 
 _hkgname=hinotify
 pkgname=haskell-hinotify
-pkgver=0.3.9
-pkgrel=9
+pkgver=0.3.10
+pkgrel=1
 pkgdesc="Haskell binding to inotify"
 url="https://github.com/kolmodin/hinotify.git"
 license=("custom:BSD3")
@@ -13,13 +13,8 @@
 depends=('ghc-libs' "haskell-async")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('cea1fd7304e3fd56cec67b5d17cec6d462cf581ce44b518208a5c07758aadbf85392efd4918dd2fbbbf6b2b433272386eeee13ba0ce1101111ada15fe8942a9a')
+sha512sums=('d22f40bb055e14fd4be6669122a11b36fd7c5a989489d1b8c1e4117672b9f1700197a827f23242c91504b8236c349a4494adf724827001a77a1abdc11a9d6b8b')
 
-prepare () {
-    cd $_hkgname-$pkgver
-    sed -i 's/<.*2.2/<3/' $_hkgname.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list