summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNek-122020-08-27 20:33:58 +0300
committerNek-122020-08-27 20:33:58 +0300
commitc7186ddce032d01f41947a0c6c1462543196a389 (patch)
treec209fbe569b61ac57b8c40483687e37140a3c6bf
parent02682a443345ba2c90fc2a914c212417c2b9d4cb (diff)
downloadaur-c7186ddce032d01f41947a0c6c1462543196a389.tar.gz
added md5 sums
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc1f69f4c7fc..727c35f49de0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nek.12 <vaizin.nikita@gmail.com>
pkgname='notion-enhancer'
pkgver=0.8.0
-pkgrel=2
+pkgrel=3
pkgdesc="An enhancer / customiser for the Notion productivity software"
arch=('any')
url="https://github.com/dragonwocky/notion-enhancer"
@@ -18,8 +18,8 @@ backup=()
options=()
install=
source=("https://registry.npmjs.org/notion-enhancer/-/$pkgname-$pkgver.tgz")
-noextract=("${pkgname}-${pkgver}.tgz")
-md5sums=('SKIP')
+noextract=("${pkgname}-${pkgver}.tgz" )
+md5sums=('303e9c63cbb4981f3d290578afa6f3e7')
package() {
npm install -g --user root --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"