summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Démoulins2017-02-08 16:00:34 +0100
committerClément Démoulins2017-02-08 16:00:34 +0100
commit272bb8aa0a2db029ba7b91dc0fac1eee9bc564ed (patch)
tree2fe425270f26d73d450b017b0099a93db0c9d421
parent428bed26d0d635e36cb6082269991bdf3ede1aa1 (diff)
downloadaur-272bb8aa0a2db029ba7b91dc0fac1eee9bc564ed.tar.gz
Update md5sums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29de4c8fae36..a6d8ca02349b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 8 14:59:45 UTC 2017
+# Wed Feb 8 15:00:32 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 = 1
+ pkgrel = 2
url = http://vcsn.lrde.epita.fr/
arch = i686
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = vcsn
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 = bf3c39ed1dbef00437c3d67f7ab74dbb
+ md5sums = 54d3c20c93787c0584af06996c3b01bb
pkgname = vcsn
diff --git a/PKGBUILD b/PKGBUILD
index 131cb83c616b..541d03c30aa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=vcsn
pkgver=2.5
-pkgrel=1
+pkgrel=2
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=('bf3c39ed1dbef00437c3d67f7ab74dbb')
+md5sums=('54d3c20c93787c0584af06996c3b01bb')
check() {
cd "$srcdir/$pkgname-$pkgver"