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

Daniel M. Capella polyzen at archlinux.org
Fri Apr 16 21:34:13 UTC 2021


    Date: Friday, April 16, 2021 @ 21:34:12
  Author: polyzen
Revision: 919572

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-16 21:33:50 UTC (rev 919571)
+++ PKGBUILD	2021-04-16 21:34:12 UTC (rev 919572)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=rink
-pkgver=0.5.1
-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=('d40c150867029f817b222a75e982f98ad83c4edaca701916c81971efba6d83b11aeeeb2b415f18c038ec3f9dbc7e39c0a5f411a8d78fe09aafe8f93d8f74d13c')
-
-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:

Copied: rink/repos/community-x86_64/PKGBUILD (from rev 919571, rink/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-16 21:34:12 UTC (rev 919572)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=rink
+pkgver=0.6.0
+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' 'openssl')
+makedepends=('rust')
+source=("rink-$pkgver.tar.gz::https://static.crates.io/crates/rink/rink-$pkgver.crate")
+b2sums=('e73f3b5624da38a1b3222a359e55a12431b3528b16342e66ed57a03fdb19e652dfb8d751368895c1c2fa1cabee52b26baa6ab8dc9d871a1a2ae85fc8dcdbb8fc')
+
+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