Date: Thursday, December 8, 2022 @ 19:37:26
  Author: dvzrv
Revision: 1357212

archrelease: copy trunk to community-x86_64

Added:
  maturin/repos/community-x86_64/PKGBUILD
    (from rev 1357211, maturin/trunk/PKGBUILD)
Deleted:
  maturin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-08 19:37:09 UTC (rev 1357211)
+++ PKGBUILD    2022-12-08 19:37:26 UTC (rev 1357212)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-pkgname=maturin
-pkgver=0.14.4
-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=('58191a77cdcc4f7ba032df789f75ce21ae42ba66923374a328096183ad16aa0fb638cb48be209537817b41432b6695405474ed3ffdbae746d5d41f10b039e6ab')
-b2sums=('5adf50a8128925f4177dd448dbf575ec5a8ea0a30f7ec9b239502e85a4790b6d63c21651e53787304f3425567047fc6ebb03aac132afd451ec3ddc969b6b32a9')
-
-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 1357211, 
maturin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-08 19:37:26 UTC (rev 1357212)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <[email protected]>
+
+pkgname=maturin
+pkgver=0.14.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=(debug !lto)
+source=($pkgname-$pkgver.tar.gz::https://github.com/PyO3/$pkgname/archive/refs/tags/v$pkgver.tar.gz)
+sha512sums=('71c35f4dcaf817b158fbbb51dad8a8cfbdfdfce3d8b9ae639e1940d1a9aae0606f130b7129abedf36a913e58e38803136ee69695662bce410286f034a4c83c90')
+b2sums=('fee6f179346c47b267b569805e78fd2afa83210b7ea7ca2702fea92c979583661334fef6c0ca5042974014bc8b6be0d8b3b72ba7aa1091005f74f69db56da165')
+
+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/"
+}

Reply via email to