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

Felix Yan felixonmars at archlinux.org
Thu Aug 17 09:44:10 UTC 2017


    Date: Thursday, August 17, 2017 @ 09:44:09
  Author: felixonmars
Revision: 251676

upgpkg: tamarin-prover 1.2.2-7

GHC 8.2.1 rebuild

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-17 09:40:20 UTC (rev 251675)
+++ PKGBUILD	2017-08-17 09:44:09 UTC (rev 251676)
@@ -4,12 +4,12 @@
 
 pkgname=tamarin-prover
 pkgver=1.2.2
-pkgrel=6
+pkgrel=7
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io"
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('graphviz' 'maude' 'ocaml' 'ghc' "haskell-hunit" "haskell-binary-orphans"
+depends=('ghc-libs' 'graphviz' 'maude' "haskell-hunit" "haskell-binary-orphans"
          "haskell-blaze-builder" "haskell-blaze-html" "haskell-cmdargs" "haskell-conduit"
          "haskell-fclabels" "haskell-file-embed" "haskell-gitrev" "haskell-http-types"
          "haskell-lifted-base" "haskell-mtl" "haskell-resourcet" "haskell-safe"
@@ -16,6 +16,8 @@
          "haskell-shakespeare" "haskell-text" "haskell-threads" "haskell-wai" "haskell-warp"
          "haskell-yesod-core" "haskell-yesod-static" "haskell-tamarin-prover-utils"
          "haskell-tamarin-prover-term" "haskell-tamarin-prover-theory")
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
 source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz")
 sha256sums=('f9b2d3acc01b89f71d2b246a6b3010ebab71e4fe309b3be8a8eac213422b43de')
 
@@ -26,7 +28,7 @@
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
-    
+
     runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
         --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
             -fthreaded -ftest-coverage -f-build-tests



More information about the arch-commits mailing list