summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Démoulins2019-07-11 14:04:39 +0200
committerClément Démoulins2019-07-11 14:04:39 +0200
commit9dbe758cb3231374cb16e96cc1edc4bd665375e7 (patch)
tree9daa20e3857ec378c5e547fc83122d78282c7dc1
parent664d635474137a6a7083d9a9776152e9e62b3093 (diff)
downloadaur-9dbe758cb3231374cb16e96cc1edc4bd665375e7.tar.gz
Spot 2.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2344873352e2..d43c1fd8c49c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spot
pkgdesc = A C++11 library for omega automata manipulation and model checking.
- pkgver = 2.7.5
+ pkgver = 2.8
pkgrel = 1
url = https://spot.lrde.epita.fr/
arch = i686
@@ -9,8 +9,8 @@ pkgbase = spot
depends = glibc
depends = sh
depends = python
- source = http://www.lrde.epita.fr/dload/spot/spot-2.7.5.tar.gz
- sha256sums = 2cbbfb6245250603c92fd3d512d07b5d70c7924826b156a260c4a41039c0ce23
+ source = http://www.lrde.epita.fr/dload/spot/spot-2.8.tar.gz
+ sha256sums = efb6e5399f5d1d63d4eceffc46027ff363c3be7262e5e66d8f3c813ea2ab68b1
pkgname = spot
diff --git a/PKGBUILD b/PKGBUILD
index 91452a9f9bfc..057ae566948c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=spot
-pkgver=2.7.5
+pkgver=2.8
pkgrel=1
pkgdesc="A C++11 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')
source=(http://www.lrde.epita.fr/dload/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('2cbbfb6245250603c92fd3d512d07b5d70c7924826b156a260c4a41039c0ce23')
+sha256sums=('efb6e5399f5d1d63d4eceffc46027ff363c3be7262e5e66d8f3c813ea2ab68b1')
build() {
cd ${srcdir}/${pkgname}-${pkgver}