summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-18 23:14:33 +0000
committerroot <root@rshg054.dnsready.net>2011-08-18 23:14:33 +0000
commit59eecef62ae9aa7dd391310f30293318f641c59c (patch)
tree18b1685d21f421939a133b2db2663bc63e5d873c /core
parent3413e75c9cdb6c0daf6ddf92f469a2221c94a55b (diff)
Thu Aug 18 23:14:33 UTC 2011
Diffstat (limited to 'core')
-rw-r--r--core/diffutils/PKGBUILD17
-rw-r--r--core/diffutils/diffutils.install4
-rw-r--r--core/pcre/PKGBUILD8
-rw-r--r--core/wget/PKGBUILD6
4 files changed, 20 insertions, 15 deletions
diff --git a/core/diffutils/PKGBUILD b/core/diffutils/PKGBUILD
index a5cec46b3..390a41bfb 100644
--- a/core/diffutils/PKGBUILD
+++ b/core/diffutils/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 102649 2010-12-09 13:50:53Z stephane $
+# $Id: PKGBUILD 135711 2011-08-18 02:10:15Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgname=diffutils
-pkgver=3.0
-pkgrel=2
+pkgver=3.1
+pkgrel=1
pkgdesc="Utility programs used for creating patch files"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/diffutils"
@@ -13,15 +13,20 @@ groups=('base')
depends=('glibc' 'sh')
install=diffutils.install
source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('7624eb7e6b53ea3ce38958a092d2216e')
+md5sums=('fbb1d804849fa32ff5853f028a3be46f')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
make
}
+check() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make check
+}
+
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}
diff --git a/core/diffutils/diffutils.install b/core/diffutils/diffutils.install
index 3ebec2831..ae6655fba 100644
--- a/core/diffutils/diffutils.install
+++ b/core/diffutils/diffutils.install
@@ -1,5 +1,5 @@
-infodir=/usr/share/info
-filelist=(diff.info)
+infodir=usr/share/info
+filelist=(diffutils.info)
post_install() {
[ -x usr/bin/install-info ] || return 0
diff --git a/core/pcre/PKGBUILD b/core/pcre/PKGBUILD
index c765d79a3..5b706c6ba 100644
--- a/core/pcre/PKGBUILD
+++ b/core/pcre/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 106454 2011-01-17 12:49:41Z allan $
+# $Id: PKGBUILD 135715 2011-08-18 02:10:20Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>
pkgname=pcre
-pkgver=8.12
+pkgver=8.13
pkgrel=1
pkgdesc="A library that implements Perl 5-style regular expressions"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ license=('BSD')
depends=('gcc-libs')
options=('!libtool')
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f14a9fef3c92f3fc6c5ac92d7a2c7eb3')
-sha1sums=('2219b372bff53ee29a7e44ecf5977ad15df01cea')
+md5sums=('5e595edbcded141813fa1a10dbce05cb')
+
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
diff --git a/core/wget/PKGBUILD b/core/wget/PKGBUILD
index ce4c93698..5646c7d86 100644
--- a/core/wget/PKGBUILD
+++ b/core/wget/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 135508 2011-08-14 11:32:07Z allan $
+# $Id: PKGBUILD 135713 2011-08-18 02:10:18Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=wget
-pkgver=1.13
+pkgver=1.13.1
pkgrel=1
pkgdesc="A network utility to retrieve files from the Web"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ optdepends=('ca-certificates: HTTPS downloads')
backup=('etc/wgetrc')
install=wget.install
source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('48c5384123156e7b7501d2f5b5c7189a')
+md5sums=('5c9056fcec2f398111e97be65e8592cc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"