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

Felix Yan felixonmars at archlinux.org
Sat Aug 12 05:37:11 UTC 2017


    Date: Saturday, August 12, 2017 @ 05:37:11
  Author: felixonmars
Revision: 249936

upgpkg: haskell-microlens 0.4.8.1-1

rebuild with microlens,0.4.8.1

Modified:
  haskell-microlens/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-12 05:34:41 UTC (rev 249935)
+++ PKGBUILD	2017-08-12 05:37:11 UTC (rev 249936)
@@ -4,15 +4,15 @@
 
 _hkgname=microlens
 pkgname=haskell-microlens
-pkgver=0.4.8.0
-pkgrel=2
+pkgver=0.4.8.1
+pkgrel=1
 pkgdesc="A tiny lens library with no dependencies. If you're writing an app, you probably want microlens-platform, not this."
 url="http://github.com/aelve/microlens"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc")
+depends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('aa0b12717671593f7e2cd686762fb842b22bf3e5b4559e4db8863f1d30be7af5')
+sha512sums=('c16420d40c75c6a8903b21b34177dc5cb6d597e5fb22e60a4e3e4592aef14a488462163759a6e191b8ff02ecad1faafaca92d09a32836813db681b96f5baa664')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,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