summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/diffutils/PKGBUILD9
-rw-r--r--core/file/PKGBUILD6
-rw-r--r--core/libffi/PKGBUILD6
3 files changed, 11 insertions, 10 deletions
diff --git a/core/diffutils/PKGBUILD b/core/diffutils/PKGBUILD
index 44b02060d..0ed2f9049 100644
--- a/core/diffutils/PKGBUILD
+++ b/core/diffutils/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 137084 2011-09-06 04:35:05Z allan $
+# $Id: PKGBUILD 180850 2013-03-27 01:10:49Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgname=diffutils
-pkgver=3.2
+pkgver=3.3
pkgrel=1
pkgdesc="Utility programs used for creating patch files"
arch=('i686' 'x86_64')
@@ -12,8 +12,9 @@ license=('GPL3')
groups=('base')
depends=('glibc' 'sh')
install=diffutils.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('26ff64c332429c830c154be46b393382')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('99180208ec2a82ce71f55b0d7389f1b3'
+ '203a2f2101dfcc09cdac655be353fd78')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/core/file/PKGBUILD b/core/file/PKGBUILD
index 7fc5bcdba..0850834ba 100644
--- a/core/file/PKGBUILD
+++ b/core/file/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 179540 2013-03-06 10:50:29Z allan $
+# $Id: PKGBUILD 180851 2013-03-27 01:10:50Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgname=file
-pkgver=5.13
+pkgver=5.14
pkgrel=1
pkgdesc="File type identification utility"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ url="http://www.darwinsys.com/file/"
depends=('glibc' 'zlib')
options=('!libtool')
source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d60c1364ba956eff7d21f8250808fc6d')
+md5sums=('c26625f1d6773ad4bc5a87c0e315632c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/core/libffi/PKGBUILD b/core/libffi/PKGBUILD
index 11fc7e27d..14633e682 100644
--- a/core/libffi/PKGBUILD
+++ b/core/libffi/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 180006 2013-03-14 11:52:23Z stephane $
+# $Id: PKGBUILD 180905 2013-03-27 21:58:17Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=libffi
-pkgver=3.0.12
+pkgver=3.0.13
pkgrel=1
pkgdesc="A portable, high level programming interface to various calling conventions"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ checkdepends=('dejagnu')
options=('!libtool')
install=libffi.install
source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
-sha1sums=('463dcb4ae9aea4c52bba12b67fbe4d91ed1e21fd')
+sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"