summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Démoulins2021-12-04 14:01:27 +0100
committerClément Démoulins2021-12-04 14:01:27 +0100
commit124cfcd52df3b4cfdcbf44edd10d62f945eec290 (patch)
tree88fbf9954ca6962a844e53b7a3296e411d21bc35
parent6e0dd1c71050882f246be7fb48bb9a35f1b63e73 (diff)
downloadaur-124cfcd52df3b4cfdcbf44edd10d62f945eec290.tar.gz
Upgrade to 2.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 738e483da747..30cf7d9ee513 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.10.1
+ pkgver = 2.10.2
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.10.1.tar.gz
- sha256sums = 38002989fc8e3725841a0537665bb2d5dfc259d2e09358100322c38f4c7481ad
+ source = http://www.lrde.epita.fr/dload/spot/spot-2.10.2.tar.gz
+ sha256sums = c1c4ba4f1c87919b3d2749280c7e9959a7d82a4a43a97a19eca0a3ca22605066
pkgname = spot
diff --git a/PKGBUILD b/PKGBUILD
index 8d54b50fbb4d..26e92da8a5d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=spot
-pkgver=2.10.1
+pkgver=2.10.2
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=('38002989fc8e3725841a0537665bb2d5dfc259d2e09358100322c38f4c7481ad')
+sha256sums=('c1c4ba4f1c87919b3d2749280c7e9959a7d82a4a43a97a19eca0a3ca22605066')
build() {
cd ${srcdir}/${pkgname}-${pkgver}