summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/file/PKGBUILD6
-rw-r--r--core/libevent/PKGBUILD10
-rw-r--r--core/sudo/PKGBUILD10
3 files changed, 13 insertions, 13 deletions
diff --git a/core/file/PKGBUILD b/core/file/PKGBUILD
index 3eb77188b..f18203824 100644
--- a/core/file/PKGBUILD
+++ b/core/file/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 145913 2012-01-04 01:24:54Z allan $
+# $Id: PKGBUILD 150976 2012-02-24 12:10:49Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgname=file
-pkgver=5.10
+pkgver=5.11
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=('4cea34b087b060772511e066e2038196')
+md5sums=('16a407bd66d6c7a832f3a5c0d609c27b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/core/libevent/PKGBUILD b/core/libevent/PKGBUILD
index 45cf1208f..ce8c5dcb8 100644
--- a/core/libevent/PKGBUILD
+++ b/core/libevent/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 143770 2011-11-29 02:05:28Z eric $
-# Maintainer:
+# $Id: PKGBUILD 150972 2012-02-24 12:02:43Z tomegun $
+# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Judd <jvinet@zeroflux.org>
pkgname=libevent
-pkgver=2.0.16
+pkgver=2.0.17
pkgrel=1
pkgdesc="An event notification library"
arch=('i686' 'x86_64')
@@ -13,8 +13,6 @@ depends=('openssl')
optdepends=('python2: to use event_rpcgen.py')
options=('!libtool')
source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc})
-sha1sums=('9eb9fe3c0ec607525ed2dee6827687efcd0696ac'
- '679023511db0106cb84a36e4ff78604d00d0a611')
build() {
cd "${srcdir}/${pkgname}-${pkgver}-stable"
@@ -32,3 +30,5 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}-stable"
make DESTDIR="${pkgdir}" install
}
+md5sums=('dad64aaaaff16b5fbec25160c06fee9a'
+ 'ef4a32a96df3941fed58fbe39b4eab9d')
diff --git a/core/sudo/PKGBUILD b/core/sudo/PKGBUILD
index ce9c7d00b..4ac7cbab1 100644
--- a/core/sudo/PKGBUILD
+++ b/core/sudo/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 150627 2012-02-19 00:54:21Z allan $
+# $Id: PKGBUILD 150974 2012-02-24 12:10:46Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=sudo
-_ver=1.8.4
+_ver=1.8.4p1
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
pkgrel=1
pkgdesc="Give certain users the ability to run some commands as root"
@@ -15,8 +15,8 @@ backup=('etc/sudoers' 'etc/pam.d/sudo')
options=('!libtool' '!makeflags')
source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig}
sudo.pam)
-md5sums=('5a54dde137618bbc1dd46bb0ef725d7d'
- '5edb139753431bf0ccb5bd79bfae870e'
+md5sums=('d7f9bf7675bbc6d75e6f9353a175317c'
+ '51bc933d386af08038349dd61aa243c3'
'4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
build() {
@@ -28,7 +28,7 @@ build() {
}
check() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgname-$_ver"
make check
}