[arch-commits] Commit in elixir/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Sun Feb 2 16:24:50 UTC 2020


    Date: Sunday, February 2, 2020 @ 16:24:49
  Author: demize
Revision: 561674

upgpkg: elixir 1.10.0-1

Modified:
  elixir/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-02 16:24:06 UTC (rev 561673)
+++ PKGBUILD	2020-02-02 16:24:49 UTC (rev 561674)
@@ -3,7 +3,7 @@
 # Contributor: Gilbert Kennen <gilbert firewatcher org>
 
 pkgname=elixir
-pkgver=1.9.4
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="a functional meta-programming aware language built on top of the Erlang VM"
 url="https://elixir-lang.org"
@@ -12,7 +12,7 @@
 depends=('erlang-nox')
 checkdepends=('git')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz")
-sha256sums=('f3465d8a8e386f3e74831bf9594ee39e6dfde6aa430fe9260844cfe46aa10139')
+sha256sums=('6f0d35acfcbede5ef7dced3e37f016fd122c2779000ca9dcaf92975b220737b7')
 
 build() {
   cd elixir-"$pkgver"
@@ -21,7 +21,10 @@
 
 check() {
   cd elixir-"$pkgver"
-  make test
+  ERL_EPMD_PORT=5369 make test
+
+  # The elixir test suite starts up epmd and then doesn't kill it again afterwards.
+  epmd -port 5369 -kill
 }
 
 package() {



More information about the arch-commits mailing list