diff options
author | root <root@rshg054.dnsready.net> | 2011-09-02 23:14:49 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-02 23:14:49 +0000 |
commit | b37ee9de1a430956d9e5958ebd9d7e0dbfc79327 (patch) | |
tree | 087dd7d26bea36f9b3b7c485f9e8e8251cbe0423 /core | |
parent | eb3d40c72c9dd19f6a5ef79b41e9d8ba73ccd928 (diff) |
Fri Sep 2 23:14:49 UTC 2011
Diffstat (limited to 'core')
-rw-r--r-- | core/fakeroot/PKGBUILD | 6 | ||||
-rw-r--r-- | core/wget/PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/core/fakeroot/PKGBUILD b/core/fakeroot/PKGBUILD index 40254a8b5..86ec9b66a 100644 --- a/core/fakeroot/PKGBUILD +++ b/core/fakeroot/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 136188 2011-08-24 01:48:21Z allan $ +# $Id: PKGBUILD 136827 2011-09-01 21:49:27Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Jochem Kossen <j.kossen@home.nl> pkgname=fakeroot -pkgver=1.17 +pkgver=1.18 pkgrel=1 pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ install=fakeroot.install depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh') options=('!libtool') source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2) -md5sums=('1adc603cc18eedee11d9889798c863db') +md5sums=('b0e7696460ee54bc378b9c89997f77c2') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/core/wget/PKGBUILD b/core/wget/PKGBUILD index 5646c7d86..d88b0fdd6 100644 --- a/core/wget/PKGBUILD +++ b/core/wget/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 135713 2011-08-18 02:10:18Z allan $ +# $Id: PKGBUILD 136829 2011-09-01 21:49:29Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Judd Vinet <jvinet@zeroflux.org> pkgname=wget -pkgver=1.13.1 +pkgver=1.13.3 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=('5c9056fcec2f398111e97be65e8592cc') +md5sums=('540cbd50909885fe11bd7bc4f75268d1') build() { cd "${srcdir}/${pkgname}-${pkgver}" |