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

Kpcyrd kpcyrd at archlinux.org
Fri May 14 17:15:56 UTC 2021


    Date: Friday, May 14, 2021 @ 17:15:55
  Author: kpcyrd
Revision: 934257

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-14 17:15:19 UTC (rev 934256)
+++ PKGBUILD	2021-05-14 17:15:55 UTC (rev 934257)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd <git at rxv.cc>
-
-pkgname=cargo-crev
-pkgver=0.19.2
-pkgrel=1
-pkgdesc="Scalable, social, Code REView and recommendation system that we desperately need"
-url="https://github.com/dpc/crev"
-depends=('openssl' 'curl')
-makedepends=('cargo' 'clang')
-arch=('x86_64')
-license=('MPL' 'Apache' 'MIT')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dpc/crev/archive/v${pkgver}.tar.gz")
-sha512sums=('7f4c1cacb8a4e04a6ea8d16554391adc3afe5bada0f98053376b88206c779770b522363731f5237629b45c317a56d156dce49553ec0d0f588e1ccb156cdeeef7')
-b2sums=('4d8903b61a4f1b7844080f6c064406e84fbf82168582dbf3042d1e2fbfdd95779ac5f22593b1c31bf803c7b389f8332edea97f8429afd6c3d01df58cebe8a821')
-
-build() {
-  cd "${pkgname}-${pkgver}/cargo-crev"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --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 934256, cargo-crev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-14 17:15:55 UTC (rev 934257)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd <git at rxv.cc>
+
+pkgname=cargo-crev
+pkgver=0.19.4
+pkgrel=1
+pkgdesc="Scalable, social, Code REView and recommendation system that we desperately need"
+url="https://github.com/dpc/crev"
+depends=('openssl' 'curl')
+makedepends=('cargo' 'clang')
+arch=('x86_64')
+license=('MPL' 'Apache' 'MIT')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dpc/crev/archive/v${pkgver}.tar.gz")
+sha512sums=('86afc682f2881d310f8a0ee222c13d27771473fa83ab77d032d0988124104b7b9489ff23be23f1737a2b648ce0e79f01292086612b2f2025dec627e4eba688c9')
+b2sums=('f01a8a76db9b7f8960d5c825a8222e6d70d3eb09cd92e7365f869a98c3429a29a07668562666bedb3ce0d6d23ff613cfdec241ebe51e0bfd26cb44fd2cd7b704')
+
+build() {
+  cd "${pkgname}-${pkgver}/cargo-crev"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --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