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 | |
parent | 7907ff1cae41be1fc7c12c1a8e7bc133fb885dca (diff) | |
download | aur-ae4e82c81bc2f3ef20b185a95aea5e727ea5917d.tar.gz |
Updated to 2.11.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,14 +1,14 @@ pkgbase = nodejs-decktape pkgdesc = PDF exporter for HTML presentation frameworks - pkgver = 2.10.0 - pkgrel = 3 + pkgver = 2.11.0 + pkgrel = 0 url = https://github.com/astefanutti/decktape arch = any license = MIT depends = npm depends = nodejs - source = decktape-2.10.0.tar.gz::https://github.com/astefanutti/decktape/archive/v2.10.0.tar.gz - md5sums = 155ac0d666f8dea448f56eefc2a0618f + source = decktape-2.11.0.tar.gz::https://github.com/astefanutti/decktape/archive/v2.11.0.tar.gz + md5sums = 097548c4ecd9cb0208c480f6fad7fe41 pkgname = nodejs-decktape @@ -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') |