summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad38d503bb78..5b30b3f0bfc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor:
pkgname=marker-git
-pkgver=2019.11.06.r0.g49a7e144
+pkgver=2020.04.04.2.r82.g73b4c484
pkgrel=1
pkgdesc='Markdown editor for linux made with Gtk+-3.0'
arch=('x86_64')
url='https://fabiocolacio.github.io/Marker/'
license=('GPL3')
depends=('gtksourceview3' 'gtkspell3' 'webkit2gtk')
-makedepends=('git' 'meson')
+makedepends=('git' 'itstool' 'meson')
optdepends=('pandoc: export to HTML, PDF, RTF, OTF, DOCX, LaTeX')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
@@ -25,6 +25,7 @@ pkgver() {
prepare() {
cd ${pkgname%-*}
git submodule update --init --recursive
+ ln -sv ../../po/uk.po help/uk/uk.po
}
build() {