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

Felix Yan felixonmars at archlinux.org
Wed Jun 28 09:58:33 UTC 2017


    Date: Wednesday, June 28, 2017 @ 09:58:32
  Author: felixonmars
Revision: 241335

upgpkg: shellcheck 0.4.6-5

rebuild with QuickCheck,2.10.0.1

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-28 09:45:54 UTC (rev 241334)
+++ PKGBUILD	2017-06-28 09:58:32 UTC (rev 241335)
@@ -5,12 +5,12 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.4.6
-pkgrel=4
+pkgrel=5
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net"
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-json" "haskell-mtl" "haskell-parsec" "haskell-quickcheck"
+depends=('ghc' "haskell-json" "haskell-mtl" "haskell-parsec" "haskell-quickcheck"
          "haskell-regex-tdfa")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('b053a7f581d73f1e5be51046f2fd77f6e7452acecf841321ef363156a5f72d98c13a723885d1888ab366550625e05396ca207925539fec1d70a00212af920ca5')
@@ -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
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list