[arch-commits] Commit in cargo-crev/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kpcyrd kpcyrd at gemini.archlinux.org
Mon Nov 1 11:46:57 UTC 2021


    Date: Monday, November 1, 2021 @ 11:46:56
  Author: kpcyrd
Revision: 1035189

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-01 11:46:40 UTC (rev 1035188)
+++ PKGBUILD	2021-11-01 11:46:56 UTC (rev 1035189)
@@ -1,29 +0,0 @@
-# Maintainer: kpcyrd <git at rxv.cc>
-
-pkgname=cargo-crev
-pkgver=0.20.0
-pkgrel=1
-pkgdesc="Scalable, social, Code REView and recommendation system that we desperately need"
-url="https://github.com/crev-dev/cargo-crev"
-depends=('openssl' 'curl')
-makedepends=('cargo' 'clang')
-arch=('x86_64')
-license=('MPL' 'Apache' 'MIT')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/crev-dev/cargo-crev/archive/v${pkgver}.tar.gz")
-sha512sums=('db0d7c841f3675b634d8179bfae70b0230944b10983bf60f39a5d64da9449b0f336a9abd6fd88aaa5403de4c5b5949b012d2e19d4c776e0aa0b7e8706514b0c7')
-b2sums=('10ac2f4bcb43c6d11b97353a5f9957a54255abb2c03e2dda675cb72a3fbd24a4b66286c3b1ab62db0ad0ce0a3e0a4287198ec0f5b26535d8346b4305f4b1a43b')
-
-build() {
-  cd "${pkgname}-${pkgver}/cargo-crev"
-  cargo build --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-
-  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo-crev/repos/community-x86_64/PKGBUILD (from rev 1035188, cargo-crev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-01 11:46:56 UTC (rev 1035189)
@@ -0,0 +1,29 @@
+# Maintainer: kpcyrd <git at rxv.cc>
+
+pkgname=cargo-crev
+pkgver=0.21.3
+pkgrel=1
+pkgdesc="Scalable, social, Code REView and recommendation system that we desperately need"
+url="https://github.com/crev-dev/cargo-crev"
+depends=('openssl' 'curl')
+makedepends=('cargo' 'clang')
+arch=('x86_64')
+license=('MPL' 'Apache' 'MIT')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/crev-dev/cargo-crev/archive/v${pkgver}.tar.gz")
+sha512sums=('9342586a5c7fa5d3d1889889470f0e62dd36934062d35bd8be628f5e65e9de754bd4cee656d1098574412968dd2ccbc0111f126566e24ba5395ffeedcc780fdf')
+b2sums=('c622878895734d0e07475f93710aa3ef4ee7db95d77cb60df1bf80ef7ac8fd5269642f20319be9d1315f96ef88bcd7fc391852f8c55785b72af7207849db1531')
+
+build() {
+  cd "${pkgname}-${pkgver}/cargo-crev"
+  cargo build --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+
+  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list