summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-28 14:48:17 -0700
committerMark Wagie2021-02-28 14:48:17 -0700
commit03023a3ad10727b09674797501fffa74dfe454a9 (patch)
tree70f728cc66bbdbae33384efa2bf8bb9eb8ba8ab9
parenta0c905b8319727d148a977b60cb0c18c3937a98e (diff)
downloadaur-03023a3ad10727b09674797501fffa74dfe454a9.tar.gz
0.1.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6e77448aa9b..3bca39968c58 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.4
+ pkgver = 0.1.5
pkgrel = 1
url = https://thiefmd.com
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = thiefmd
depends = clutter
depends = libgee
depends = libhandy
- source = git+https://github.com/kmwallio/ThiefMD.git#commit=8f16cdd3f8f09df4b8f06ceb9a2d32981e028d33
+ source = git+https://github.com/kmwallio/ThiefMD.git#commit=063aac3a86c90f443dccc14bedcc10aade299ba2
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 08baf6dbc026..6dfa5f69e43b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=thiefmd
-pkgver=0.1.4
-_codename=welcome2021
+pkgver=0.1.5
+_codename=listmayhem
pkgrel=1
pkgdesc="The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter"
arch=('x86_64' 'aarch64')
@@ -10,8 +10,7 @@ license=('GPL3')
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=8f16cdd3f8f09df4b8f06ceb9a2d32981e028d33
+_commit=063aac3a86c90f443dccc14bedcc10aade299ba2
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'