[arch-commits] Commit in haskell-fsnotify/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jul 26 17:40:59 UTC 2017
Date: Wednesday, July 26, 2017 @ 17:40:58
Author: felixonmars
Revision: 246485
upgpkg: haskell-fsnotify 0.2.1.1-1
rebuild with fsnotify,0.2.1.1
Modified:
haskell-fsnotify/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-26 17:24:08 UTC (rev 246484)
+++ PKGBUILD 2017-07-26 17:40:58 UTC (rev 246485)
@@ -4,16 +4,16 @@
_hkgname=fsnotify
pkgname=haskell-fsnotify
-pkgver=0.2.1
-pkgrel=11
+pkgver=0.2.1.1
+pkgrel=1
pkgdesc="Cross platform library for file change notification."
url="https://github.com/haskell-fswatch/hfsnotify"
license=("custom:BSD3")
arch=('i686' 'x86_64')
-depends=("ghc" "haskell-async" "haskell-hinotify" "haskell-text"
+depends=('ghc' "haskell-async" "haskell-hinotify" "haskell-text"
"haskell-unix-compat")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('ebcf1b7bd825f269510850f20508a2ba0f640a41af08de0c171d8ba24618542b')
+sha512sums=('d4ab5095840b6144582283e9a8e85143d8a929fdd8249421bbe23e05aeafad3c14da3a00e03c69afea94c0a1ba5ec9be85ec5fe8b3d0336cbce738a7279bcc01')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -20,7 +20,7 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
- --libsubdir=\$compiler/site-local/\$pkgid
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build
runhaskell Setup haddock --hoogle --html
runhaskell Setup register --gen-script
More information about the arch-commits
mailing list