summaryrefslogtreecommitdiff
path: root/extra/htdig/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/htdig/PKGBUILD')
-rw-r--r--extra/htdig/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/htdig/PKGBUILD b/extra/htdig/PKGBUILD
index 38418ee68..d558f4974 100644
--- a/extra/htdig/PKGBUILD
+++ b/extra/htdig/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 122102 2011-05-02 07:10:01Z andrea $
+# $Id: PKGBUILD 149485 2012-02-08 10:07:38Z pierre $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=htdig
pkgver=3.2.0b6
-pkgrel=7
+pkgrel=8
pkgdesc="Scripts and HTML code needed for using ht://Dig as a web search engine"
url="http://www.htdig.org/"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('openssl')
options=('!libtool' 'emptydirs')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
'gcc4.3.patch'
- 'CVE-2007-6110.patch')
+ 'CVE-2007-6110.patch')
md5sums=('8b9b9587a411ac7dd278fa5413428960'
'2aeda683f95b58efc0978d7fe951de59'
'0d9099d3b5a32d322a8e0240f85a3578')
@@ -42,4 +42,3 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
-