summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNek-122020-09-21 10:44:36 +0300
committerNek-122020-09-21 10:44:36 +0300
commit4ea6b8fdbb942f5ac2d8ab1f90e2ec87ac910a11 (patch)
tree976e5a9ab418a7c625dce0f739e2bcb954d4bd18
parente07fa1858922d4f204fbbd34ea4bb18cdc5acff2 (diff)
downloadaur-4ea6b8fdbb942f5ac2d8ab1f90e2ec87ac910a11.tar.gz
update 0.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 973d7a93bf92..6561de247ac3 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.8.5
+ pkgver = 0.9.0
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.8.5.tgz
- source = https://registry.npmjs.org/notion-enhancer/-/notion-enhancer-0.8.5.tgz
- md5sums = ee7be9e15ed966ab1d6c901aa66ab162
+ noextract = notion-enhancer-0.9.0.tgz
+ source = https://registry.npmjs.org/notion-enhancer/-/notion-enhancer-0.9.0.tgz
+ md5sums = 1236b1b83a8605f0acbe65bfd02653cd
pkgname = notion-enhancer
diff --git a/PKGBUILD b/PKGBUILD
index fd58b7e91cf0..38050cb61c2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nek.12 <vaizin.nikita@gmail.com>
pkgname='notion-enhancer'
-pkgver=0.8.5
+pkgver=0.9.0
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=('ee7be9e15ed966ab1d6c901aa66ab162')
+md5sums=('1236b1b83a8605f0acbe65bfd02653cd')
package() {
npm install --ignore-scripts -g --user root --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"