mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
Updated kernel26 and linux-api-headers to 2.6.33.3
This commit is contained in:
parent
c023c71dde
commit
3367a1ad03
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@gmail.com>
|
||||
|
||||
pkgname=kernel26-withlinux
|
||||
pkgver=2.6.33.2
|
||||
pkgver=2.6.33.3
|
||||
pkgrel=1
|
||||
pkgdesc="The Linux Kernel and modules"
|
||||
arch=('arm')
|
||||
|
@ -13,7 +13,7 @@ conflicts=('kernel26')
|
|||
provides=('kernel26')
|
||||
install=kernel26-withlinux.install
|
||||
source=(http://sheeva.with-linux.com/sheeva/README-$pkgver)
|
||||
md5sums=('ddbdeacfa8b6d175273888ab09c6dda8')
|
||||
md5sums=('f791654e216f2d06efee540c0c7968fd')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@plugapps.com>
|
||||
|
||||
pkgname=linux-api-headers
|
||||
pkgver=2.6.33.2
|
||||
pkgver=2.6.33.3
|
||||
pkgrel=1
|
||||
pkgdesc="The Linux kernel headers for SheevaPlug and TonidoPlug"
|
||||
arch=('arm')
|
||||
|
@ -12,7 +12,7 @@ provides=("kernel-headers=${pkgver}")
|
|||
conflicts=("glibc<=2.10.1-4" 'kernel-headers')
|
||||
replaces=('kernel-headers')
|
||||
source=(http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver-KernelHeaders.tar.gz)
|
||||
md5sums=('9002e27346ccb9e31b9a714ad070d10b')
|
||||
md5sums=('c8546ac716584af212097a1cf13f9047')
|
||||
|
||||
build() {
|
||||
cp -R $startdir/src/usr $startdir/pkg/
|
||||
|
|
Loading…
Reference in a new issue