summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD7
-rw-r--r--changelog.md24
3 files changed, 20 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b842ae6aaa4..deee61570d73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = alacritty-themes
pkgdesc = A utility for choosing and applying Alacritty terminal themes.
- pkgver = 5.3.1
- pkgrel = 2
+ pkgver = 6.0.2
+ pkgrel = 1
url = https://github.com/rajasegar/alacritty-themes
changelog = changelog.md
arch = any
@@ -11,13 +11,10 @@ pkgbase = alacritty-themes
makedepends = icu
depends = sh
depends = nodejs
- noextract = alacritty-themes-5.3.1.tgz
- options = strip
- options = emptydirs
- options = zipman
- source = https://registry.npmjs.org/alacritty-themes/-/alacritty-themes-5.3.1.tgz
+ noextract = alacritty-themes-6.0.2.tgz
+ source = https://registry.npmjs.org/alacritty-themes/-/alacritty-themes-6.0.2.tgz
source = https://raw.githubusercontent.com/rajasegar/alacritty-themes/master/LICENSE
- b2sums = a86c539747620e4d68d95f678ff817694bf1cb82d051e03ab66810c5e7f3f568990d1a1095b977b53e54fc3ea63c027670dc0dcba3724bfb1678be72583f88f5
+ b2sums = 4ee5bd30db3762d1faaa4f0abb65001dabf85bfb3ea708562ef98fe7619d3a25ab9f162788c7aba2d0daa7d516534cc569115d2a3e21a4740626c2e19e87fb53
b2sums = 7a11e2eeed89bc67e6cef84badf8cccd1bf2de44423c22bd023fe579795b45bc8906c7a2dc3df4c005d0524b99994d2f534410df8e9a52e2d95f97591dd8949c
pkgname = alacritty-themes
diff --git a/PKGBUILD b/PKGBUILD
index d4ea7f2e1362..01b12b1df67b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_npmname=alacritty-themes
pkgname=$_npmname
-pkgver=5.3.1
-pkgrel=2
+pkgver=6.0.2
+pkgrel=1
pkgdesc="A utility for choosing and applying Alacritty terminal themes."
arch=(any)
@@ -16,13 +16,12 @@ depends=("sh" "nodejs")
makedepends=("npm" "jq" "icu")
# provides=("$_npmname")
# conflicts=("$_npmname")
-options=(strip emptydirs zipman)
changelog="changelog.md"
source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz"
"https://raw.githubusercontent.com/rajasegar/alacritty-themes/master/LICENSE")
noextract=("${_npmname}-${pkgver}.tgz")
-b2sums=('a86c539747620e4d68d95f678ff817694bf1cb82d051e03ab66810c5e7f3f568990d1a1095b977b53e54fc3ea63c027670dc0dcba3724bfb1678be72583f88f5'
+b2sums=('4ee5bd30db3762d1faaa4f0abb65001dabf85bfb3ea708562ef98fe7619d3a25ab9f162788c7aba2d0daa7d516534cc569115d2a3e21a4740626c2e19e87fb53'
'7a11e2eeed89bc67e6cef84badf8cccd1bf2de44423c22bd023fe579795b45bc8906c7a2dc3df4c005d0524b99994d2f534410df8e9a52e2d95f97591dd8949c')
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
diff --git a/changelog.md b/changelog.md
index 3affe53b1184..ee6dac75080d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,14 +1,14 @@
-# Name: v5.3.1
-### URL: https://github.com/rajasegar/alacritty-themes/releases/tag/v5.3.1
-### published at '2022-11-23T00:47:05Z' by rajasegar
+# Name: v6 with new TOML config support
+### URL: https://github.com/rajasegar/alacritty-themes/releases/tag/v6.0.2
+### published at '2024-04-09T09:18:05Z' by rajasegar
---
-## [5.3.1](https://github.com/rajasegar/alacritty-themes/compare/v5.3.0...v5.3.1) (2022-11-23)
-
-
-### Bug Fixes
-
-* Config warning: bar has been deprecated; use `colors.footer_bar` instead ([#203](https://github.com/rajasegar/alacritty-themes/issues/203)) ([cda1555](https://github.com/rajasegar/alacritty-themes/commit/cda1555030801210f017086b1c2cf839a3351f6f))
-
-
-
+This new release will support the latest toml config format
+
+- Remove the preview option for now since it is buggy, you have to apply the theme to see the changes
+- If your old config is not preserved, you can restore them by renaming the latest backup file
+ ``` mv alacritty.toml.xxxxxx.bak alacritty.toml ```
+- Also ensure you remove these sections in your old config file to the new theme to take effect:
+ - [colors.bright]
+ - [colors.normal]
+ - [colors.primary]