summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Démoulins2016-11-18 10:52:34 +0100
committerClément Démoulins2016-11-18 10:52:34 +0100
commita31293d4c2b119ad7053845c64da93b117b78fda (patch)
tree1ebdcf4f6997865fa43ab6850bb3347f1b995e34
parent15747d4f61d66a287097847fbe44d8d7689f0de6 (diff)
downloadaur-a31293d4c2b119ad7053845c64da93b117b78fda.tar.gz
Upgrade to 2.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1979668a04ff..684e96dbc70c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 8 15:54:41 UTC 2016
+# Fri Nov 18 09:52:22 UTC 2016
pkgbase = vcsn
pkgdesc = Finite state machine manipulation platform, consisting of a library and tools implemented on top of it.
- pkgver = 2.3
+ pkgver = 2.4
pkgrel = 1
url = http://vcsn.lrde.epita.fr/
arch = i686
@@ -20,8 +20,8 @@ pkgbase = vcsn
depends = graphviz
optdepends = python-regex: to get better error messages
options = !buildflags
- source = https://www.lrde.epita.fr/dload/vcsn/2.3/vcsn-2.3.tar.xz
- md5sums = 23ac4a05186aaf907b4dc3a85250fa2f
+ source = https://www.lrde.epita.fr/dload/vcsn/2.4/vcsn-2.4.tar.xz
+ md5sums = bf3c39ed1dbef00437c3d67f7ab74dbb
pkgname = vcsn
diff --git a/PKGBUILD b/PKGBUILD
index ab3d0f5fd30d..5145332bc7d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clément DEMOULINS <clement@archivel.fr>
pkgname=vcsn
-pkgver=2.3
+pkgver=2.4
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=('23ac4a05186aaf907b4dc3a85250fa2f')
+md5sums=('bf3c39ed1dbef00437c3d67f7ab74dbb')
check() {
cd "$srcdir/$pkgname-$pkgver"