Date: Wednesday, June 8, 2022 @ 02:06:55
  Author: grawlinson
Revision: 1228612

archrelease: copy trunk to community-x86_64

Added:
  hck/repos/community-x86_64/PKGBUILD
    (from rev 1228611, hck/trunk/PKGBUILD)
Deleted:
  hck/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  108 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-06-08 02:06:18 UTC (rev 1228611)
+++ PKGBUILD    2022-06-08 02:06:55 UTC (rev 1228612)
@@ -1,54 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: aulonsal <aulonsal at gmail dot com>
-
-pkgname=hck
-pkgver=0.7.2
-pkgrel=1
-pkgdesc='A drop in replacement for cut that can use a regex delimiter instead 
of a fixed string'
-arch=('x86_64')
-url='https://github.com/sstadick/hck'
-license=('Unlicense' 'MIT')
-depends=('gcc-libs')
-makedepends=('git' 'rust' 'cmake')
-options=('!lto')
-_commit='e2b95c02c6b0ba4ee77db5044696af4b75d310c1'
-source=("$pkgname::git+$url.git#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # download dependencies
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-       cd "$pkgname"
-
-       cargo build --release --frozen
-}
-
-check() {
-       cd "$pkgname"
-
-       cargo test --frozen
-}
-
-package() {
-       cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" target/release/hck
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # licenses
-       install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE-MIT 
UNLICENSE
-}

Copied: hck/repos/community-x86_64/PKGBUILD (from rev 1228611, 
hck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-06-08 02:06:55 UTC (rev 1228612)
@@ -0,0 +1,54 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: aulonsal <aulonsal at gmail dot com>
+
+pkgname=hck
+pkgver=0.7.5
+pkgrel=1
+pkgdesc='A drop in replacement for cut that can use a regex delimiter instead 
of a fixed string'
+arch=('x86_64')
+url='https://github.com/sstadick/hck'
+license=('Unlicense' 'MIT')
+depends=('gcc-libs')
+makedepends=('git' 'rust' 'cmake')
+options=('!lto')
+_commit='cf7cfb1c7c5c17098e0fe1b321af44122d45bff8'
+source=("$pkgname::git+$url.git#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # download dependencies
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+       cd "$pkgname"
+
+       cargo build --release --frozen
+}
+
+check() {
+       cd "$pkgname"
+
+       cargo test --frozen
+}
+
+package() {
+       cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" target/release/hck
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # licenses
+       install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE-MIT 
UNLICENSE
+}

Reply via email to