summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a723b25e8f85..569451927c53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +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 = 3
+ pkgver = r88.eb06aa6
+ pkgrel = 1
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 if you dont want to use PrinceXML
+ optdepends = python-weasyprint: To create a PDF version from the output
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 cb2af076c78b..c88c7afddc42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joop Kiefte <joop@kiefte.net>
pkgname=ruby-textplay-git
-pkgver=r87.88f7871
-pkgrel=3
+pkgver=r88.eb06aa6
+pkgrel=1
pkgdesc="Convert fountain screenplays to Final Draft and HTML format, and convert HTML to PDF."
arch=('any')
url="https://www.olivertaylor.net/"
@@ -9,7 +9,7 @@ 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 if you don''t want to use PrinceXML'
+ 'python-weasyprint: To create a PDF version from the output'
'princexml: The PDF package textplay was written for, commercial - free version creates watermark')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")