summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Max Meyer2017-02-01 16:46:25 +0100
committerJan Max Meyer2017-02-01 16:47:34 +0100
commit14e7cede5b1f78c60c74357bec0829e1191fca77 (patch)
tree254dbd0742fbdf4950639f5fd13bf8671698a431 /PKGBUILD
parente9575d5339f5a73d733382ef5ffb5db1070ccd44 (diff)
downloadaur-14e7cede5b1f78c60c74357bec0829e1191fca77.tar.gz
libphorward 0.18 seems to rely on txt2tags for correct building. This will be fixed soon with the next upcoming version (its a misconfigured automake system).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3fa9a3c23a0..8e9ceb725751 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,10 @@ pkgdesc="C library and tools for regular expressions, lexical analysis, parsing
arch=('i686' 'x86_64' 'armv6h')
url="http://www.phorward.info"
license=('BSD')
+depends=('txt2tags')
makedepends=()
checkdepends=()
-optdepends=('txt2tags: Documentation generator')
+#optdepends=('txt2tags: Documentation generator')
#changelog=CHANGELOG
source=("http://www.phorward.info/products/phorward/$pkgname-$pkgver-source.tar.gz")
md5sums=('b2938fdbf207736bfbfa8100342c5865')