Compare commits

...

2 commits

Author SHA1 Message Date
Dimitrios Fasoulas
c4bf74db62 Bump version to 2.0.1 2025-12-09 23:04:54 +01:00
Dimitrios Fasoulas
7b37be0475 Bump version to 2.0.0 2025-12-09 22:31:02 +01:00
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.1
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.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=1.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=('27877dcf64b9f6e69ba4921a1c424dc64c21e9b6cfe8c4f52c65d00b708183c4')
sha256sums=('f6d83506a9c61c70d45dede492ac43c232e6892d07455f952bbc271397c3f5ba')
package() {
npm install -g --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"