summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-06-13 21:00:52 +0200
committerhaawda2020-06-13 21:00:52 +0200
commit5a195396447957fc103e2bb7f68160a8fe969c57 (patch)
tree581e8a3bf3c4d8231ee19e806ea6239813e5d44b /PKGBUILD
parent91db0b2a654916b6aa2a145c0d81551281b051e9 (diff)
downloadaur-text2pdf.tar.gz
add conflict to pdflib-lite
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f83b9651fab..740c933c33b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@
pkgname=text2pdf
pkgver=1.1
-pkgrel=5
+pkgrel=6
_commit=3f6d725379337d0b9bde2e5e350fdfc249216be7
pkgdesc='Convert text files to PDF'
arch=('i686' 'x86_64')
url='http://www.eprg.org/pdfcorner/text2pdf/'
license=('custom')
depends=('glibc')
+conflicts=('pdflib-lite')
source=("$pkgname-$pkgver.tar.gz::https://github.com/philips/text2pdf/archive/$_commit.tar.gz")
sha256sums=('83159d607ede9164dc47d64e04589a43c3b7b71d4c0ef61e114f22b132897727')