summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-03-20 17:35:45 -0600
committerMark Wagie2021-03-20 17:35:45 -0600
commit895772e4c5860e9f321fafbcf18af7a56aedbbf1 (patch)
tree1b4b8d063fae3bb780e41970f535ff5e4a9271a2
parent4dbf25773b4f7a8dcd35a9a7c5599a26607b751e (diff)
downloadaur-895772e4c5860e9f321fafbcf18af7a56aedbbf1.tar.gz
0.1.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ed3c3e59051..8f577ba54669 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.7
+ pkgver = 0.1.8
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=213f2fa1e72cd3d9830cf1d1f0c6c0106f715822
+ source = git+https://github.com/kmwallio/ThiefMD.git#commit=413cf1e3a1d9dfb98dcf096a83842b20a9055212
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
diff --git a/PKGBUILD b/PKGBUILD
index f200a9fb57b9..d59c92b35a89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=thiefmd
-pkgver=0.1.7
-_codename=subtle
+pkgver=0.1.8
+_codename=languages
pkgrel=1
pkgdesc="The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter"
arch=('x86_64' 'aarch64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('gtkspell3' 'webkit2gtk' 'discount' 'gtksourceview4' 'libarchive'
'clutter' 'libgee' 'libhandy')
makedepends=('git' 'meson' 'vala')
-_commit=213f2fa1e72cd3d9830cf1d1f0c6c0106f715822
+_commit=413cf1e3a1d9dfb98dcf096a83842b20a9055212
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'
@@ -46,5 +46,5 @@ build() {
package() {
DESTDIR="$pkgdir" meson install -C build
- ln -s /usr/bin/com.github.kmwallio.thiefmd "$pkgdir/usr/bin/$pkgname"
+ ln -s "/usr/bin/com.github.kmwallio.$pkgname" "$pkgdir/usr/bin/$pkgname"
}