summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Démoulins2017-11-29 11:48:12 +0100
committerClément Démoulins2017-11-29 11:48:12 +0100
commita452e95048f9d5c0e78dce7547eb5f7bbadf1f4f (patch)
tree8758910bd3bf13d093fec0167d60c866a838f933
parent7c8c2eaf5c0404f009aa47779e71c6c4a7cd3470 (diff)
downloadaur-a452e95048f9d5c0e78dce7547eb5f7bbadf1f4f.tar.gz
Update to version 2.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e930abeb02c..22b42fc819ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jun 8 13:11:18 UTC 2017
+# Wed Nov 29 10:48:08 UTC 2017
pkgbase = vcsn
pkgdesc = Finite state machine manipulation platform, consisting of a library and tools implemented on top of it.
- pkgver = 2.5
- pkgrel = 3
+ pkgver = 2.6
+ pkgrel = 1
url = http://vcsn.lrde.epita.fr/
arch = i686
arch = x86_64
@@ -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.5/vcsn-2.5.tar.xz
- md5sums = 54d3c20c93787c0584af06996c3b01bb
+ source = https://www.lrde.epita.fr/dload/vcsn/2.6/vcsn-2.6.tar.xz
+ md5sums = e0c38af888af4756fa57046f3c82d141
pkgname = vcsn
diff --git a/PKGBUILD b/PKGBUILD
index 1cb9733d3acb..5115be8bec15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Clément DEMOULINS <clement@archivel.fr>
pkgname=vcsn
-pkgver=2.5
-pkgrel=3
+pkgver=2.6
+pkgrel=1
pkgdesc="Finite state machine manipulation platform, consisting of a library and tools implemented on top of it."
arch=('i686' 'x86_64')
url="http://vcsn.lrde.epita.fr/"
@@ -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=('54d3c20c93787c0584af06996c3b01bb')
+md5sums=('e0c38af888af4756fa57046f3c82d141')
check() {
cd "$srcdir/$pkgname-$pkgver"