Date: Monday, April 17, 2023 @ 18:30:56
  Author: kpcyrd
Revision: 1447027

archrelease: copy trunk to community-x86_64

Added:
  cargo-release/repos/community-x86_64/PKGBUILD
    (from rev 1447026, cargo-release/trunk/PKGBUILD)
Deleted:
  cargo-release/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-17 18:30:41 UTC (rev 1447026)
+++ PKGBUILD    2023-04-17 18:30:56 UTC (rev 1447027)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=cargo-release
-pkgver=0.24.9
-pkgrel=1
-pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
-url='https://github.com/crate-ci/cargo-release'
-arch=('x86_64')
-license=('MIT' 'Apache-2.0')
-depends=('gcc-libs' 'libgit2' 'libssh' 'openssl' 'zlib')
-makedepends=('cargo' 'pkg-config')
-options=('!lto')
-source=(https://github.com/crate-ci/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('ac097acc52feafdc71902168c9cb5a7e216837e0da500bedfcd12254668c4c75288400ce6ff99185f305f3997a3340e38573a8f05756c495c1502fb9fe0dae1b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  OPENSSL_NO_VENDOR=1 \
-  LIBSSH2_SYS_USE_PKG_CONFIG=1 \
-    cargo build --frozen --release
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-release/repos/community-x86_64/PKGBUILD (from rev 1447026, 
cargo-release/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-17 18:30:56 UTC (rev 1447027)
@@ -0,0 +1,32 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=cargo-release
+pkgver=0.24.10
+pkgrel=1
+pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
+url='https://github.com/crate-ci/cargo-release'
+arch=('x86_64')
+license=('MIT' 'Apache-2.0')
+depends=('gcc-libs' 'libgit2.so' 'libssh2.so' 'libssl.so' 'zlib')
+makedepends=('cargo' 'pkg-config')
+options=('!lto')
+source=(https://github.com/crate-ci/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+b2sums=('c9215e517d9f392b8d9c2a3a6269d5c5d1e2c9e11d9b3d1ee754b4d8c3f473cccb1c50f99c772a9f748bf22958d966266988889a59825438391c6f524a91a927')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --frozen --release --no-default-features
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to