meson: update to 0.35.1

Add convenience symlinks.
This commit is contained in:
Alessio Sergi 2016-10-23 11:52:16 +02:00
parent bcdcc12de2
commit 75fe711be0

View file

@ -1,7 +1,7 @@
# Template file for 'meson'
pkgname=meson
version=0.35.0
revision=4
version=0.35.1
revision=1
noarch=yes
build_style=python3-module
pycompile_module="mesonbuild"
@ -12,4 +12,10 @@ license="Apache-2.0"
maintainer="Dylan Katz <muddmaker.97@gmail.com>"
homepage="http://mesonbuild.com"
distfiles="https://github.com/mesonbuild/meson/archive/${version}.tar.gz"
checksum=57947a2ed90c2f9d4e5a82df055fd1ae2d2015f0b133756ddcc564e9e5404ca0
checksum=86e6f4bf234a9851304ea21ebc6dbc4de549bb0662c38e236ba0187156c20968
post_install() {
for f in ${DESTDIR}/usr/bin/*.py; do
ln -sfr ${f} ${f%%.py}
done
}