summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-03-06 08:50:29 -0700
committerMark Wagie2021-03-06 08:50:29 -0700
commit2f1568c997cd0ad60560622e996113ca675ad970 (patch)
treecec637ce807f414373a3674c9850b0056980765d
parent03023a3ad10727b09674797501fffa74dfe454a9 (diff)
downloadaur-2f1568c997cd0ad60560622e996113ca675ad970.tar.gz
0.1.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bca39968c58..1c27aff94e08 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.5
+ pkgver = 0.1.6
pkgrel = 1
url = https://thiefmd.com
arch = x86_64
@@ -17,9 +17,10 @@ pkgbase = thiefmd
depends = clutter
depends = libgee
depends = libhandy
- source = git+https://github.com/kmwallio/ThiefMD.git#commit=063aac3a86c90f443dccc14bedcc10aade299ba2
+ source = git+https://github.com/kmwallio/ThiefMD.git#commit=174939c062781695596ba53616386c541f0857bc
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
source = git+https://github.com/ThiefMD/writeas-vala.git
source = git+https://github.com/ThiefMD/libwritegood-vala.git
sha256sums = SKIP
@@ -27,6 +28,7 @@ pkgbase = thiefmd
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
pkgname = thiefmd
diff --git a/PKGBUILD b/PKGBUILD
index 6dfa5f69e43b..84077a2e1d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=thiefmd
-pkgver=0.1.5
-_codename=listmayhem
+pkgver=0.1.6
+_codename=finess
pkgrel=1
pkgdesc="The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter"
arch=('x86_64' 'aarch64')
@@ -10,16 +10,18 @@ license=('GPL3')
depends=('gtkspell3' 'webkit2gtk' 'discount' 'gtksourceview4' 'libarchive'
'clutter' 'libgee' 'libhandy')
makedepends=('git' 'meson' 'vala')
-_commit=063aac3a86c90f443dccc14bedcc10aade299ba2
+_commit=174939c062781695596ba53616386c541f0857bc
source=("git+https://github.com/kmwallio/ThiefMD.git#commit=$_commit"
'git+https://github.com/ThiefMD/ghost-vala.git'
'git+https://github.com/TwiRp/ultheme-vala.git'
+ 'git+https://github.com/ThiefMD/wordpress-vala.git'
'git+https://github.com/ThiefMD/writeas-vala.git'
'git+https://github.com/ThiefMD/libwritegood-vala.git')
sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'SKIP')
pkgver() {
@@ -32,6 +34,7 @@ prepare() {
git submodule init
git config submodule.src/ghost.url $srcdir/ghost-vala
git config submodule.src/ultheme.url $srcdir/ultheme-vala
+ git config submodule.src/wordpress.url $srcdir/wordpress-vala
git config submodule.src/writeas.url $srcdir/writeas-vala
git config submodule.src/writegood.url $srcdir/libwritegood-vala
git submodule update