[PKGBUILD] Update Eask CLI

This commit is contained in:
Lucien Cartier-Tilet 2023-05-14 13:17:58 +02:00
parent 94a3a274dd
commit 0e9cfbde92
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ _pkgname=eask
_orgname=emacs-eask
_nodepkgname=cli
pkgname="nodejs-${_pkgname}"
pkgver=0.8.0
pkgver=0.8.1
pkgrel=1
pkgdesc="Command-line tool for building and testing Emacs Lisp packages"
url="https://github.com/${_orgname}/${_pkgname}"
@ -13,7 +13,7 @@ arch=("any")
depends=("nodejs")
makedepends=("npm")
source=("https://registry.npmjs.org/@${_orgname}/${_nodepkgname}/-/${_nodepkgname}-${pkgver}.tgz")
sha256sums=('deac9ac83c013ef05339cb71c552a71fdbc3b3dd0387031c884bbd9b10fcf4b0')
sha256sums=('a5da7a48b4925f9e90fb3d3892764539052305b63268db0f2fefab7353dc6106')
noextract=("$_pkgname-$pkgver.tgz")
prepare() {