summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-03-27 08:21:31 -0600
committerMark Wagie2021-03-27 08:21:31 -0600
commita36a85f9bd9d927f84a3fe3b6ca26e72daf48243 (patch)
tree66542a2f1e8f99d11a37fe4ccb59471fd8b41111
parent895772e4c5860e9f321fafbcf18af7a56aedbbf1 (diff)
downloadaur-a36a85f9bd9d927f84a3fe3b6ca26e72daf48243.tar.gz
0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f577ba54669..382a42a6f5af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thiefmd
pkgdesc = The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter
- pkgver = 0.1.8
+ pkgver = 0.2.0
pkgrel = 1
url = https://thiefmd.com
arch = x86_64
@@ -17,7 +17,8 @@ pkgbase = thiefmd
depends = clutter
depends = libgee
depends = libhandy
- source = git+https://github.com/kmwallio/ThiefMD.git#commit=413cf1e3a1d9dfb98dcf096a83842b20a9055212
+ source = git+https://github.com/kmwallio/ThiefMD.git#commit=89ff79ef5e151cafa87d17d9b1e43582de746e0a
+ source = git+https://github.com/ThiefMD/BiBtex-vala.git
source = git+https://github.com/ThiefMD/ghost-vala.git
source = git+https://github.com/TwiRp/ultheme-vala.git
source = git+https://github.com/ThiefMD/wordpress-vala.git
@@ -29,6 +30,7 @@ pkgbase = thiefmd
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
pkgname = thiefmd
diff --git a/PKGBUILD b/PKGBUILD
index d59c92b35a89..4113b2117858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=thiefmd
-pkgver=0.1.8
-_codename=languages
+pkgver=0.2.0
+_codename=creators-edition
pkgrel=1
pkgdesc="The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter"
arch=('x86_64' 'aarch64')
@@ -10,8 +10,9 @@ license=('GPL3')
depends=('gtkspell3' 'webkit2gtk' 'discount' 'gtksourceview4' 'libarchive'
'clutter' 'libgee' 'libhandy')
makedepends=('git' 'meson' 'vala')
-_commit=413cf1e3a1d9dfb98dcf096a83842b20a9055212
+_commit=89ff79ef5e151cafa87d17d9b1e43582de746e0a
source=("git+https://github.com/kmwallio/ThiefMD.git#commit=$_commit"
+ 'git+https://github.com/ThiefMD/BiBtex-vala.git'
'git+https://github.com/ThiefMD/ghost-vala.git'
'git+https://github.com/TwiRp/ultheme-vala.git'
'git+https://github.com/ThiefMD/wordpress-vala.git'
@@ -22,6 +23,7 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'SKIP')
pkgver() {
@@ -32,7 +34,7 @@ pkgver() {
prepare() {
cd "$srcdir/ThiefMD"
git submodule init
- for _submodule in ghost-vala ultheme-vala wordpress-vala writeas-vala libwritegood-vala; do
+ for _submodule in BiBtex-vala ghost-vala ultheme-vala wordpress-vala writeas-vala libwritegood-vala; do
git config submodule.src/${_submodule}.url $srcdir/${_submodule}
done
git submodule update