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

Felix Yan felixonmars at archlinux.org
Thu Jun 22 09:05:04 UTC 2017


    Date: Thursday, June 22, 2017 @ 09:05:03
  Author: felixonmars
Revision: 239505

upgpkg: haskell-zip-archive 0.3.1.1-1

rebuild with zip-archive,0.3.1.1

Modified:
  haskell-zip-archive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-22 09:00:25 UTC (rev 239504)
+++ PKGBUILD	2017-06-22 09:05:03 UTC (rev 239505)
@@ -4,16 +4,16 @@
 
 _hkgname=zip-archive
 pkgname=haskell-zip-archive
-pkgver=0.3.1
-pkgrel=2
+pkgver=0.3.1.1
+pkgrel=1
 pkgdesc="Library for creating and modifying zip archives."
 url="http://github.com/jgm/zip-archive"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-digest" "haskell-mtl" "haskell-old-time" "haskell-temporary" "haskell-text"
+depends=('ghc' "haskell-digest" "haskell-mtl" "haskell-old-time" "haskell-temporary" "haskell-text"
          "haskell-zlib")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('84de97b4adea5337b03b66056735b9aa1c359440cc0b4ff95463b51846adadce79ab070a455f81e386b9292b34206b727f8111e67b1f83f6962000c4cc0883a6')
+sha512sums=('6ee07b9dd05a2d03e1cfccff6b65d2fbe9bc74de3a47e7e2c378a2ae6b0f1440b25bd6b8b717b0fea5716aabe33c8425671c2f8ce71a288fd7ff663e5cfddea9')
 
 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 \
             -f-executable -fsplitbase
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list