summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Démoulins2019-06-05 14:28:35 +0200
committerClément Démoulins2019-06-05 14:28:35 +0200
commit664d635474137a6a7083d9a9776152e9e62b3093 (patch)
treefc1ea2c19686a079d71d834fc332d5b93991a128
parent2c29cd915ba4fd18cd0a8877de3604db334bdaac (diff)
downloadaur-664d635474137a6a7083d9a9776152e9e62b3093.tar.gz
Release 2.7.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf7c77fc35c5..2344873352e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Apr 30 11:23:07 UTC 2019
pkgbase = spot
pkgdesc = A C++11 library for omega automata manipulation and model checking.
- pkgver = 2.7.4
+ pkgver = 2.7.5
pkgrel = 1
url = https://spot.lrde.epita.fr/
arch = i686
@@ -11,8 +9,8 @@ pkgbase = spot
depends = glibc
depends = sh
depends = python
- source = http://www.lrde.epita.fr/dload/spot/spot-2.7.4.tar.gz
- sha256sums = 2c60d880356109918e496eff7fc5316b8e5bd7992adaeb4672eedc140e740f25
+ source = http://www.lrde.epita.fr/dload/spot/spot-2.7.5.tar.gz
+ sha256sums = 2cbbfb6245250603c92fd3d512d07b5d70c7924826b156a260c4a41039c0ce23
pkgname = spot
diff --git a/PKGBUILD b/PKGBUILD
index dfae2f79c5b6..91452a9f9bfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=spot
-pkgver=2.7.4
+pkgver=2.7.5
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=('2c60d880356109918e496eff7fc5316b8e5bd7992adaeb4672eedc140e740f25')
+sha256sums=('2cbbfb6245250603c92fd3d512d07b5d70c7924826b156a260c4a41039c0ce23')
build() {
cd ${srcdir}/${pkgname}-${pkgver}