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

Felix Yan felixonmars at archlinux.org
Sat Aug 5 08:49:44 UTC 2017


    Date: Saturday, August 5, 2017 @ 08:49:44
  Author: felixonmars
Revision: 248621

upgpkg: hasktags 0.69.3-4

rebuild with syb,0.7

Modified:
  hasktags/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-05 08:48:17 UTC (rev 248620)
+++ PKGBUILD	2017-08-05 08:49:44 UTC (rev 248621)
@@ -4,12 +4,12 @@
 
 pkgname=hasktags
 pkgver=0.69.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
 url="http://github.com/MarcWeber/hasktags"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-hunit" "haskell-json" "haskell-utf8-string")
+depends=('ghc' "haskell-hunit" "haskell-json" "haskell-utf8-string")
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('4e069aa63c2a7d762332d1acbc12a3d705abdc5e24c06d55129e1a3fd66e5afa')
 
@@ -18,7 +18,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-debug
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list