erlang: update to 23.1.4.

This commit is contained in:
Leah Neukirchen 2020-11-22 15:20:05 +01:00
parent 148b85230f
commit d002dd9ec6

View file

@ -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' \))