updated kmod and util-linux

This commit is contained in:
Fabian 2013-08-20 21:35:18 +00:00
parent 9f6a036280
commit c338a8e1a1
2 changed files with 8 additions and 11 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: abveritas[at]chakra-project[dot]org>
pkgname=kmod
pkgver=12
pkgver=14
pkgrel=1
pkgdesc="Linux kernel module handling"
arch=('x86_64')
@ -14,8 +14,8 @@ conflicts=('module-init-tools')
replaces=('module-init-tools')
source=("ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz"
"depmod-search.conf")
md5sums=('3d63b146c8ee5a04dfbef4be97f8226b'
'9ae9acc68ca27134f55a0959073b8e53')
sha1sums=('a9fa2993369a285f45aef11a8a2b56e7c57a56b1'
'489b0ce0efd193aab70421a852526ed04dd026c4')
build() {
cd "$pkgname-$pkgver"

View File

@ -5,19 +5,19 @@
# maintainer Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=util-linux
pkgver=2.22.1
pkgrel=3
pkgver=2.23.2
pkgrel=1
pkgdesc="Miscellaneous system utilities for Linux"
url="http://www.kernel.org/pub/linux/utils/util-linux/"
arch=('x86_64')
groups=('base')
depends=('pam' 'shadow' 'coreutils' 'glibc')
makedepend=('bc')
makedepends=('systemd')
conflicts=('util-linux-ng' 'eject')
provides=("util-linux-ng=${pkgver}" 'eject')
license=('GPL2')
options=('!libtool')
source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.22/${pkgname}-${pkgver}.tar.xz
source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.23/${pkgname}-${pkgver}.tar.xz
uuidd.tmpfiles
pam-login
pam-common
@ -33,7 +33,7 @@ backup=(etc/pam.d/chfn
etc/pam.d/su
etc/pam.d/su-l)
install=util-linux.install
md5sums=('730cf9932531ed09b53a04ca30fcb4c9'
md5sums=('b39fde897334a4858bb2098edcce5b3f'
'a39554bfd65cccfd8254bb46922f4a67'
'4368b3f98abd8a32662e094c54e7f9b1'
'a31374fef2cba0ca34dfc7078e2969e4'
@ -89,6 +89,3 @@ package() {
install -Dm644 "$srcdir/uuidd.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/uuidd.conf"
}