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

Felix Yan felixonmars at archlinux.org
Sat Jun 17 15:42:15 UTC 2017


    Date: Saturday, June 17, 2017 @ 15:42:14
  Author: felixonmars
Revision: 237951

upgpkg: hopenpgp-tools 0.19.4-111

rebuild with ghc,8.0.2

Modified:
  hopenpgp-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-17 15:32:04 UTC (rev 237950)
+++ PKGBUILD	2017-06-17 15:42:14 UTC (rev 237951)
@@ -4,21 +4,20 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=110
+pkgrel=111
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools"
 license=("AGPL3")
 arch=('i686' 'x86_64')
-depends=('gmp' 'libffi' 'zlib')
-makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" "haskell-ansi-wl-pprint"
-             "haskell-attoparsec" "haskell-base16-bytestring" "haskell-binary-conduit"
-             "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash"
-             "haskell-errors" "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp"
-             "haskell-http-client" "haskell-http-client-tls" "haskell-http-types"
-             "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" "haskell-openpgp-asciiarmor"
-             "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
-             "haskell-time-locale-compat" "haskell-wl-pprint-extras" "haskell-wl-pprint-terminfo"
-             "haskell-yaml")
+depends=("ghc" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-attoparsec"
+         "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit"
+         "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" "haskell-errors"
+         "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" "haskell-http-client"
+         "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" "haskell-lens"
+         "haskell-monad-loops" "haskell-openpgp-asciiarmor" "haskell-optparse-applicative"
+         "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" "haskell-wl-pprint-extras"
+         "haskell-wl-pprint-terminfo" "haskell-yaml")
+makedepends=('alex' 'happy')
 source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
 
@@ -25,7 +24,7 @@
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
     
-    runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}"
+    runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --docdir="/usr/share/doc/${pkgname}"
     runhaskell Setup build
 }
 



More information about the arch-commits mailing list