summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Mikityanskiy2019-04-02 09:08:58 +0300
committerMaxim Mikityanskiy2019-04-02 09:08:58 +0300
commit0784fa612713ccfe59b728c3dce14af2965bf16a (patch)
tree8d239ff41e21acf04bb0f8082c63899863d236a8
parent7ff5bc7c709c8b9c50b4d823074377f45674b2a4 (diff)
downloadaur-0784fa612713ccfe59b728c3dce14af2965bf16a.tar.gz
Update to 1.49.2
-rw-r--r--PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e6f11b0cce9..f9cee2687015 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=mindforger
pkgname=$_pkgname-src
-pkgver=1.48.2
+pkgver=1.49.2
pkgrel=1
pkgdesc="Thinking notebook and Markdown IDE. Search, browse, view and edit your Markdown files. Get as much as possible from knowledge in your remarks. (Build from source.)"
arch=('any')
@@ -15,7 +15,7 @@ provides=("$_pkgname")
conflicts=("$_pkgname")
source=(
"$_pkgname::git+https://github.com/dvorka/$_pkgname.git#tag=$pkgver"
- "$_pkgname-repository::git+https://github.com/dvorka/$_pkgname-repository.git#commit=120b883"
+ "$_pkgname-repository::git+https://github.com/dvorka/$_pkgname-repository.git#commit=05f3b4e"
)
sha256sums=('SKIP' 'SKIP')
@@ -27,6 +27,12 @@ prepare() {
build() {
cd "$srcdir/$_pkgname"
+ mkdir -p deps/cmark-gfm/build
+ cd deps/cmark-gfm/build
+ cmake -DCMARK_TESTS=OFF -DCMARK_SHARED=OFF ..
+ cmake --build .
+ cd -
+
cd deps/discount
./configure.sh
make