summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-09-03 01:19:19 +0800
committerzxp198210052023-09-03 01:19:19 +0800
commitd954f9ecd496000170f04e254fdbadab3cdbc626 (patch)
tree3a5af12d24934e8b2da05e7bfaaf968b2db87ba5
parent8e1ff72bb4a426d6cc6ad678b976057b72f51741 (diff)
downloadaur-d954f9ecd496000170f04e254fdbadab3cdbc626.tar.gz
update to 1.0.0-alpha.11
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ae30440a5b0..0003a6255048 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
pkgbase = revezone
pkgdesc = A new way to use Excalidraw. A lightweight productivity tool to build Second Brain that integrates Notion-like note-taking and enhanced Excalidraw whiteboarding features.
- pkgver = 1.0.0_alpha.10
+ pkgver = 1.0.0_alpha.11
pkgrel = 1
url = https://revezone.com/
arch = any
license = custom
makedepends = nodejs
makedepends = pnpm
+ makedepends = npm
depends = bash
depends = electron25
depends = hicolor-icon-theme
conflicts = revezone
- source = revezone-1.0.0_alpha.10.tar.gz::https://github.com/revezone/revezone/archive/refs/tags/1.0.0-alpha.10.tar.gz
+ source = revezone-1.0.0_alpha.11.tar.gz::https://github.com/revezone/revezone/archive/refs/tags/1.0.0-alpha.11.tar.gz
source = revezone.sh
- sha256sums = 00791e4d9e5a6c9c276bf02f6e24f3a36c56f9dd76666488f6e7db94a683a912
+ sha256sums = de8b7ff7c81af5c83ce23d9e3f92f09350d4c115c053bd1aafb58637e7d12131
sha256sums = 2a16e120cd78d0703afafaffd94d8ccabda10c7b12d54cc59ccbb97a7b7e8656
pkgname = revezone
diff --git a/PKGBUILD b/PKGBUILD
index 65ed22bbc31e..32066c9ff659 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=revezone
-pkgver=1.0.0_alpha.10
+pkgver=1.0.0_alpha.11
pkgrel=1
pkgdesc="A new way to use Excalidraw. A lightweight productivity tool to build Second Brain that integrates Notion-like note-taking and enhanced Excalidraw whiteboarding features."
arch=('any')
@@ -9,10 +9,10 @@ _githuburl="https://github.com/revezone/revezone"
license=('custom')
conflicts=("${pkgname}")
depends=('bash' 'electron25' 'hicolor-icon-theme')
-makedepends=('nodejs' 'pnpm')
+makedepends=('nodejs' 'pnpm' 'npm')
source=("${pkgname}-${pkgver}.tar.gz::${_githuburl}/archive/refs/tags/${pkgver//_/-}.tar.gz"
"${pkgname}.sh")
-sha256sums=('00791e4d9e5a6c9c276bf02f6e24f3a36c56f9dd76666488f6e7db94a683a912'
+sha256sums=('de8b7ff7c81af5c83ce23d9e3f92f09350d4c115c053bd1aafb58637e7d12131'
'2a16e120cd78d0703afafaffd94d8ccabda10c7b12d54cc59ccbb97a7b7e8656')
build() {
cd "${srcdir}/${pkgname}-${pkgver//_/-}"