summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/linux-atm/PKGBUILD13
-rw-r--r--core/ppp/PKGBUILD4
-rw-r--r--core/xfsprogs/PKGBUILD6
3 files changed, 11 insertions, 12 deletions
diff --git a/core/linux-atm/PKGBUILD b/core/linux-atm/PKGBUILD
index 2a7f7c7e0..e8aaf626f 100644
--- a/core/linux-atm/PKGBUILD
+++ b/core/linux-atm/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 107943 2011-01-28 01:46:01Z stephane $
+# $Id: PKGBUILD 142964 2011-11-19 08:22:13Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Surain Mallawa Arachchi <mas@crc32.net>
pkgname=linux-atm
-pkgver=2.5.1
-pkgrel=2
+pkgver=2.5.2
+pkgrel=1
pkgdesc="Drivers and tools to support ATM networking under Linux."
arch=('i686' 'x86_64')
depends=('glibc')
url="http://linux-atm.sourceforge.net/"
license=(GPL)
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tgz
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
man-pages.patch)
-md5sums=('9560b0e1f410a05b849dfdab465dd758'
- '181390736336cdb615ae32f1ae5acfa6')
options=(!libtool !makeflags)
+md5sums=('d49499368c3cf15f73a05d9bce8824a8'
+ '181390736336cdb615ae32f1ae5acfa6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -27,4 +27,3 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
-
diff --git a/core/ppp/PKGBUILD b/core/ppp/PKGBUILD
index 6d283d52a..33c7eccd1 100644
--- a/core/ppp/PKGBUILD
+++ b/core/ppp/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 109460 2011-02-09 19:24:24Z stephane $
+# $Id: PKGBUILD 142987 2011-11-19 20:10:23Z thomas $
# Maintainer: Thomas Baechler <thomas@archlinux.org>
pkgname=ppp
pkgver=2.4.5
-pkgrel=2
+pkgrel=3
pkgdesc="A daemon which implements the Point-to-Point Protocol for dial-up networking"
arch=(i686 x86_64)
url="http://www.samba.org/ppp/"
diff --git a/core/xfsprogs/PKGBUILD b/core/xfsprogs/PKGBUILD
index e3d92fa2a..9dd73691c 100644
--- a/core/xfsprogs/PKGBUILD
+++ b/core/xfsprogs/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 142804 2011-11-15 14:47:48Z tpowa $
+# $Id: PKGBUILD 142968 2011-11-19 08:45:36Z tpowa $
# Maintainer: Paul Mattal <paul@archlinux.org>
pkgname=xfsprogs
-pkgver=3.1.6
+pkgver=3.1.7
pkgrel=1
pkgdesc="XFS filesystem utilities"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('util-linux-ng>=2.16')
options=('!makeflags' '!libtool')
# We mirror the sources as upstream tends to move them once a new release is out
source=("ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz")
-md5sums=('fbd2c1c5abed4b11047bea6ce53bc6e4')
+md5sums=('049cf9873794ea49d0bb3f12d45748a4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"