summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-28 17:51:32 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-28 17:57:04 +0100
commit34f3468792504df7e288a30f70546bb7b7e41440 (patch)
tree6dfce89cbf2a7da2d830c966fd75c5122e6c820d
parent4f52d1ac038ca18df1ed78ff6ae06d43d7498d00 (diff)
downloadaports-34f3468792504df7e288a30f70546bb7b7e41440.zip
main/perl-yaml-libyaml: upgrade to 0.81
-rw-r--r--main/perl-yaml-libyaml/APKBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/main/perl-yaml-libyaml/APKBUILD b/main/perl-yaml-libyaml/APKBUILD
index 8159151e6ff..f15868c406c 100644
--- a/main/perl-yaml-libyaml/APKBUILD
+++ b/main/perl-yaml-libyaml/APKBUILD
@@ -4,8 +4,8 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=perl-yaml-libyaml
_pkgreal=YAML-LibYAML
-pkgver=0.80
-pkgrel=1
+pkgver=0.81
+pkgrel=0
pkgdesc="Perl YAML Serialization using XS and libyaml"
url="https://metacpan.org/release/YAML-LibYAML"
arch="all"
@@ -20,27 +20,23 @@ builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
default_prepare
- cd "$builddir"
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}
build() {
- cd "$builddir"
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
make
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
check() {
- cd "$builddir"
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
make test
}
-sha512sums="01decde5b5b4576c89ad00985605a77e15201ad492e2122b0e64eb2ff9f8bdee520f15d0302c282339dc0a1806e31265a9c4847d5daadd909cade3e94ef1d98c YAML-LibYAML-0.80.tar.gz"
+sha512sums="469ac568f5b7562cb4e58150121f7dbaaf129ce2ae72690e94c644da980a43fb0e1b372c4d674ca5413741af1d2756971341631f03c51bd99479cfe775b7c6e2 YAML-LibYAML-0.81.tar.gz"