summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Démoulins2021-11-30 08:43:45 +0100
committerClément Démoulins2021-11-30 08:43:45 +0100
commitd13a64cd21839872d08072985d2045107cf5765f (patch)
treed3bff541a188fb0fd8121a0128e5fb42cb450ab7
parent799c619158f456eebc64dd57ff9422840aa6d278 (diff)
downloadaur-d13a64cd21839872d08072985d2045107cf5765f.tar.gz
Release 2.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22dc456611de..bf842948cdf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spot
pkgdesc = A C++14 library for omega automata manipulation and model checking.
- pkgver = 2.10
+ pkgver = 2.10.1
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.tar.gz
- sha256sums = 966e323c1b9c11114adbf0030a852a571164f181d99e31bd616afe913c523160
+ source = http://www.lrde.epita.fr/dload/spot/spot-2.10.1.tar.gz
+ sha256sums = 38002989fc8e3725841a0537665bb2d5dfc259d2e09358100322c38f4c7481ad
pkgname = spot
diff --git a/PKGBUILD b/PKGBUILD
index cf4b8b524e80..f203f00f42a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=spot
-pkgver=2.10
+pkgver=2.10.1
pkgrel=1
pkgdesc="A C++14 library for 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=('966e323c1b9c11114adbf0030a852a571164f181d99e31bd616afe913c523160')
+sha256sums=('38002989fc8e3725841a0537665bb2d5dfc259d2e09358100322c38f4c7481ad')
build() {
cd ${srcdir}/${pkgname}-${pkgver}