diff --git a/programming/language/vala/actions.py b/programming/language/vala/actions.py
index 856debc335..eb00b72078 100644
--- a/programming/language/vala/actions.py
+++ b/programming/language/vala/actions.py
@@ -4,11 +4,14 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
+from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
+ shelltools.system("sed -i '115d; 121,137d; 139,140d' configure.ac")
+ shelltools.system("sed -i '/valadoc/d' Makefile.am")
autotools.autoreconf("-vfi")
autotools.configure("--enable-vapigen \
--with-pic")
diff --git a/programming/language/vala/pspec.xml b/programming/language/vala/pspec.xml
index c8f3ad8cbc..f80df5b647 100644
--- a/programming/language/vala/pspec.xml
+++ b/programming/language/vala/pspec.xml
@@ -12,7 +12,7 @@
BSD
A modern programming language for GNOME
Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.
- mirrors://gnome/vala/0.36/vala-0.36.9.tar.xz
+ mirrors://gnome/vala/0.40/vala-0.40.3.tar.xz
glib2-devel
gobject-introspection-devel
@@ -34,6 +34,7 @@
/usr/share/doc
/usr/share/man
/usr/share/vala-*/vapi
+ /usr/share/vala/vapi/libvala-0.40.vapi
/usr/share/vim/vimfiles
@@ -69,6 +70,13 @@
+
+ 2018-07-30
+ 0.40.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-07-29
0.36.9