summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Démoulins2020-11-20 09:43:27 +0100
committerClément Démoulins2020-11-20 09:44:51 +0100
commite1f2d5eeccfcb68cc791e7b0655d891405da12fd (patch)
treebcd91da55d1c56ff6c537bc3d01f0d870f816964
parent53f09995d8facd5182b94be87973e292c25f8e5e (diff)
downloadaur-e1f2d5eeccfcb68cc791e7b0655d891405da12fd.tar.gz
Upgrade 2.9.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6be69f683d4e..817e35f4e703 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.9.4
+ pkgver = 2.9.5
pkgrel = 1
url = https://spot.lrde.epita.fr/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = spot
depends = sh
depends = python
depends = libtool
- source = http://www.lrde.epita.fr/dload/spot/spot-2.9.4.tar.gz
- sha256sums = e11208323baabe9b5f98098d4b9bb39803fb102a68abbbaf900f1fcd578f0f85
+ source = http://www.lrde.epita.fr/dload/spot/spot-2.9.5.tar.gz
+ sha256sums = 0a863adc177b606cce8a90f345b316a31382c841e102ec39d74cd89a4ffba05f
pkgname = spot
diff --git a/PKGBUILD b/PKGBUILD
index 0e41d9d37a75..cce80ce239da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=spot
-pkgver=2.9.4
+pkgver=2.9.5
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=('e11208323baabe9b5f98098d4b9bb39803fb102a68abbbaf900f1fcd578f0f85')
+sha256sums=('0a863adc177b606cce8a90f345b316a31382c841e102ec39d74cd89a4ffba05f')
build() {
cd ${srcdir}/${pkgname}-${pkgver}