summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Démoulins2022-01-20 11:37:14 +0100
committerClément Démoulins2022-01-20 11:37:14 +0100
commit3371a2fd860643e645c003f6e0df24abd62425e9 (patch)
tree6e6896781cde51f37d211368eed836f352875708
parent124cfcd52df3b4cfdcbf44edd10d62f945eec290 (diff)
downloadaur-3371a2fd860643e645c003f6e0df24abd62425e9.tar.gz
Upgrade to 2.10.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30cf7d9ee513..724cc658ddb6 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.2
+ pkgver = 2.10.3
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.2.tar.gz
- sha256sums = c1c4ba4f1c87919b3d2749280c7e9959a7d82a4a43a97a19eca0a3ca22605066
+ source = http://www.lrde.epita.fr/dload/spot/spot-2.10.3.tar.gz
+ sha256sums = 897e95486173748f2b65eecbd99a234b7f6877f2186e868da7ace5671804019f
pkgname = spot
diff --git a/PKGBUILD b/PKGBUILD
index 26e92da8a5d0..7956b864e754 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=spot
-pkgver=2.10.2
+pkgver=2.10.3
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=('c1c4ba4f1c87919b3d2749280c7e9959a7d82a4a43a97a19eca0a3ca22605066')
+sha256sums=('897e95486173748f2b65eecbd99a234b7f6877f2186e868da7ace5671804019f')
build() {
cd ${srcdir}/${pkgname}-${pkgver}