summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-05 23:29:56 +0100
committerFelix Golatofski2020-02-05 23:29:56 +0100
commitae4e82c81bc2f3ef20b185a95aea5e727ea5917d (patch)
tree95d5ac45f1fd6772aeb69c38e8f87fd3ee7ea03f /PKGBUILD
parent7907ff1cae41be1fc7c12c1a8e7bc133fb885dca (diff)
downloadaur-ae4e82c81bc2f3ef20b185a95aea5e727ea5917d.tar.gz
Updated to 2.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 931e3922da0a..9b79c04eb798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')