summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoop Kiefte2018-12-21 02:06:24 +0100
committerJoop Kiefte2018-12-21 02:06:24 +0100
commitb19aca2f58d9148bec5df10e23471daf0f500c23 (patch)
tree28f9090ac4fd81baac9757ca9585c8b3a066912e
parent6a7022b795534bd6c8285166a395d9396bbf5246 (diff)
downloadaur-b19aca2f58d9148bec5df10e23471daf0f500c23.tar.gz
pkgrel 3: pruned optdepends a little. Still didn't manage to really test the optdepends.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ae496ce2156..a723b25e8f85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = ruby-textplay-git
pkgdesc = Convert fountain screenplays to Final Draft and HTML format, and convert HTML to PDF.
pkgver = r87.88f7871
- pkgrel = 2
+ pkgrel = 3
url = https://www.olivertaylor.net/
arch = any
license = custom:textplay
makedepends = git
depends = ruby
optdepends = ttf-courier-prime: To print screenplays in the expected font
- optdepends = python-weasyprint: To create a PDF version from the output (Recommended)
- optdepends = python2-weasyprint: Python 2 version of the above
+ optdepends = python-weasyprint: To create a PDF version from the output if you dont want to use PrinceXML
optdepends = princexml: The PDF package textplay was written for, commercial - free version creates watermark
provides = ruby-textplay
conflicts = ruby-textplay
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')