myrddin: update to 0.2.0.

This commit is contained in:
Duncaen 2017-09-23 05:08:53 +02:00
parent 2886798b19
commit 6d8559b1a7

View file

@ -1,6 +1,6 @@
# Template file for 'myrddin' # Template file for 'myrddin'
pkgname=myrddin pkgname=myrddin
version=0.1.1 version=0.2.0
revision=1 revision=1
wrksrc=mc wrksrc=mc
only_for_archs="x86_64 x86_64-musl" only_for_archs="x86_64 x86_64-musl"
@ -12,7 +12,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MIT" license="MIT"
homepage="https://myrlang.org/" homepage="https://myrlang.org/"
distfiles="https://myrlang.org/releases/myrddin-${version}.tar.xz" distfiles="https://myrlang.org/releases/myrddin-${version}.tar.xz"
checksum=66405cc45d65da8c1a303b785b78c7df782a267810cd368e59ebb85a4da40068 checksum=4ad37b856edddc1172d584aaf67621eaccd6f378b132e6350c5c5ef9383eabcf
pre_build() { pre_build() {
export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2//} export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2//}