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

Felix Yan felixonmars at archlinux.org
Thu Jun 22 08:08:12 UTC 2017


    Date: Thursday, June 22, 2017 @ 08:08:11
  Author: felixonmars
Revision: 239480

upgpkg: haskell-esqueleto 2.5.3-1

rebuild with esqueleto,2.5.3

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-22 08:04:01 UTC (rev 239479)
+++ PKGBUILD	2017-06-22 08:08:11 UTC (rev 239480)
@@ -4,17 +4,17 @@
 
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
-pkgver=2.5.2
-pkgrel=14
+pkgver=2.5.3
+pkgrel=1
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-blaze-html" "haskell-conduit" "haskell-monad-logger"
+depends=('ghc' "haskell-blaze-html" "haskell-conduit" "haskell-monad-logger"
          "haskell-persistent" "haskell-resourcet" "haskell-tagged" "haskell-text"
          "haskell-unordered-containers")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('1dd83552550f003acc12aa0738e484909e4499d6b9f13986c0ec9b344ed7488c79e7378137f60ba3c02c240622cc0d6229f43a13dd09c93fd42554c0d7cbd6ae')
+sha512sums=('a990cdf7bd3b216b603bacf2eed57b11138bc2348046a88289eafa352d1c9878d1e48e8c5809ad486d0c8297656fae01803ba7e8da0c669a0353b01838d2865a')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -21,7 +21,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 \
             -f-mysql -f-postgresql
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list