summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fe3bb1243fa..9c8d4ef750f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = text2pdf
pkgdesc = Convert text files to PDF
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.eprg.org/pdfcorner/text2pdf/
arch = i686
arch = x86_64
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() {