Merge branch 'master' of github.com:archlinuxarm/PKGBUILDs

This commit is contained in:
Kevin Mihelich 2012-11-25 14:05:24 +00:00
commit c2fe440796
3 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,7 @@
buildarch=18
pkgname=raspberrypi-firmware
pkgver=20121120
pkgver=20121125
pkgrel=1
pkgdesc="Firmware files for Raspberry Pi"
arch=('any')

View file

@ -9,7 +9,7 @@ pkgname=('linux-raspberrypi' 'linux-headers-raspberrypi')
_kernelname=${pkgname#linux}
_basekernel=3.2
pkgver=${_basekernel}.27
pkgrel=14
pkgrel=15
arch=('arm armv6h')
url="http://www.kernel.org/"
license=('GPL2')

View file

@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=-raspberrypi
KERNEL_VERSION=3.2.27-13-ARCH+
KERNEL_VERSION=3.2.27-15-ARCH+
post_install () {
# updating module dependencies
@ -21,5 +21,4 @@ post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
echo ">>>Edit /boot/cmdline.txt and add sdhci-bcm2708.cycle_delay=1000 "
}