Date: Monday, May 7, 2018 @ 13:24:29 Author: felixonmars Revision: 319114
upgpkg: tamarin-prover 1.4.0-1 Modified: tamarin-prover/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-07 13:11:29 UTC (rev 319113) +++ PKGBUILD 2018-05-07 13:24:29 UTC (rev 319114) @@ -3,8 +3,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=tamarin-prover -pkgver=1.2.3 -pkgrel=42 +pkgver=1.4.0 +pkgrel=1 pkgdesc="The Tamarin prover for security protocol analysis" url="http://tamarin-prover.github.io" license=("GPL") @@ -12,14 +12,15 @@ 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-parsec' 'haskell-resourcet' 'haskell-safe' - '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') + 'haskell-lifted-base' 'haskell-monad-unlift' 'haskell-mtl' 'haskell-parsec' + 'haskell-resourcet' 'haskell-safe' '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") -sha512sums=('3ec371f0abf1a391bbc2be0b3e3940b5f634515e443a6535ab3b8a5c6514004bbada35838b63e2c1e5edcbbdb230eae5be03dd8464f8516d3301bf02aad3d5ff') +sha512sums=('7c1afe6a53b596c2ce01e9ad7a7f464af1f4efbc5f8edc13d5ec8bc32ce4e91ddde91dff6ab8e01cf3cf30a37a3a18953d937debc36c9df664f718d968e2ae74') prepare() { cd "${srcdir}/${pkgname}-${pkgver}"
