Date: Tuesday, March 14, 2023 @ 20:17:35
Author: polyzen
Revision: 1420388
archrelease: copy trunk to community-x86_64
Added:
vivid/repos/community-x86_64/PKGBUILD
(from rev 1420387, vivid/trunk/PKGBUILD)
Deleted:
vivid/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 61 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 29 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-14 20:17:16 UTC (rev 1420387)
+++ PKGBUILD 2023-03-14 20:17:35 UTC (rev 1420388)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-
-pkgname=vivid
-pkgver=0.8.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')
-options=('!lto')
-source=("$url/archive/v$pkgver/vivid-$pkgver.tar.gz")
-b2sums=('e5820e22c384157ab9d5862c4423805ca33365164133f25bf6933b03c8f77c413e89a85934312f3b6544d414c811c67ed2374abc5ebebc65bf570010feba5571')
-
-prepare() {
- cd vivid-$pkgver
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
- cd vivid-$pkgver
- cargo build --release --locked --offline
-}
-
-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 1420387,
vivid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-14 20:17:35 UTC (rev 1420388)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+
+pkgname=vivid
+pkgver=0.9.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-$pkgver.tar.gz")
+b2sums=('6bae858a27d704ff73ded2560ae74f6821c97517c8e8e3f9058619cfdf11bd3bd626074978951adb07cd799dc032a509f7e0c7171d8c7c0996d1f423bd9d7bf8')
+
+prepare() {
+ cd vivid-$pkgver
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+ cd vivid-$pkgver
+ cargo build --release --locked --offline
+}
+
+package() {
+ cd vivid-$pkgver
+ install -Dt "$pkgdir"/usr/bin target/release/vivid
+ install -Dm644 -t "$pkgdir"/usr/share/licenses/vivid LICENSE-MIT
+}