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

Felix Yan felixonmars at archlinux.org
Sat Aug 5 11:50:34 UTC 2017


    Date: Saturday, August 5, 2017 @ 11:50:34
  Author: felixonmars
Revision: 248675

upgpkg: haskell-torrent 10000.1.1-4

rebuild with syb,0.7

Modified:
  haskell-torrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-05 11:49:02 UTC (rev 248674)
+++ PKGBUILD	2017-08-05 11:50:34 UTC (rev 248675)
@@ -5,12 +5,12 @@
 _hkgname=torrent
 pkgname=haskell-torrent
 pkgver=10000.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="BitTorrent file parser and generater"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-bencode" "haskell-syb")
+depends=('ghc' "haskell-bencode" "haskell-syb")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('2009964210e229ee67254a73fead3413f60299415238887fa7ef30e40e06fa54')
 
@@ -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