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

Felix Yan felixonmars at archlinux.org
Wed Sep 16 14:37:30 UTC 2020


    Date: Wednesday, September 16, 2020 @ 14:37:30
  Author: felixonmars
Revision: 708068

upgpkg: haskell-tamarin-prover-utils 1.6.0-1

Modified:
  haskell-tamarin-prover-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-16 14:34:27 UTC (rev 708067)
+++ PKGBUILD	2020-09-16 14:37:30 UTC (rev 708068)
@@ -3,8 +3,8 @@
 
 _hkgname=tamarin-prover-utils
 pkgname=haskell-tamarin-prover-utils
-pkgver=1.4.1
-pkgrel=65
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="Utility library for the tamarin prover"
 url="http://www.infsec.ethz.ch/research/software/tamarin"
 license=("GPL")
@@ -13,13 +13,8 @@
          'haskell-dlist' 'haskell-fclabels' 'haskell-safe' 'haskell-syb')
 makedepends=('ghc')
 source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz")
-sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+sha512sums=('7f3569f740d63d715b92a8f073eaecb8b32efe59b910b246977d36bb9e873765440e72feb6e76c7cbafab0495b88cfc666bb1dd12f685627c60d5cbd97b2973e')
 
-prepare() {
-    cd tamarin-prover-$pkgver/lib/utils
-    sed -i -e '/fail/d' -e '/MonadDisj/i instance Monad m => MonadFail (DisjT m) where\n    fail = error' src/Control/Monad/Trans/Disj.hs
-}
-
 build() {
     cd "${srcdir}/tamarin-prover-${pkgver}/lib/utils"
     



More information about the arch-commits mailing list