summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-20 11:45:34 -0700
committerMark Wagie2021-02-20 11:45:34 -0700
commita0c905b8319727d148a977b60cb0c18c3937a98e (patch)
tree2ba3a735cc4a0db6ed1a0887d7ec29d0b7b426cf
parent2f05444df543ba7918a6eca5ea80ab0eddfa5623 (diff)
downloadaur-a0c905b8319727d148a977b60cb0c18c3937a98e.tar.gz
0.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d374fe076d8b..f6e77448aa9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thiefmd
pkgdesc = The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter
- pkgver = 0.1.3
- pkgrel = 2
+ pkgver = 0.1.4
+ pkgrel = 1
url = https://thiefmd.com
arch = x86_64
arch = aarch64
@@ -17,7 +17,7 @@ pkgbase = thiefmd
depends = clutter
depends = libgee
depends = libhandy
- source = git+https://github.com/kmwallio/ThiefMD.git#commit=48fe3ccf7f56f72af5e2948e8c367eeae0a80c48
+ source = git+https://github.com/kmwallio/ThiefMD.git#commit=8f16cdd3f8f09df4b8f06ceb9a2d32981e028d33
source = git+https://github.com/ThiefMD/ghost-vala.git
source = git+https://github.com/TwiRp/ultheme-vala.git
source = git+https://github.com/ThiefMD/writeas-vala.git
diff --git a/PKGBUILD b/PKGBUILD
index 9097a85db201..08baf6dbc026 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=thiefmd
-pkgver=0.1.3
-_codename=ohsohandy
-pkgrel=2
+pkgver=0.1.4
+_codename=welcome2021
+pkgrel=1
pkgdesc="The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter"
arch=('x86_64' 'aarch64')
url="https://thiefmd.com"
@@ -11,7 +11,7 @@ depends=('gtkspell3' 'webkit2gtk' 'discount' 'gtksourceview4' 'libarchive'
'clutter' 'libgee' 'libhandy')
makedepends=('git' 'meson' 'vala')
#source=("$pkgname-$pkgver.tar.gz::https://github.com/kmwallio/ThiefMD/archive/v$pkgver-$_codename.tar.gz")
-_commit=48fe3ccf7f56f72af5e2948e8c367eeae0a80c48
+_commit=8f16cdd3f8f09df4b8f06ceb9a2d32981e028d33
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'