summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastiaan Lokhorst2020-03-14 22:46:13 +0100
committerSebastiaan Lokhorst2020-03-14 22:46:13 +0100
commitfba90d17c44aca41e0c8f534868f48c7479aeb73 (patch)
treea8baf60659a3a7fb363bc99d85208b5f92ffaed3
parent74f8a52c16061a432c1dab20f5fa3eb455865e6f (diff)
downloadaur-fba90d17c44aca41e0c8f534868f48c7479aeb73.tar.gz
Update url; require nodejs>=12
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 627fcd7150d5..b67f1d12ebaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: dpeukert
_gitname=marktext
pkgname=marktext-git
-pkgver=r1356.23435ce6
+pkgver=r1380.65f1bef3
pkgrel=1
pkgdesc='Next generation markdown editor'
arch=('x86_64')
-url='https://marktext.github.io/website/'
+url='https://marktext.app/'
license=('MIT')
depends=('electron')
-makedepends=('python' 'nodejs' 'npm' 'yarn')
+makedepends=('python' 'nodejs>=12' 'npm' 'yarn')
conflicts=('marktext')
provides=('marktext')
source=("git+https://github.com/${_gitname}/${_gitname}"