Date: Thursday, March 1, 2018 @ 05:57:53 Author: felixonmars Revision: 300892
upgpkg: haskell-tamarin-prover-term 1.2.3-1 rebuild with tamarin-prover-term,1.2.3 tamarin-prover-theory,1.2.3 tamarin-prover-utils,1.2.3 tamarin-prover,1.2.3 Modified: haskell-tamarin-prover-term/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-01 05:56:45 UTC (rev 300891) +++ PKGBUILD 2018-03-01 05:57:53 UTC (rev 300892) @@ -4,17 +4,17 @@ _hkgname=tamarin-prover-term pkgname=haskell-tamarin-prover-term -pkgver=1.2.2 -pkgrel=15 +pkgver=1.2.3 +pkgrel=1 pkgdesc="Term manipulation library for the tamarin prover" url="http://www.infsec.ethz.ch/research/software/tamarin" license=("GPL") arch=('x86_64') -depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 'haskell-dlist' 'haskell-mtl' 'haskell-safe' - 'haskell-tamarin-prover-utils') +depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 'haskell-dlist' 'haskell-mtl' + 'haskell-safe' 'haskell-tamarin-prover-utils') makedepends=('ghc') source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz") -sha512sums=('f61fc4f601f5abf865b41c9b3ee3607b20f5e44b2d80f8e5a32986bf7d301b0e50479c4b473e5e478f87388491671b8180a8ee0db0d903b3abd2478e7dc9ce60') +sha512sums=('3ec371f0abf1a391bbc2be0b3e3940b5f634515e443a6535ab3b8a5c6514004bbada35838b63e2c1e5edcbbdb230eae5be03dd8464f8516d3301bf02aad3d5ff') build() { cd "${srcdir}/tamarin-prover-${pkgver}/lib/term"
