diff options
author | Felix Golatofski | 2020-02-05 23:29:56 +0100 |
---|---|---|
committer | Felix Golatofski | 2020-02-05 23:29:56 +0100 |
commit | ae4e82c81bc2f3ef20b185a95aea5e727ea5917d (patch) | |
tree | 95d5ac45f1fd6772aeb69c38e8f87fd3ee7ea03f /PKGBUILD | |
parent | 7907ff1cae41be1fc7c12c1a8e7bc133fb885dca (diff) | |
download | aur-ae4e82c81bc2f3ef20b185a95aea5e727ea5917d.tar.gz |
Updated to 2.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,14 +3,15 @@ pkgname=nodejs-decktape _npmname=decktape -pkgver=2.10.0 -pkgrel=3 +pkgver=2.11.0 +pkgrel=0 pkgdesc='PDF exporter for HTML presentation frameworks' arch=('any') url='https://github.com/astefanutti/decktape' license=('MIT') depends=('npm' 'nodejs') source=("${_npmname}-${pkgver}.tar.gz::https://github.com/astefanutti/"${_npmname}"/archive/v"${pkgver}".tar.gz") +md5sums=('097548c4ecd9cb0208c480f6fad7fe41') package() { local _npmdir="$pkgdir/usr/lib/node_modules/" @@ -24,4 +25,3 @@ package() { install -Dm0644 "$pkgdir/usr/lib/node_modules/$_npmname/LICENSE" \ "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -md5sums=('155ac0d666f8dea448f56eefc2a0618f') |