summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio de la Cruz2017-03-06 19:48:36 -0800
committerSergio de la Cruz2017-03-06 19:48:36 -0800
commit4abd7bf62775d0c7026d73e594548fcd5a59bf6e (patch)
tree5e570518819370277e76adafe6c5aa11da0bce42
parent90a54d21bd1dcd40be715ad16f21dbf7630828f7 (diff)
downloadaur-4abd7bf62775d0c7026d73e594548fcd5a59bf6e.tar.gz
Updated to v0.3.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a5d42e8bb37..0356aff7124e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cmarked
pkgdesc = A multi platform CommonMark (Markdown) editor
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/sergiodlc/cmarked
arch = any
@@ -8,7 +8,8 @@ pkgbase = cmarked
makedepends = python-setuptools
depends = python-pyside
depends = cmark
- source = cmarked::git+https://github.com/sergiodlc/cmarked.git#tag=v0.2.0
+ optdepends = python-weasyprint: export to PDF
+ source = cmarked::git+https://github.com/sergiodlc/cmarked.git#tag=v0.3.0
sha256sums = SKIP
pkgname = cmarked
diff --git a/PKGBUILD b/PKGBUILD
index 295a37deabe4..3341f58912fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Sergio de la Cruz <sergiodlc+arch@gmail.com>
pkgname=cmarked
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="A multi platform CommonMark (Markdown) editor"
arch=('any')
url="https://github.com/sergiodlc/cmarked"
license=('MIT')
depends=('python-pyside' 'cmark')
+optdepends=('python-weasyprint: export to PDF')
makedepends=('python-setuptools')
source=("cmarked::git+https://github.com/sergiodlc/cmarked.git#tag=v$pkgver")
sha256sums=('SKIP')