summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-12-08 09:00:30 -0700
committerMark Wagie2020-12-08 09:00:30 -0700
commit2f05444df543ba7918a6eca5ea80ab0eddfa5623 (patch)
tree7b7af7780fa2fedd1d845d537a4a295a9982ae0f
parent04aa7d5a22fafbb26d90fc68ec324323e0a9b17a (diff)
downloadaur-2f05444df543ba7918a6eca5ea80ab0eddfa5623.tar.gz
add missing dependency, support aarch64
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e6c5db7d897..d374fe076d8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = thiefmd
pkgdesc = The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter
pkgver = 0.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://thiefmd.com
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = git
makedepends = meson
@@ -15,6 +16,7 @@ pkgbase = thiefmd
depends = libarchive
depends = clutter
depends = libgee
+ depends = libhandy
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
diff --git a/PKGBUILD b/PKGBUILD
index 534e3185170c..9097a85db201 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=thiefmd
pkgver=0.1.3
_codename=ohsohandy
-pkgrel=1
+pkgrel=2
pkgdesc="The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://thiefmd.com"
license=('GPL3')
depends=('gtkspell3' 'webkit2gtk' 'discount' 'gtksourceview4' 'libarchive'
- 'clutter' 'libgee')
+ '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