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

Daniel M. Capella polyzen at archlinux.org
Thu Oct 31 14:02:34 UTC 2019


    Date: Thursday, October 31, 2019 @ 14:02:33
  Author: polyzen
Revision: 521087

archrelease: copy trunk to community-x86_64

Added:
  rink/repos/community-x86_64/PKGBUILD
    (from rev 521086, rink/trunk/PKGBUILD)
Deleted:
  rink/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 14:02:12 UTC (rev 521086)
+++ PKGBUILD	2019-10-31 14:02:33 UTC (rev 521087)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=rink
-pkgver=0.4.4
-pkgrel=1
-pkgdesc='Unit conversion tool and library written in rust'
-arch=('x86_64')
-url=https://github.com/tiffany352/rink-rs
-license=('GPL3' 'MPL2')
-depends=('gcc-libs' 'gmp' 'openssl')
-makedepends=('rust')
-source=("$url/archive/v$pkgver/rink-v$pkgver.tar.gz")
-sha512sums=('550e07abe4e774ba27dd786c479d5571838fb4e03d5a094bead00f07c24591199f929410316c60c463970fd923780089fcb12c8dede32207fa06d6f0039c880c')
-
-build() {
-  cd rink-rs-$pkgver
-  cargo build --release
-}
-
-check() {
-  cd rink-rs-$pkgver
-  cargo test --release
-}
-
-package() {
-  cd rink-rs-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/rink
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rink/repos/community-x86_64/PKGBUILD (from rev 521086, rink/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 14:02:33 UTC (rev 521087)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=rink
+pkgver=0.4.5
+pkgrel=1
+pkgdesc='Unit conversion tool and library written in rust'
+arch=('x86_64')
+url=https://github.com/tiffany352/rink-rs
+license=('GPL3' 'MPL2')
+depends=('gcc-libs' 'gmp' 'openssl')
+makedepends=('rust')
+source=("rink-$pkgver.tar.gz::https://static.crates.io/crates/rink/rink-$pkgver.crate")
+sha512sums=('8f7da00609a124f043874f0266d96d86f22ce8ff2457e8107b7d5590702dec1c137b01bcb34b7c714ca4218b6bf7bcbbaf0e9a98c814c88630bb9f089c246b0e')
+
+build() {
+  cd rink-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd rink-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd rink-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/rink
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list