summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 332a4932dbb0..a201f1307821 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = fstrcmp
pkgdesc = A library that is used to make fuzzy comparisons of strings and byte arrays, including multi-byte character strings
pkgver = 0.7.D001
- pkgrel = 2
+ pkgrel = 3
url = http://fstrcmp.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
makedepends = make
makedepends = gcc
+ makedepends = ghostscript
makedepends = groff
makedepends = libtool
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 5ee0f2e105d4..b1fc21155bb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=fstrcmp
pkgver=0.7.D001
-pkgrel=2
+pkgrel=3
pkgdesc="A library that is used to make fuzzy comparisons of strings and byte arrays, including multi-byte character strings"
arch=('i686' 'x86_64')
url="http://fstrcmp.sourceforge.net/"
license=('GPL')
depends=('glibc')
-makedepends=('make' 'gcc' 'groff' 'libtool')
+makedepends=('make' 'gcc' 'ghostscript' 'groff' 'libtool')
options=(!libtool !staticlibs)
source=(http://fstrcmp.sourceforge.net/$pkgname-$pkgver.tar.gz)
md5sums=('9c440bbdfcad9fd22e38f2388715b0cc')