Date: Tuesday, September 27, 2022 @ 10:27:36 Author: dvzrv Revision: 1312513
archrelease: copy trunk to community-x86_64 Added: maturin/repos/community-x86_64/PKGBUILD (from rev 1312512, maturin/trunk/PKGBUILD) Deleted: maturin/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 68 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-09-27 10:27:25 UTC (rev 1312512) +++ PKGBUILD 2022-09-27 10:27:36 UTC (rev 1312513) @@ -1,34 +0,0 @@ -# Maintainer: David Runge <dv...@archlinux.org> - -pkgname=maturin -pkgver=0.13.3 -pkgrel=1 -pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings" -url="https://github.com/PyO3/maturin" -arch=(x86_64) -license=(Apache) -depends=(gcc-libs glibc rust) -makedepends=(bzip2 git) -# disable LTO until ring can be built with it: https://github.com/briansmith/ring/issues/1444 -options=(!lto) -source=($pkgname-$pkgver.tar.gz::https://github.com/PyO3/$pkgname/archive/refs/tags/v$pkgver.tar.gz) -sha512sums=('8a187c126f80137e23e5950dcfde981ce4ab961f838f505b9f038e18bd841324ccdf557a377f39ceed1df7e5934751cc4de3cf36148534fceeee917496a4fb71') -b2sums=('6e6ac88a59b66698a28d01cf485e761e39499abd93f7456b5dce41f444c50eeec9f154268b1e9c092077833259b0141aed7a70829200e7e4390a69675bb805a2') - -prepare() { - cd $pkgname-$pkgver - cargo fetch --locked --target "$CARCH-unknown-linux-gnu" -} - -build() { - cd $pkgname-$pkgver - cargo build --frozen --release --all-features -} - -package() { - depends+=(libbz2.so) - - cd $pkgname-$pkgver - install -vDm 755 target/release/maturin -t "$pkgdir/usr/bin/" - install -vDm 644 {Changelog,Readme}.md -t "$pkgdir/usr/share/doc/$pkgname/" -} Copied: maturin/repos/community-x86_64/PKGBUILD (from rev 1312512, maturin/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-09-27 10:27:36 UTC (rev 1312513) @@ -0,0 +1,34 @@ +# Maintainer: David Runge <dv...@archlinux.org> + +pkgname=maturin +pkgver=0.13.5 +pkgrel=1 +pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings" +url="https://github.com/PyO3/maturin" +arch=(x86_64) +license=(Apache) +depends=(gcc-libs glibc rust) +makedepends=(bzip2 git) +# disable LTO until ring can be built with it: https://github.com/briansmith/ring/issues/1444 +options=(!lto) +source=($pkgname-$pkgver.tar.gz::https://github.com/PyO3/$pkgname/archive/refs/tags/v$pkgver.tar.gz) +sha512sums=('5985270087f4b8fe94e9412bcce1626cf1eabf7f3d6e5c0422b71ea0582c6fc6874e4bbec0653bc991aea7d4ce773da027a8650c33298f53dd8f3b25a80ddb04') +b2sums=('f7bc600f6df7aea56cd6d243bc3e8912e6d11c7f374df035281350570492a4d8429f368b5af21469c6637280ae5d67bfb64a705beea829592e5c9098b6e1dc0a') + +prepare() { + cd $pkgname-$pkgver + cargo fetch --locked --target "$CARCH-unknown-linux-gnu" +} + +build() { + cd $pkgname-$pkgver + cargo build --frozen --release --all-features +} + +package() { + depends+=(libbz2.so) + + cd $pkgname-$pkgver + install -vDm 755 target/release/maturin -t "$pkgdir/usr/bin/" + install -vDm 644 {Changelog,Readme}.md -t "$pkgdir/usr/share/doc/$pkgname/" +}