wok diff vala/receipt @ rev 22579

updated calcurse (4.3.0 -> 4.5.1)
author Hans-G?nter Theisgen
date Tue Jan 07 13:14:16 2020 +0100 (2020-01-07)
parents c46591bcff38
children 6831608a1b2a
line diff
     1.1 --- a/vala/receipt	Wed Apr 09 14:57:01 2014 +0200
     1.2 +++ b/vala/receipt	Tue Jan 07 13:14:16 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vala"
     1.7 -VERSION="0.24.0"
     1.8 +VERSION="0.36.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Compiler for the GObject type system"
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12 @@ -18,7 +18,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure $CONFIGURE_ARGS &&
    1.18  	make && make install
    1.19  }