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

Levente Polyak anthraxx at archlinux.org
Fri Oct 25 22:35:50 UTC 2019


    Date: Friday, October 25, 2019 @ 22:35:50
  Author: anthraxx
Revision: 519868

archrelease: copy trunk to community-x86_64

Added:
  hexyl/repos/community-x86_64/PKGBUILD
    (from rev 519867, hexyl/trunk/PKGBUILD)
Deleted:
  hexyl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-25 22:35:44 UTC (rev 519867)
+++ PKGBUILD	2019-10-25 22:35:50 UTC (rev 519868)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Attenuation <ouyangjun1999 at gmail.com>
-
-pkgname=hexyl
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='Colored command-line hex viewer'
-url='https://github.com/sharkdp/hexyl'
-arch=('x86_64')
-license=('Apache' 'MIT')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=(https://github.com/sharkdp/hexyl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('947d7135bf96def2b8de6536edff10f64361b526cde9cf575d70e6fcf95d212013b8a4d1c1d13138ce5a0468b6cc46045dc0c4b85873cb3a1877f8845267eee7')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE* -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexyl/repos/community-x86_64/PKGBUILD (from rev 519867, hexyl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-25 22:35:50 UTC (rev 519868)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Attenuation <ouyangjun1999 at gmail.com>
+
+pkgname=hexyl
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Colored command-line hex viewer'
+url='https://github.com/sharkdp/hexyl'
+arch=('x86_64')
+license=('Apache' 'MIT')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=(https://github.com/sharkdp/hexyl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('b6f6a324d147fffb51bca7148cd3a7c41d926f609d0626ba4c3f26c7bc48b642613063bf6cb6d485b056113763b5a82b2d40710220ef57cfe8ebf48681cac380')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE* -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list