summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-12-06 17:14:52 -0700
committerMark Wagie2020-12-06 17:14:52 -0700
commit04aa7d5a22fafbb26d90fc68ec324323e0a9b17a (patch)
treec63d1c9dc29e591e5a82177ce8d2bbe762055b98
parent640a774f1f26a2a98d3aa5610158499b52dd0a8d (diff)
downloadaur-04aa7d5a22fafbb26d90fc68ec324323e0a9b17a.tar.gz
0.1.3
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bac6a059f4f..7e6c5db7d897 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.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://thiefmd.com
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = thiefmd
depends = libarchive
depends = clutter
depends = libgee
- source = git+https://github.com/kmwallio/ThiefMD.git#commit=14ddac2af428864478bf99d14ae0e3ac9fd76a95
+ source = git+https://github.com/kmwallio/ThiefMD.git#commit=48fe3ccf7f56f72af5e2948e8c367eeae0a80c48
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/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4dab8d6386e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index b9b936bf014c..534e3185170c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=thiefmd
-pkgver=0.1.2
-_codename=sophistication
+pkgver=0.1.3
+_codename=ohsohandy
pkgrel=1
pkgdesc="The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('gtkspell3' 'webkit2gtk' 'discount' 'gtksourceview4' 'libarchive'
'clutter' 'libgee')
makedepends=('git' 'meson' 'vala')
#source=("$pkgname-$pkgver.tar.gz::https://github.com/kmwallio/ThiefMD/archive/v$pkgver-$_codename.tar.gz")
-_commit=14ddac2af428864478bf99d14ae0e3ac9fd76a95
+_commit=48fe3ccf7f56f72af5e2948e8c367eeae0a80c48
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'