summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 171e7cb60ffa..cb2af076c78b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joop Kiefte <joop@kiefte.net>
pkgname=ruby-textplay-git
pkgver=r87.88f7871
-pkgrel=2
+pkgrel=3
pkgdesc="Convert fountain screenplays to Final Draft and HTML format, and convert HTML to PDF."
arch=('any')
url="https://www.olivertaylor.net/"
@@ -9,12 +9,10 @@ license=('custom:textplay')
depends=('ruby')
makedepends=('git')
optdepends=('ttf-courier-prime: To print screenplays in the expected font'
- 'python-weasyprint: To create a PDF version from the output (Recommended)'
- 'python2-weasyprint: Python 2 version of the above'
+ 'python-weasyprint: To create a PDF version from the output if you don''t want to use PrinceXML'
'princexml: The PDF package textplay was written for, commercial - free version creates watermark')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-install=
source=('ruby-textplay::git+https://github.com/olivertaylor/Textplay')
md5sums=('SKIP')