summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoorat2021-11-28 14:22:23 +0600
committerzoorat2021-11-28 14:22:23 +0600
commita8b91ed8696daa6bdf88fe2564492047f0ec8b10 (patch)
tree549cfbd07214401af636876d31af6f35b3f01d32
parent6ca26940738f74e73551764b80bc6823a1ffda25 (diff)
downloadaur-a8b91ed8696daa6bdf88fe2564492047f0ec8b10.tar.gz
updating to v4.1.6
Signed-off-by: zoorat <78788887+z00rat@users.noreply.github.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f5bf4466e41..7bd12aa1f0ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alacritty-themes
pkgdesc = A utility for choosing and applying Alacritty terminal themes.
- pkgver = 4.1.5
+ pkgver = 4.1.6
pkgrel = 1
url = https://github.com/rajasegar/alacritty-themes
install = alacritty-themes.install
@@ -10,8 +10,8 @@ pkgbase = alacritty-themes
makedepends = jq
depends = nodejs
conflicts = alacritty-themes
- noextract = alacritty-themes-4.1.5.tgz
- source = https://registry.npmjs.org/alacritty-themes/-/alacritty-themes-4.1.5.tgz
- b2sums = 4af21927ebfd6b677fa95ea72671bd7fde15d01abdaa355afb1adaf83c2585f3d423319200a4ed04946eed883c4422dfbde2d243870f37c5613716636ed58d1e
+ noextract = alacritty-themes-4.1.6.tgz
+ source = https://registry.npmjs.org/alacritty-themes/-/alacritty-themes-4.1.6.tgz
+ b2sums = 1b662634f0f4d43912568c36927a34548cce77709674dcd3102e4c3bd082ad435cdd5fe65eaf6857755a3fc050bb6747f30f7dd6f86117efc53f3e3895a812f8
pkgname = alacritty-themes
diff --git a/PKGBUILD b/PKGBUILD
index 97976edda30f..95c0edd2d4aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ben Silverman <bensilverman10 at gmail dot com>
pkgname=alacritty-themes
-pkgver=4.1.5
+pkgver=4.1.6
pkgrel=1
pkgdesc="A utility for choosing and applying Alacritty terminal themes."
@@ -17,7 +17,7 @@ install="$pkgname.install"
source=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz")
noextract=("${pkgname}-${pkgver}.tgz")
-b2sums=('4af21927ebfd6b677fa95ea72671bd7fde15d01abdaa355afb1adaf83c2585f3d423319200a4ed04946eed883c4422dfbde2d243870f37c5613716636ed58d1e')
+b2sums=('1b662634f0f4d43912568c36927a34548cce77709674dcd3102e4c3bd082ad435cdd5fe65eaf6857755a3fc050bb6747f30f7dd6f86117efc53f3e3895a812f8')
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
package() {