[PKGBUILD] update Eask
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
566861ee28
commit
4088f199d5
@ -4,7 +4,7 @@ _pkgname=eask
|
||||
_orgname=emacs-eask
|
||||
_nodepkgname=cli
|
||||
pkgname="nodejs-${_pkgname}"
|
||||
pkgver=0.8.1
|
||||
pkgver=0.8.3
|
||||
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=('a5da7a48b4925f9e90fb3d3892764539052305b63268db0f2fefab7353dc6106')
|
||||
sha256sums=('d63d7ab8b8f2c640d20c4cdba986a7b7595ca9972753659bfd6a511387f1b122')
|
||||
noextract=("$_pkgname-$pkgver.tgz")
|
||||
|
||||
prepare() {
|
||||
|
Loading…
Reference in New Issue
Block a user