Bump version to 2.0.0

This commit is contained in:
Dimitrios Fasoulas 2025-12-09 22:31:02 +01:00
parent fa2647348d
commit 7b37be0475
2 changed files with 7 additions and 7 deletions

View file

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

View file

@ -1,6 +1,6 @@
# Maintainer: Dimitrios Fasoulas <dfasoulas@gmail.com>
pkgname=ticktty
pkgver=1.0.0
pkgver=2.0.0
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=('27877dcf64b9f6e69ba4921a1c424dc64c21e9b6cfe8c4f52c65d00b708183c4')
sha256sums=('17fe3af2a3c3113a41a8cf9adfa62c0e69125a82defde7dde9ddb6f2260aa6fc')
package() {
npm install -g --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"