summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-15 22:00:08 +0200
committerGoliathLabs2020-05-15 22:00:08 +0200
commite1d3db63ffc6fbf83887eb2bcce80f7485638713 (patch)
tree1cfcbe3fdd9a01075f0f28724203f1d9f03b450c
parentbd8a8ce1f8c69485e67c2644465b30447a05dc65 (diff)
downloadaur-e1d3db63ffc6fbf83887eb2bcce80f7485638713.tar.gz
Updated: 2.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acffe5745385..37ab7199ef1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Fri Feb 8 21:30:43 UTC 2019
pkgbase = nextcloud-app-files-markdown
pkgdesc = Markdown Editor extends the Nextcloud text editor with a live preview for markdown files.
- pkgver = 2.0.5
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/icewind1991/files_markdown
arch = any
license = AGPL
depends = nextcloud
options = !strip
- source = files_markdown-2.0.5.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v2.0.5/files_markdown.tar.gz
- sha256sums = d5272b18b3005642b8e4fa46fbba726ab62e526f2370cc67c5c2b96d18f1fbb7
+ source = files_markdown-2.2.0.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v2.2.0/files_markdown.tar.gz
+ sha256sums = 5c094db34e81af0ba4ffd07677379b48a3c7385c0e3b3e727d6d4efbef48c715
pkgname = nextcloud-app-files-markdown
diff --git a/PKGBUILD b/PKGBUILD
index d24df5cae737..6311387126b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,10 @@
-# Maintainer: Sven Klomp <mail at klomp dot eu>
+# Maintainer:
+# Contributor: Felix Golatofski <contact@xdfr.de
+# Contributor: Sven Klomp <mail at klomp dot eu>
pkgdesc='Markdown Editor extends the Nextcloud text editor with a live preview for markdown files.'
pkgname=('nextcloud-app-files-markdown')
-pkgver=2.0.5
+pkgver=2.2.0
pkgrel=1
arch=('any')
license=('AGPL')
@@ -11,7 +13,7 @@ makedepends=()
depends=('nextcloud')
options=('!strip')
source=("files_markdown-${pkgver}.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v${pkgver}/files_markdown.tar.gz")
-sha256sums=('d5272b18b3005642b8e4fa46fbba726ab62e526f2370cc67c5c2b96d18f1fbb7')
+sha256sums=('5c094db34e81af0ba4ffd07677379b48a3c7385c0e3b3e727d6d4efbef48c715')
package() {