Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
erlang-cl
Commits:
a805a914 by Carl Smedstad at 2025-01-30T06:17:36+01:00
Source tag instead of pinned commit
- - - - -
39f3eaeb by Carl Smedstad at 2025-01-30T06:20:02+01:00
upgpkg: 1.2.4-9: migrate from erlang-nox to erlang split package
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = erlang-cl
pkgdesc = OpenCL binding for Erlang
pkgver = 1.2.4
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/tonyrog/cl
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = erlang-cl
depends = erlang
depends = opencl-icd-loader
replaces = cl
- source =
git+https://github.com/tonyrog/cl#commit=f0a5631fdcf4e1c56e6bf1568c6c2c8fff0d66df
- b2sums = SKIP
+ source = git+https://github.com/tonyrog/cl#tag=cl-1.2.4
+ b2sums =
68bae78fd520551bafb4dde229deceb8d35ee99464116af16e99e041ec1d59d7dacbfd32bf9587295167c48ca190eb686407f9dfc3b57be556e7f3b5eadfa7e0
pkgname = erlang-cl
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=erlang-cl
pkgver=1.2.4
-pkgrel=8
+pkgrel=9
arch=(x86_64)
pkgdesc='OpenCL binding for Erlang'
url='https://github.com/tonyrog/cl'
@@ -11,8 +11,8 @@ license=(MIT)
replaces=(cl)
depends=(erlang opencl-icd-loader)
makedepends=(git opencl-headers rebar)
-source=("git+$url#commit=f0a5631fdcf4e1c56e6bf1568c6c2c8fff0d66df") # tag:
cl-1.2.4
-b2sums=('SKIP')
+source=("git+$url#tag=cl-$pkgver")
+b2sums=('68bae78fd520551bafb4dde229deceb8d35ee99464116af16e99e041ec1d59d7dacbfd32bf9587295167c48ca190eb686407f9dfc3b57be556e7f3b5eadfa7e0')
build() {
cd cl
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/erlang-cl/-/compare/cb5e4e22cf0fda0074787ce1e0b175dcce668064...39f3eaebb5178b1745fbdf50ca7c1d9063f7ce6b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/erlang-cl/-/compare/cb5e4e22cf0fda0074787ce1e0b175dcce668064...39f3eaebb5178b1745fbdf50ca7c1d9063f7ce6b
You're receiving this email because of your account on gitlab.archlinux.org.