summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcos Ferreira2018-08-23 13:58:05 -0300
committerMarcos Ferreira2018-08-23 13:58:05 -0300
commit5992e1baec244c383c19866e8d567f0643e08903 (patch)
tree71d4cac3cf170f22f18ccb38703affcd44dabfdf /PKGBUILD
parentfab6eaa2121eefc6c07d3561f0850f3d63fdb29f (diff)
downloadaur-5992e1baec244c383c19866e8d567f0643e08903.tar.gz
Update nodejs-reveal-md
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b59ae9d8221..70cefea32842 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_npmname='reveal-md'
pkgname='nodejs-reveal-md'
-pkgver=2.0.5
+pkgver=2.1.0
pkgrel=2
pkgdesc='Get beautiful reveal.js presentations from your Markdown file'
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('npm')
source=("http://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz")
noextract=("$_npmname-$pkgver.tgz")
-sha256sums=('7cd17ea4e3c1989a55c1195c7f077a938f2b3f402b858225639b8425fda16397')
+sha256sums=('070e4069fa1092b0933533567774d744f20f310ad15059595437fc4c4193293d')
package() {
cd $srcdir