David Runge pushed to branch main at Arch Linux / Packaging / Packages / maturin
Commits:
ebb53b60 by David Runge at 2024-05-20T18:33:32+02:00
upgpkg: 1.5.1-3
Rebuild maturin with all features.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = maturin
pkgdesc = Build and publish crates with pyo3, rust-cpython and cffi
bindings
pkgver = 1.5.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/PyO3/maturin
arch = x86_64
license = Apache-2.0 OR MIT
@@ -24,6 +24,7 @@ pkgname = maturin
depends = bzip2
depends = gcc-libs
depends = glibc
+ depends = openssl
depends = rust
pkgname = python-maturin
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgname=(
python-maturin
)
pkgver=1.5.1
-pkgrel=2
+pkgrel=3
pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings"
url="https://github.com/PyO3/maturin"
arch=(x86_64)
@@ -54,6 +54,7 @@ package_maturin() {
bzip2
gcc-libs
glibc
+ openssl
rust
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/maturin/-/commit/ebb53b60168d3ec2742ba663f38f32c5940e639b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/maturin/-/commit/ebb53b60168d3ec2742ba663f38f32c5940e639b
You're receiving this email because of your account on gitlab.archlinux.org.