[arch-commits] Commit in elixir/repos (3 files)

Johannes Löthberg demize at archlinux.org
Sat Nov 2 19:50:09 UTC 2019


    Date: Saturday, November 2, 2019 @ 19:50:09
  Author: demize
Revision: 522170

db-move: moved elixir from [community-testing] to [community] (any)

Added:
  elixir/repos/community-any/PKGBUILD
    (from rev 522169, elixir/repos/community-testing-any/PKGBUILD)
Deleted:
  elixir/repos/community-any/PKGBUILD
  elixir/repos/community-testing-any/

------------------------+
 /PKGBUILD              |   32 ++++++++++++++++++++++++++++++++
 community-any/PKGBUILD |   32 --------------------------------
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD	2019-11-02 19:48:57 UTC (rev 522169)
+++ community-any/PKGBUILD	2019-11-02 19:50:09 UTC (rev 522170)
@@ -1,32 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Contributor: Gilbert Kennen <gilbert firewatcher org>
-
-pkgname=elixir
-pkgver=1.9.1
-pkgrel=1
-pkgdesc="a functional meta-programming aware language built on top of the Erlang VM"
-url="https://elixir-lang.org"
-arch=('any')
-license=('Apache' 'custom:EPL')
-depends=('erlang-nox')
-checkdepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz")
-sha256sums=('94daa716abbd4493405fb2032514195077ac7bc73dc2999922f13c7d8ea58777')
-
-build() {
-  cd elixir-"$pkgver"
-  make
-}
-
-check() {
-  cd elixir-"$pkgver"
-  make test_erlang
-}
-
-package() {
-  cd elixir-"$pkgver"
-  mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: elixir/repos/community-any/PKGBUILD (from rev 522169, elixir/repos/community-testing-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-11-02 19:50:09 UTC (rev 522170)
@@ -0,0 +1,32 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Contributor: Gilbert Kennen <gilbert firewatcher org>
+
+pkgname=elixir
+pkgver=1.9.2
+pkgrel=1
+pkgdesc="a functional meta-programming aware language built on top of the Erlang VM"
+url="https://elixir-lang.org"
+arch=('any')
+license=('Apache' 'custom:EPL')
+depends=('erlang-nox')
+checkdepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz")
+sha256sums=('02aaa3ffd21f9cf51aceb3aa5a5bc2c1e2636b1611867e44f19693dcf856e25c')
+
+build() {
+  cd elixir-"$pkgver"
+  make
+}
+
+check() {
+  cd elixir-"$pkgver"
+  make test_erlang
+}
+
+package() {
+  cd elixir-"$pkgver"
+  mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}



More information about the arch-commits mailing list