summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Démoulins2019-09-30 11:35:53 +0200
committerClément Démoulins2019-09-30 11:35:53 +0200
commit602a73b3169abcbde870ce11b113c2481f29a00f (patch)
treef0a579317e3ece0a50fb367d9aeb882b4c900052
parent9dbe758cb3231374cb16e96cc1edc4bd665375e7 (diff)
downloadaur-602a73b3169abcbde870ce11b113c2481f29a00f.tar.gz
Push version 2.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d43c1fd8c49c..34a4ed138d4f 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.8
+ pkgver = 2.8.2
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.8.tar.gz
- sha256sums = efb6e5399f5d1d63d4eceffc46027ff363c3be7262e5e66d8f3c813ea2ab68b1
+ source = http://www.lrde.epita.fr/dload/spot/spot-2.8.2.tar.gz
+ sha256sums = 88ff7e40c2fbf029196249566bf670806443d4770d814b9cd2e98fa4a817990a
pkgname = spot
diff --git a/PKGBUILD b/PKGBUILD
index 057ae566948c..96d792a6b01e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=spot
-pkgver=2.8
+pkgver=2.8.2
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=('efb6e5399f5d1d63d4eceffc46027ff363c3be7262e5e66d8f3c813ea2ab68b1')
+sha256sums=('88ff7e40c2fbf029196249566bf670806443d4770d814b9cd2e98fa4a817990a')
build() {
cd ${srcdir}/${pkgname}-${pkgver}