From d002dd9ec64e3534c5c073437a52e800548f928a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 22 Nov 2020 15:20:05 +0100 Subject: [PATCH] erlang: update to 23.1.4. --- srcpkgs/erlang/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/erlang/template b/srcpkgs/erlang/template index 6fb84cb0a8b..6557281ec4c 100644 --- a/srcpkgs/erlang/template +++ b/srcpkgs/erlang/template @@ -1,6 +1,6 @@ # Template file for 'erlang' pkgname=erlang -version=23.1.3 +version=23.1.4 revision=1 create_wrksrc=yes build_wrksrc="otp-OTP-${version}" @@ -14,7 +14,7 @@ license="Apache-2.0" homepage="http://www.erlang.org/" changelog="https://github.com/erlang/otp/releases" distfiles="https://github.com/erlang/otp/archive/OTP-${version}.tar.gz" -checksum=291e0852b71ca593f4015417f6e44c08638633c5af6648bd26582c8590390433 +checksum=8f6718b82bbca72d7dfe0b0de10b6e043cefe9e5ac08d3f84e18f8522d794967 subpackages="erlang-doc" if [ -z "$CROSS_BUILD" ]; then @@ -59,7 +59,6 @@ post_install() { erlang-doc_package() { short_desc="Erlang programming language documentation and examples" depends="${sourcepkg}-${version}_${revision}" - archs=noarch pkg_install() { vmove usr/lib/erlang/doc for i in $(cd ${DESTDIR}; find usr/lib/erlang -type d \( -path '*/examples' -o -path '*/doc/html' \))