summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmundo Sanchez2020-06-22 08:07:12 -0500
committerEdmundo Sanchez2020-06-22 08:07:12 -0500
commitca1c33109c0c1fd08bd956b4e9416a438ba67014 (patch)
tree9977392e06aa2bc8d70228c6d7b3337e6e21a6a5
parentde7c541dd9529d4f487596312bcabcdee41a7564 (diff)
downloadaur-ca1c33109c0c1fd08bd956b4e9416a438ba67014.tar.gz
update to 0.16.2
-rw-r--r--.SRCINFO6
-rwxr-xr-xsrcinfo.sh2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 134449a43aa4..e873d8b257ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = marktext-appimg
pkgdesc = A simple and elegant open-source markdown editor that focused on speed and usability.
- pkgver = 0.16.1
+ pkgver = 0.16.2
pkgrel = 1
url = https://marktext.app
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = marktext-appimg
depends = gtk3
depends = libsecret
depends = libxkbfile
- source = https://github.com/marktext/marktext/releases/download/v0.16.1/marktext-x86_64.AppImage
- sha256sums = 373080e22e6c0aa9fa9394c91b6cf1036898a17595e629983912bbced89653ec
+ source = https://github.com/marktext/marktext/releases/download/v0.16.2/marktext-x86_64.AppImage
+ sha256sums = 27a35e16099f9019b7bc77955efb096628ffba663f5f5cfb6e674ab1374d6e47
pkgname = marktext-appimg
diff --git a/srcinfo.sh b/srcinfo.sh
new file mode 100755
index 000000000000..d4046eca1923
--- /dev/null
+++ b/srcinfo.sh
@@ -0,0 +1,2 @@
+#!/usr/bin/env bash
+makepkg --printsrcinfo > .SRCINFO \ No newline at end of file