summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hauser2020-06-05 19:07:03 +0200
committerSimon Hauser2020-06-05 19:07:03 +0200
commit439ed057a1910b0d698bba5597158cbe21fb2ee4 (patch)
tree6fae8f5ea066198219ed321a1bd56c33b04f4117
parente1d3db63ffc6fbf83887eb2bcce80f7485638713 (diff)
downloadaur-439ed057a1910b0d698bba5597158cbe21fb2ee4.tar.gz
v2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37ab7199ef1d..0ad15b79b605 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-app-files-markdown
pkgdesc = Markdown Editor extends the Nextcloud text editor with a live preview for markdown files.
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/icewind1991/files_markdown
arch = any
license = AGPL
depends = nextcloud
options = !strip
- 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
+ source = files_markdown-2.3.0.tar.gz::https://github.com/icewind1991/files_markdown/releases/download/v2.3.0/files_markdown.tar.gz
+ sha256sums = b90ade2a55d21c9a68196672ea19f0a89dea26d5d117e2ac6b3a469f270174d2
pkgname = nextcloud-app-files-markdown
diff --git a/PKGBUILD b/PKGBUILD
index 6311387126b0..12a65ecb22d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer:
-# Contributor: Felix Golatofski <contact@xdfr.de
+# Maintainer: Simon Hauser <Simon-Hauser@outlook.de>
+# 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.2.0
+pkgver=2.3.0
pkgrel=1
arch=('any')
license=('AGPL')
@@ -13,11 +13,9 @@ 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=('5c094db34e81af0ba4ffd07677379b48a3c7385c0e3b3e727d6d4efbef48c715')
-
+sha256sums=('b90ade2a55d21c9a68196672ea19f0a89dea26d5d117e2ac6b3a469f270174d2')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
cp -a "${srcdir}/files_markdown" "${pkgdir}/usr/share/webapps/nextcloud/apps/files_markdown"
}
-