summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c07904ac387..23e8bbd2d741 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = marktext
pkgdesc = A simple and elegant open-source markdown editor that focused on speed and usability
pkgver = 0.16.1
- pkgrel = 2
+ pkgrel = 3
url = https://marktext.app
arch = x86_64
license = MIT
- makedepends = jq
- makedepends = moreutils
makedepends = nodejs
makedepends = node-gyp
makedepends = yarn
diff --git a/PKGBUILD b/PKGBUILD
index 11b1b417eb68..b57f1e4422ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=marktext
pkgver=0.16.1
-pkgrel=2
+pkgrel=3
pkgdesc='A simple and elegant open-source markdown editor that focused on speed and usability'
arch=('x86_64')
url='https://marktext.app'
@@ -14,9 +14,7 @@ license=('MIT')
depends=('electron'
'libxkbfile'
'libsecret')
-makedepends=('jq'
- 'moreutils'
- 'nodejs'
+makedepends=('nodejs'
'node-gyp'
'yarn')
source=("$pkgname-$pkgver.tar.gz::https://github.com/marktext/marktext/archive/v${pkgver}.tar.gz"