summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Démoulins2019-04-23 10:34:18 +0200
committerClément Démoulins2019-04-23 10:34:18 +0200
commit79a988f0f14d37db1b556055422d70b19f6b790e (patch)
treedae688de6810837b9aab9b85425051390a94c4b0
parent7b2c1535c4edf93a1ad70562fc7660b5077e9c01 (diff)
downloadaur-79a988f0f14d37db1b556055422d70b19f6b790e.tar.gz
Release 2.7.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e77f0211012..de3460ce6d85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 18 13:24:56 UTC 2019
+# Tue Apr 23 08:34:15 UTC 2019
pkgbase = spot
pkgdesc = A C++11 library for omega automata manipulation and model checking.
- pkgver = 2.7.2
+ pkgver = 2.7.3
pkgrel = 1
url = https://spot.lrde.epita.fr/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = spot
depends = glibc
depends = sh
depends = python
- source = http://www.lrde.epita.fr/dload/spot/spot-2.7.2.tar.gz
- sha256sums = e11347d7a6c4deb4ebdaf16bc464b709316c14fefa371f2370c48ec6081f0865
+ source = http://www.lrde.epita.fr/dload/spot/spot-2.7.3.tar.gz
+ sha256sums = 5c78c7893aa538aa00c309053761250d9119a98641c6275eeba648f221e49c9a
pkgname = spot
diff --git a/PKGBUILD b/PKGBUILD
index 7f3ca15e0db1..2ca27f75389b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=spot
-pkgver=2.7.2
+pkgver=2.7.3
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=('e11347d7a6c4deb4ebdaf16bc464b709316c14fefa371f2370c48ec6081f0865')
+sha256sums=('5c78c7893aa538aa00c309053761250d9119a98641c6275eeba648f221e49c9a')
build() {
cd ${srcdir}/${pkgname}-${pkgver}