[arch-commits] Commit in vivid/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Sun Sep 20 22:24:30 UTC 2020


    Date: Sunday, September 20, 2020 @ 22:24:29
  Author: polyzen
Revision: 711133

upgpkg: vivid 0.6.0-1

Modified:
  vivid/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-20 20:41:10 UTC (rev 711132)
+++ PKGBUILD	2020-09-20 22:24:29 UTC (rev 711133)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=vivid
-pkgver=0.5.0
+pkgver=0.6.0
 pkgrel=1
 pkgdesc='LS_COLORS manager with multiple themes'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('gcc-libs')
 makedepends=('rust')
 source=("$url/archive/v$pkgver/vivid-v$pkgver.tar.gz")
-sha512sums=('110b5530bae7d0c35a48830874c0c3d3add335b512a7a98db3009078a51d1efb5fd287c78166144f17c12dc114f0b9b9849207b7a9b43cb01f6369853c875a70')
+sha512sums=('fac36590e89a4cc2512921128c659001e4f776ecec2dd3b18b75510076394da9a0f03604aa0b7963054f14cfc14783ef79c53c68c1f4d0d1081ba707b364ef55')
 
 build() {
   cd vivid-$pkgver
@@ -20,8 +20,6 @@
 package() {
   cd vivid-$pkgver
   install -Dt "$pkgdir"/usr/bin target/release/vivid
-  install -Dm644 -t "$pkgdir"/usr/share/vivid config/filetypes.yml
-  install -Dm644 -t "$pkgdir"/usr/share/vivid/themes themes/*
   install -Dm644 -t "$pkgdir"/usr/share/licenses/vivid LICENSE-MIT
 }
 



More information about the arch-commits mailing list