Bump version to 2.0.1

This commit is contained in:
Dimitrios Fasoulas 2025-12-09 23:04:54 +01:00
parent 7b37be0475
commit c4bf74db62
2 changed files with 6 additions and 6 deletions

View file

@ -1,14 +1,14 @@
pkgbase = ticktty
pkgdesc = A stylish CLI clock and timer for your terminal
pkgver = 2.0.0
pkgver = 2.0.1
pkgrel = 1
url = https://github.com/dimitrisfasoulas/ticktty.git
arch = any
license = MIT
makedepends = npm
depends = nodejs
noextract = ticktty-2.0.0.tgz
source = ticktty-2.0.0.tgz::https://registry.npmjs.org/ticktty/-/ticktty-2.0.0.tgz
sha256sums = 17fe3af2a3c3113a41a8cf9adfa62c0e69125a82defde7dde9ddb6f2260aa6fc
noextract = ticktty-2.0.1.tgz
source = ticktty-2.0.1.tgz::https://registry.npmjs.org/ticktty/-/ticktty-2.0.1.tgz
sha256sums = f6d83506a9c61c70d45dede492ac43c232e6892d07455f952bbc271397c3f5ba
pkgname = ticktty

View file

@ -1,6 +1,6 @@
# Maintainer: Dimitrios Fasoulas <dfasoulas@gmail.com>
pkgname=ticktty
pkgver=2.0.0
pkgver=2.0.1
pkgrel=1
pkgdesc="A stylish CLI clock and timer for your terminal"
arch=('any')
@ -11,7 +11,7 @@ makedepends=('npm')
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
# For local development verification, skip checksums or update them after `updpkgsums`
sha256sums=('17fe3af2a3c3113a41a8cf9adfa62c0e69125a82defde7dde9ddb6f2260aa6fc')
sha256sums=('f6d83506a9c61c70d45dede492ac43c232e6892d07455f952bbc271397c3f5ba')
package() {
npm install -g --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"