summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNek-122020-09-26 12:04:46 +0300
committerNek-122020-09-26 12:04:46 +0300
commit66f97497133f5888c177c6a8139d2112ccd5967f (patch)
treeb9424dfddc56fd6e2d5a10c3517423536764c142
parent4ea6b8fdbb942f5ac2d8ab1f90e2ec87ac910a11 (diff)
downloadaur-66f97497133f5888c177c6a8139d2112ccd5967f.tar.gz
0.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6561de247ac3..b6652e2efd12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notion-enhancer
pkgdesc = An enhancer/customiser for the all-in-one productivity workspace notion.so
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/dragonwocky/notion-enhancer
install = notion-enhancer
@@ -11,9 +11,9 @@ pkgbase = notion-enhancer
depends = notion-app>=1:2.0.7-3.2
depends = nodejs>=14.8.0-1
depends = asar>=3.0.3-1
- noextract = notion-enhancer-0.9.0.tgz
- source = https://registry.npmjs.org/notion-enhancer/-/notion-enhancer-0.9.0.tgz
- md5sums = 1236b1b83a8605f0acbe65bfd02653cd
+ noextract = notion-enhancer-0.9.1.tgz
+ source = https://registry.npmjs.org/notion-enhancer/-/notion-enhancer-0.9.1.tgz
+ md5sums = e5567054115ca1e12d3bf85d9e1b7d6a
pkgname = notion-enhancer
diff --git a/PKGBUILD b/PKGBUILD
index 38050cb61c2e..8cdb45fbb613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nek.12 <vaizin.nikita@gmail.com>
pkgname='notion-enhancer'
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="An enhancer/customiser for the all-in-one productivity workspace notion.so"
arch=('any')
@@ -19,7 +19,7 @@ options=()
install=$pkgname
source=("https://registry.npmjs.org/notion-enhancer/-/$pkgname-$pkgver.tgz")
noextract=("${pkgname}-${pkgver}.tgz" )
-md5sums=('1236b1b83a8605f0acbe65bfd02653cd')
+md5sums=('e5567054115ca1e12d3bf85d9e1b7d6a')
package() {
npm install --ignore-scripts -g --user root --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"