summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNek-122020-11-19 10:35:49 +0300
committerNek-122020-11-19 10:35:49 +0300
commit1e4406ba0f5cd93cf0625c2651f4fe135e5510df (patch)
tree6fc1739cc19a342a8e1358f4133c085c35070f18
parente9e1ae34e2c6a1e7d34bdcbe56d3fcca861d2bf1 (diff)
downloadaur-1e4406ba0f5cd93cf0625c2651f4fe135e5510df.tar.gz
0.10.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9b172afb9a1..86d196c4885d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notion-enhancer
pkgdesc = An enhancer/customiser for the all-in-one productivity workspace notion.so
- pkgver = 0.10.0
- pkgrel = 2
+ pkgver = 0.10.1
+ pkgrel = 1
url = https://github.com/dragonwocky/notion-enhancer
install = notion-enhancer
arch = any
@@ -11,10 +11,10 @@ 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.10.0.tgz
- source = https://registry.npmjs.org/notion-enhancer/-/notion-enhancer-0.10.0.tgz
+ noextract = notion-enhancer-0.10.1.tgz
+ source = https://registry.npmjs.org/notion-enhancer/-/notion-enhancer-0.10.1.tgz
source = reapply-notion-enhancer.hook
- md5sums = f1b3d3346846970feed95302bd654da6
+ md5sums = e251053d2770ff33f25aaab513545332
md5sums = b7bf09c180c52d43e569fa1165970f40
pkgname = notion-enhancer
diff --git a/PKGBUILD b/PKGBUILD
index 90469cce1293..3ebbfd7433a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nek.12 <vaizin.nikita@gmail.com>
pkgname='notion-enhancer'
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
pkgdesc="An enhancer/customiser for the all-in-one productivity workspace notion.so"
arch=('any')
url="https://github.com/dragonwocky/notion-enhancer"
@@ -20,7 +20,7 @@ install=$pkgname
source=("https://registry.npmjs.org/notion-enhancer/-/$pkgname-$pkgver.tgz"
"reapply-notion-enhancer.hook")
noextract=("${pkgname}-${pkgver}.tgz" )
-md5sums=('f1b3d3346846970feed95302bd654da6' 'b7bf09c180c52d43e569fa1165970f40') #tgz, hook
+md5sums=('e251053d2770ff33f25aaab513545332' 'b7bf09c180c52d43e569fa1165970f40') #tgz, hook
package() {
npm install --ignore-scripts -g --user root --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"