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

Felix Yan felixonmars at gemini.archlinux.org
Sat Jul 23 16:46:44 UTC 2022


    Date: Saturday, July 23, 2022 @ 16:46:44
  Author: felixonmars
Revision: 1255838

upgpkg: tamarin-prover 1.6.1-185: rebuild with yesod-core 1.6.24.0

Modified:
  tamarin-prover/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-23 16:45:45 UTC (rev 1255837)
+++ PKGBUILD	2022-07-23 16:46:44 UTC (rev 1255838)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.6.1
-pkgrel=184
+pkgrel=185
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io"
 license=("GPL")
@@ -23,6 +23,9 @@
 prepare() {
     cd $pkgname-$pkgver
     sed -i '/cp sapic/d' plugins/sapic/Makefile
+
+    # Maude 3.2.1
+    sed -i 's/"3.0", "3.1"]/"3.0", "3.1", "3.2.1"]/' src/Main/Environment.hs
 }
 
 build() {



More information about the arch-commits mailing list