Date: Tuesday, February 14, 2023 @ 18:08:44
  Author: kpcyrd
Revision: 1400478

archrelease: copy trunk to community-x86_64

Added:
  cross/repos/community-x86_64/PKGBUILD
    (from rev 1400477, cross/trunk/PKGBUILD)
Deleted:
  cross/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-14 18:08:26 UTC (rev 1400477)
+++ PKGBUILD    2023-02-14 18:08:44 UTC (rev 1400478)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Maintainer: kpcyrd <[email protected]>
-
-pkgname=cross
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="'Zero setup' cross compilation and 'cross testing' of Rust crates"
-url="https://github.com/rust-embedded/cross";
-arch=('x86_64')
-license=('Apache' 'MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-optdepends=('docker: provide container'
-            'podman: provide container')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-embedded/cross/archive/v${pkgver}.tar.gz";)
-sha256sums=('ad07c95b2e873f260661478670fb7ebc84ae9b8227ee509b905c28f6ed418477')
-b2sums=('acb2dd5db104b4d02c2f98ec64761c936a0f873429220da6d60092e03e68fcd4a9ec528de7d4755b73269f71786577a49663dfb6a3bfe395f8d79d9bacc721aa')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  depends+=('rustup')
-  cd ${pkgname}-${pkgver}
-  install -Dm755 "target/release/cross" -t "${pkgdir}/usr/bin"
-  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" \
-    LICENSE-APACHE LICENSE-MIT
-}
-
-# vim: ts=2 sw=2 et:

Copied: cross/repos/community-x86_64/PKGBUILD (from rev 1400477, 
cross/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-14 18:08:44 UTC (rev 1400478)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Maintainer: kpcyrd <[email protected]>
+
+pkgname=cross
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="'Zero setup' cross compilation and 'cross testing' of Rust crates"
+url="https://github.com/rust-embedded/cross";
+arch=('x86_64')
+license=('Apache' 'MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+optdepends=('docker: provide container'
+            'podman: provide container')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cross-rs/cross/archive/refs/tags/v${pkgver}.tar.gz";)
+sha256sums=('8dfcad7aa8eb0b9ce18423c386fc03bc709e8c9ad2d7bcb1a77f9d1d1cd6fd2e')
+b2sums=('1e2d5d27bfc13aed3132cbcc054e466ff10ca782a72d7c9cacea35a08e3afa88c3cf8d09a55b29a59fa2d11601e62baefdbdac5c1bfe0fecdf0ee6cfb92d4820')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  depends+=('rustup')
+  cd ${pkgname}-${pkgver}
+  install -Dm755 "target/release/cross" -t "${pkgdir}/usr/bin"
+  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" \
+    LICENSE-APACHE LICENSE-MIT
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to