summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Démoulins2023-08-21 11:21:32 +0200
committerClément Démoulins2023-08-21 11:21:32 +0200
commit6046ce861bc8630973c05a1dc518825cad048da8 (patch)
treed015a6fbe46dc75b7fbf2ded8880ca40bf690254
parentb08df5bef7334bbec2f2705fa3e4a4c3be5a33bd (diff)
downloadaur-6046ce861bc8630973c05a1dc518825cad048da8.tar.gz
Upgrade to spot 2.11.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e1633adfacd..a9ef01246aad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spot
pkgdesc = A C++17 library for LTL, omega automata manipulation and model checking.
- pkgver = 2.11.3
+ pkgver = 2.11.6
pkgrel = 1
url = https://spot.lrde.epita.fr/
arch = i686
@@ -10,7 +10,7 @@ pkgbase = spot
depends = sh
depends = python
depends = libtool
- source = http://www.lrde.epita.fr/dload/spot/spot-2.11.3.tar.gz
- sha256sums = c32c8be65cf22d9420c533c7e758ac5b08257beaa674980f647bfb65e6953343
+ source = http://www.lrde.epita.fr/dload/spot/spot-2.11.6.tar.gz
+ sha256sums = a692794f89c0db3956ba5919bdd5313e372e0de34000a9022f29e1c6e91c538a
pkgname = spot
diff --git a/PKGBUILD b/PKGBUILD
index 01948a13ebb1..bac90bd7bb23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=spot
-pkgver=2.11.3
+pkgver=2.11.6
pkgrel=1
pkgdesc="A C++17 library for LTL, omega automata manipulation and model checking."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="https://spot.lrde.epita.fr/"
license=('GPL3')
depends=('glibc' 'sh' 'python' 'libtool')
source=(http://www.lrde.epita.fr/dload/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c32c8be65cf22d9420c533c7e758ac5b08257beaa674980f647bfb65e6953343')
+sha256sums=('a692794f89c0db3956ba5919bdd5313e372e0de34000a9022f29e1c6e91c538a')
build() {
cd ${srcdir}/${pkgname}-${pkgver}