mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
Bump version to 2.0.1
This commit is contained in:
parent
7b37be0475
commit
c4bf74db62
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,14 +1,14 @@
|
||||||
pkgbase = ticktty
|
pkgbase = ticktty
|
||||||
pkgdesc = A stylish CLI clock and timer for your terminal
|
pkgdesc = A stylish CLI clock and timer for your terminal
|
||||||
pkgver = 2.0.0
|
pkgver = 2.0.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/dimitrisfasoulas/ticktty.git
|
url = https://github.com/dimitrisfasoulas/ticktty.git
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = npm
|
makedepends = npm
|
||||||
depends = nodejs
|
depends = nodejs
|
||||||
noextract = ticktty-2.0.0.tgz
|
noextract = ticktty-2.0.1.tgz
|
||||||
source = ticktty-2.0.0.tgz::https://registry.npmjs.org/ticktty/-/ticktty-2.0.0.tgz
|
source = ticktty-2.0.1.tgz::https://registry.npmjs.org/ticktty/-/ticktty-2.0.1.tgz
|
||||||
sha256sums = 17fe3af2a3c3113a41a8cf9adfa62c0e69125a82defde7dde9ddb6f2260aa6fc
|
sha256sums = f6d83506a9c61c70d45dede492ac43c232e6892d07455f952bbc271397c3f5ba
|
||||||
|
|
||||||
pkgname = ticktty
|
pkgname = ticktty
|
||||||
|
|
|
||||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Dimitrios Fasoulas <dfasoulas@gmail.com>
|
# Maintainer: Dimitrios Fasoulas <dfasoulas@gmail.com>
|
||||||
pkgname=ticktty
|
pkgname=ticktty
|
||||||
pkgver=2.0.0
|
pkgver=2.0.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A stylish CLI clock and timer for your terminal"
|
pkgdesc="A stylish CLI clock and timer for your terminal"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|
@ -11,7 +11,7 @@ makedepends=('npm')
|
||||||
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
|
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
|
||||||
noextract=("$pkgname-$pkgver.tgz")
|
noextract=("$pkgname-$pkgver.tgz")
|
||||||
# For local development verification, skip checksums or update them after `updpkgsums`
|
# For local development verification, skip checksums or update them after `updpkgsums`
|
||||||
sha256sums=('17fe3af2a3c3113a41a8cf9adfa62c0e69125a82defde7dde9ddb6f2260aa6fc')
|
sha256sums=('f6d83506a9c61c70d45dede492ac43c232e6892d07455f952bbc271397c3f5ba')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
npm install -g --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"
|
npm install -g --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue