summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoorat2021-09-24 10:22:36 +0600
committerzoorat2021-09-24 10:22:36 +0600
commit156fc1f56887a68e3b7aa58b949682482d88cafd (patch)
treeb50251168ba8e6fcada5bb44117a75b3141dbf66
parentb0e780e29d38fef6bdebbe4769a2ed165a74938d (diff)
downloadaur-156fc1f56887a68e3b7aa58b949682482d88cafd.tar.gz
little fixes...
Signed-off-by: zoorat <78788887+z00rat@users.noreply.github.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--alacritty-themes.install5
3 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6c89158644c..7681aa3b35de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = alacritty-themes
pkgdesc = A cross-platform GPU-accelerated Terminal emulator.
pkgver = 4.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rajasegar/alacritty-themes
install = alacritty-themes.install
arch = any
@@ -10,7 +10,6 @@ pkgbase = alacritty-themes
makedepends = jq
depends = nodejs
conflicts = alacritty-themes
- replaces = alacritty-themes
noextract = alacritty-themes-4.1.2.tgz
source = https://registry.npmjs.org/alacritty-themes/-/alacritty-themes-4.1.2.tgz
source = fixing_v4.1.2.patch
diff --git a/PKGBUILD b/PKGBUILD
index 19a638a35c77..3a411ed8acb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=alacritty-themes
pkgver=4.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform GPU-accelerated Terminal emulator."
arch=(any)
@@ -13,7 +13,6 @@ license=("MIT")
depends=("nodejs")
makedepends=("npm" "jq")
conflicts=("$pkgname")
-replaces=("$pkgname")
install="$pkgname.install"
source=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz"
diff --git a/alacritty-themes.install b/alacritty-themes.install
index a0aeccb75bb9..36e939169853 100644
--- a/alacritty-themes.install
+++ b/alacritty-themes.install
@@ -6,9 +6,8 @@ call_to_action() {
echo -e "$C"
echo -e " +-$B=[ alacritty-themes ]=$C------------------------------------------------------------------+"
echo " | |"
- echo " | You might want to backup your alacritty config by running |"
- echo " | 'cp ~/.config/alacritty/alacritty.yml ~/.config/alacritty/alacritty.bak.yml' |"
- echo " | because, it will compress the config file to what it only needs. |"
+ echo " | v4.1.2 is broken now, so I patched it to work for archlinux. |"
+ echo " | git issue about it: https://github.com/rajasegar/alacritty-themes/issues/44 |"
echo " | |"
echo " | If you don't have any config run 'alacritty-themes --create'. |"
echo " | |"