Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / elixir
Commits: b355f2ca by Robin Candau at 2025-02-19T15:30:24+01:00 upgpkg: 1.18.2-3: Add the missing 'erlang-core' dependency Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/elixir/-/issues/2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = elixir pkgdesc = A dynamic, functional language for building scalable and maintainable applications pkgver = 1.18.2 - pkgrel = 2 + pkgrel = 3 url = https://elixir-lang.org arch = any license = Apache-2.0 @@ -19,6 +19,7 @@ pkgbase = elixir makedepends = erlang-stdlib makedepends = erlang-tools makedepends = erlang-xmerl + depends = erlang-core source = elixir-1.18.2.tar.gz::https://github.com/elixir-lang/elixir/archive/v1.18.2.tar.gz sha256sums = efc8d0660b56dd3f0c7536725a95f4d8b6be9f11ca9779d824ad79377753e916 ===================================== PKGBUILD ===================================== @@ -5,11 +5,14 @@ pkgname=elixir pkgver=1.18.2 -pkgrel=2 +pkgrel=3 pkgdesc="A dynamic, functional language for building scalable and maintainable applications" url="https://elixir-lang.org" license=('Apache-2.0') arch=('any') +depends=( + 'erlang-core' +) makedepends=( 'erlang-compiler' 'erlang-crypto' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/elixir/-/commit/b355f2ca0a2929defd3c7c286f4756ac8f74aca8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/elixir/-/commit/b355f2ca0a2929defd3c7c286f4756ac8f74aca8 You're receiving this email because of your account on gitlab.archlinux.org.
