summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Klomp2018-01-17 20:40:50 +0100
committerSven Klomp2018-01-17 20:40:50 +0100
commitf9483ba6b3aac695199aee4a6aa2f35817608eab (patch)
tree3a3f8ef8396ee18ee92b3b58d2d3b3dc11745bfc
parentde227ecb24239da988d0b4d710c6dd925086a190 (diff)
downloadaur-f9483ba6b3aac695199aee4a6aa2f35817608eab.tar.gz
Update to 2.0.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce95144c45a9..f6317baf1fa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Mar 1 20:24:28 UTC 2017
+# Wed Jan 17 19:39:39 UTC 2018
pkgbase = nextcloud-app-files-markdown
pkgdesc = Markdown Editor extends the Nextcloud text editor with a live preview for markdown files.
- pkgver = 1.0.1
- pkgrel = 2
+ pkgver = 2.0.1
+ pkgrel = 1
url = https://github.com/icewind1991/files_markdown
arch = any
license = AGPL
depends = nextcloud
options = !strip
- source = files_markdown-1.0.1.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v1.0.1/files_markdown.tar.gz
- sha256sums = 73514984c947cb16bd353af0f1a13ba8d885116320b3de09e54a3271416dd09c
+ source = files_markdown-2.0.1.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v2.0.1/files_markdown.tar.gz
+ sha256sums = c95dbcd2a470262973c7f19b3445a82717acaa7702579f57167842596b04e7a4
pkgname = nextcloud-app-files-markdown
diff --git a/PKGBUILD b/PKGBUILD
index 0f615bd341f5..784c18d25179 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgdesc='Markdown Editor extends the Nextcloud text editor with a live preview for markdown files.'
pkgname=('nextcloud-app-files-markdown')
-pkgver=1.0.1
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
arch=('any')
license=('AGPL')
url="https://github.com/icewind1991/files_markdown"
@@ -11,7 +11,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=('73514984c947cb16bd353af0f1a13ba8d885116320b3de09e54a3271416dd09c')
+sha256sums=('c95dbcd2a470262973c7f19b3445a82717acaa7702579f57167842596b04e7a4')
package() {