[arch-commits] Commit in elixir/repos (3 files)
Johannes Löthberg
demize at archlinux.org
Wed Oct 2 17:01:36 UTC 2019
Date: Wednesday, October 2, 2019 @ 17:01:35
Author: demize
Revision: 512437
db-move: moved elixir from [community-testing] to [community] (any)
Added:
elixir/repos/community-any/PKGBUILD
(from rev 512436, 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-10-02 17:01:23 UTC (rev 512436)
+++ community-any/PKGBUILD 2019-10-02 17:01:35 UTC (rev 512437)
@@ -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.0
-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=('dbf4cb66634e22d60fe4aa162946c992257f700c7db123212e7e29d1c0b0c487')
-
-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 512436, elixir/repos/community-testing-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2019-10-02 17:01:35 UTC (rev 512437)
@@ -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.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
+}
More information about the arch-commits
mailing list