diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-15 10:12:01 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-15 10:12:01 +0200 |
commit | 9c67fc1a17727682bc753bbd353cf7af6e6099e7 (patch) | |
tree | 8c60dcb6992954a61f171ad0ab2f463b6f0d9d1e /core | |
parent | 5e1552e4d38c7ce209ce301f5020793e890366dc (diff) | |
parent | 030187a191f576ae92cef43f3c8cd7f1df084b87 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/avr-binutils/PKGBUILD
community/ettercap/PKGBUILD
community/python2-traits/PKGBUILD
Diffstat (limited to 'core')
-rw-r--r-- | core/kmod/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/kmod/PKGBUILD b/core/kmod/PKGBUILD index 21e7e57d9..94ac5ec54 100644 --- a/core/kmod/PKGBUILD +++ b/core/kmod/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 173025 2012-12-08 19:52:26Z dreisner $ +# $Id: PKGBUILD 182754 2013-04-14 16:44:17Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> pkgname=kmod -pkgver=12 +pkgver=13 pkgrel=1 pkgdesc="Linux kernel module handling" arch=('i686' 'x86_64' 'mips64el') @@ -16,7 +16,7 @@ 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' +md5sums=('d5aba43b9370cd52f3cb35e82a1aa595' 'dd62cbf62bd8f212f51ef8c43bec9a77') build() { |