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

Daniel M. Capella polyzen at archlinux.org
Mon Jun 14 22:50:45 UTC 2021


    Date: Monday, June 14, 2021 @ 22:50:45
  Author: polyzen
Revision: 963552

archrelease: copy trunk to community-x86_64

Added:
  vivid/repos/community-x86_64/PKGBUILD
    (from rev 963551, vivid/trunk/PKGBUILD)
Deleted:
  vivid/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-14 22:50:22 UTC (rev 963551)
+++ PKGBUILD	2021-06-14 22:50:45 UTC (rev 963552)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=vivid
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='LS_COLORS manager with multiple themes'
-arch=('x86_64')
-url=https://github.com/sharkdp/vivid
-license=('Apache' 'MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$url/archive/v$pkgver/vivid-v$pkgver.tar.gz")
-sha512sums=('fac36590e89a4cc2512921128c659001e4f776ecec2dd3b18b75510076394da9a0f03604aa0b7963054f14cfc14783ef79c53c68c1f4d0d1081ba707b364ef55')
-
-build() {
-  cd vivid-$pkgver
-  cargo build --release --locked
-}
-
-package() {
-  cd vivid-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/vivid
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/vivid LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vivid/repos/community-x86_64/PKGBUILD (from rev 963551, vivid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-14 22:50:45 UTC (rev 963552)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=vivid
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='LS_COLORS manager with multiple themes'
+arch=('x86_64')
+url=https://github.com/sharkdp/vivid
+license=('Apache' 'MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$url/archive/v$pkgver/vivid-v$pkgver.tar.gz")
+b2sums=('2f1cdf94cbab5163b078227b0200c61e05da32d542d9989eae58c5d757df557c074aa9c26cc7049a513cb5d55b01c0942aef82154d762169b02e38f37ebde94d')
+
+build() {
+  cd vivid-$pkgver
+  cargo build --release --locked
+}
+
+package() {
+  cd vivid-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/vivid
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/vivid LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list