summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Démoulins2018-05-17 11:44:35 +0200
committerClément Démoulins2018-05-17 11:44:35 +0200
commite8aa6d7494e6dda29ba974093d08e12a7fd50004 (patch)
tree379bef9844b5f2bc106182f9d9d5a73f629abe55
parent4a1a1b2c7ffb8285abf8f0d5faf291d5c2291dc1 (diff)
downloadaur-vcsn.tar.gz
Release 2.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f2783430251..6f50dd4ca773 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 29 13:23:24 UTC 2018
+# Thu May 17 09:44:31 UTC 2018
pkgbase = vcsn
pkgdesc = Finite state machine manipulation platform, consisting of a library and tools implemented on top of it.
- pkgver = 2.7
+ pkgver = 2.8
pkgrel = 1
url = http://vcsn.lrde.epita.fr/
arch = i686
@@ -21,8 +21,8 @@ pkgbase = vcsn
depends = yaml-cpp
optdepends = python-regex: to get better error messages
options = !buildflags
- source = https://www.lrde.epita.fr/dload/vcsn/2.7/vcsn-2.7.tar.xz
- md5sums = f1e99b3ccf25b549f825eb54e7d80d9a
+ source = https://www.lrde.epita.fr/dload/vcsn/2.8/vcsn-2.8.tar.xz
+ md5sums = 10f4a128fb81d284f399bf1ec9d033e7
pkgname = vcsn
diff --git a/PKGBUILD b/PKGBUILD
index 914126fa3f1e..2936847030f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clément DEMOULINS <clement@archivel.fr>
pkgname=vcsn
-pkgver=2.7
+pkgver=2.8
pkgrel=1
pkgdesc="Finite state machine manipulation platform, consisting of a library and tools implemented on top of it."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('texlive-core' 'doxygen' 'python2-docutils')
options=(!buildflags)
source=("https://www.lrde.epita.fr/dload/vcsn/$pkgver/$pkgname-$pkgver.tar.xz")
-md5sums=('f1e99b3ccf25b549f825eb54e7d80d9a')
+md5sums=('10f4a128fb81d284f399bf1ec9d033e7')
check() {
cd "$srcdir/$pkgname-$pkgver"