summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Mikityanskiy2020-02-10 07:04:52 +0200
committerMaxim Mikityanskiy2020-02-10 07:04:52 +0200
commit8d6628aaeed481ab23822df67f6d362068291def (patch)
tree2893bde824bdf56dfcc728a2c3720ad7d52288fe
parent0f68f40ca02b41e4759dee312a8c8393fa036c95 (diff)
downloadaur-8d6628aaeed481ab23822df67f6d362068291def.tar.gz
Update to 1.50.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8455873818ec..78962b1230ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mindforger-src
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.)
- pkgver = 1.49.2
+ pkgver = 1.50.0
pkgrel = 1
url = https://github.com/dvorka/mindforger
arch = any
@@ -14,8 +14,8 @@ pkgbase = mindforger-src
optdepends = dropbox: Dropbox syncing
provides = mindforger
conflicts = mindforger
- source = mindforger::git+https://github.com/dvorka/mindforger.git#tag=1.49.2
- source = mindforger-repository::git+https://github.com/dvorka/mindforger-repository.git#commit=05f3b4e
+ source = mindforger::git+https://github.com/dvorka/mindforger.git#tag=1.50.0
+ source = mindforger-repository::git+https://github.com/dvorka/mindforger-repository.git#commit=a17ada7
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f9cee2687015..a30fc2aae3e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=mindforger
pkgname=$_pkgname-src
-pkgver=1.49.2
+pkgver=1.50.0
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=05f3b4e"
+ "$_pkgname-repository::git+https://github.com/dvorka/$_pkgname-repository.git#commit=a17ada7"
)
sha256sums=('SKIP' 'SKIP')