summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b0985152e69..10cbc4273f32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,10 @@
# Contributor: juergen <juergen@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>
-_commit=3f6d725379337d0b9bde2e5e350fdfc249216be7
-
pkgname=text2pdf
pkgver=1.1
-pkgrel=2
+pkgrel=3
+_commit=3f6d725379337d0b9bde2e5e350fdfc249216be7
pkgdesc='Convert text files to PDF'
arch=('i686' 'x86_64')
url='http://www.eprg.org/pdfcorner/text2pdf/'
@@ -23,7 +22,7 @@ prepare() {
build() {
cd $pkgname-$_commit
- gcc $CFLAGS -v -o text2pdf text2pdf.c
+ gcc $CFLAGS -o text2pdf text2pdf.c $LDFLAGS
}
package() {