Date: Wednesday, May 20, 2020 @ 17:21:45 Author: demize Revision: 630893
upgpkg: maturin 0.8.1-1 Modified: maturin/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-20 17:21:42 UTC (rev 630892) +++ PKGBUILD 2020-05-20 17:21:45 UTC (rev 630893) @@ -1,5 +1,5 @@ pkgname=maturin -pkgver=0.7.9 +pkgver=0.8.1 pkgrel=1 pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings" @@ -7,11 +7,12 @@ arch=(x86_64) license=(Apache) -depends=(rust) +depends=(gcc-libs libdbus-1.so rust) makedepends=(git) -source=(git+https://github.com/PyO3/maturin#tag=v$pkgver) -sha256sums=(SKIP) +source=(git+https://github.com/PyO3/maturin#tag=v0.8.1?signed) +sha256sums=('SKIP') +validpgpkeys=('07515D832489235391FD5799305BDEA95BCA5CBF') build() { cd maturin
