Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / elixir


Commits:
fbe00c4b by Robin Candau at 2023-10-14T14:34:13+02:00
upgpkg: 1.15.7-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = elixir
        pkgdesc = a functional meta-programming aware language built on top of 
the Erlang VM
-       pkgver = 1.15.6
+       pkgver = 1.15.7
        pkgrel = 1
        url = https://elixir-lang.org
        arch = any
@@ -8,9 +8,7 @@ pkgbase = elixir
        license = custom:EPL
        checkdepends = git
        depends = erlang-nox
-       source = 
elixir-1.15.6.tar.gz::https://github.com/elixir-lang/elixir/archive/v1.15.6.tar.gz
-       source = 
address_tests_on_Erlang_26.1.patch::https://github.com/elixir-lang/elixir/commit/60efbf751d3bedbe1851ac8c701a807d66fe340d.patch
-       sha256sums = 
385fc1958bcf9023a748acf8c42179a0c6123c89744396840bdcd661ee130177
-       sha256sums = 
84a92ae228ea90c441821d896a02b392fa7e58715b9084a19a36b53f4bc3a615
+       source = 
elixir-1.15.7.tar.gz::https://github.com/elixir-lang/elixir/archive/v1.15.7.tar.gz
+       sha256sums = 
78bde2786b395515ae1eaa7d26faa7edfdd6632bfcfcd75bccb6341a18e8798f
 
 pkgname = elixir


=====================================
PKGBUILD
=====================================
@@ -4,29 +4,16 @@
 # Contributor: Gilbert Kennen <gilbert firewatcher org>
 
 pkgname=elixir
-pkgver=1.15.6
+pkgver=1.15.7
 pkgrel=1
-
 pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
 url="https://elixir-lang.org";
 license=('Apache' 'custom:EPL')
-
 arch=('any')
-
 depends=('erlang-nox')
 checkdepends=('git')
-
-source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz";
-       
"address_tests_on_Erlang_26.1.patch::https://github.com/elixir-lang/elixir/commit/60efbf751d3bedbe1851ac8c701a807d66fe340d.patch";)
-sha256sums=('385fc1958bcf9023a748acf8c42179a0c6123c89744396840bdcd661ee130177'
-            '84a92ae228ea90c441821d896a02b392fa7e58715b9084a19a36b53f4bc3a615')
-
-prepare() {
-  cd elixir-"$pkgver"
-  # Temporary patch to fix tests
-  # https://github.com/elixir-lang/elixir/issues/12975
-  patch -Np1 < "${srcdir}/address_tests_on_Erlang_26.1.patch"
-}
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz";)
+sha256sums=('78bde2786b395515ae1eaa7d26faa7edfdd6632bfcfcd75bccb6341a18e8798f')
 
 build() {
   cd elixir-"$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/elixir/-/commit/fbe00c4b94b93c5b36885e3a6a0f520456d92022

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/elixir/-/commit/fbe00c4b94b93c5b36885e3a6a0f520456d92022
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to