summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')