[arch-commits] Commit in maturin/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Thu Oct 14 10:26:21 UTC 2021


    Date: Thursday, October 14, 2021 @ 10:26:21
  Author: dvzrv
Revision: 1030099

upgpkg: maturin 0.11.5-1: Upgrade to 0.11.5.

Pin the tag's commit instead of relying on a tag directly.

Modified:
  maturin/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-14 10:24:11 UTC (rev 1030098)
+++ PKGBUILD	2021-10-14 10:26:21 UTC (rev 1030099)
@@ -1,7 +1,8 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=maturin
-pkgver=0.11.4
+pkgver=0.11.5
+_commit=0220fd94fd51be3eaf747e0539bd93177337e553  # 0.11.5
 pkgrel=1
 pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings"
 url="https://github.com/PyO3/maturin"
@@ -9,7 +10,7 @@
 license=(Apache)
 depends=(gcc-libs glibc rust)
 makedepends=(bzip2 dbus git)
-source=(git+https://github.com/PyO3/maturin#tag=v$pkgver)
+source=(git+https://github.com/PyO3/maturin#commit=${_commit})
 sha256sums=('SKIP')
 validpgpkeys=('07515D832489235391FD5799305BDEA95BCA5CBF')  # konstin <konstin at mailbox.org>
 



More information about the arch-commits mailing list