mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
Merge branch 'master' of github.com:archlinuxarm/PKGBUILDs
This commit is contained in:
commit
c867a79a70
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ arch=('armv6h')
|
|||
license=('LGPL')
|
||||
url="http://gstreamer.freedesktop.org/"
|
||||
depends=('gst-plugins-base-libs')
|
||||
makedepends=('raspberrypi-firmware-tools')
|
||||
makedepends=('raspberrypi-firmware-tools' 'python2')
|
||||
options=(!libtool)
|
||||
source=(${url}/src/$_pkgname/$_pkgname-$pkgver.tar.xz)
|
||||
md5sums=('bb34b5742223267298bcffc209104a92')
|
||||
|
|
|
@ -7,7 +7,7 @@ pkgbase=linux-kirkwood
|
|||
pkgname=('linux-kirkwood' 'linux-headers-kirkwood')
|
||||
#pkgname=linux-test # Build kernel with a different name
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.10
|
||||
_basekernel=3.10.1
|
||||
pkgver=${_basekernel}
|
||||
pkgrel=1
|
||||
cryptover=1.6
|
||||
|
@ -29,7 +29,7 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.bz2
|
|||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/$(echo $_basekernel |cut -c 1-4).0-${bfqver}/0002-block-introduce-the-BFQ-${bfqver}-I-O-sched-for-$(echo $_basekernel |cut -c 1-4).patch"
|
||||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/$(echo $_basekernel |cut -c 1-4).0-${bfqver}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-${bfqver}-for-$(echo $_basekernel |cut -c 1-4).0.patch")
|
||||
|
||||
md5sums=('72d0a9b3e60cd86fabcd3f24b1708944'
|
||||
md5sums=('83442b817d23fd85aa9ba55fdec2ba01'
|
||||
'7ccce5c1a31ccb4ccfe7dcba3c8a6f4d'
|
||||
'f5d3635da03cb45904bedd69b47133de'
|
||||
'ab09fb2f6ee852f4844af462d1a70ce7'
|
||||
|
|
Loading…
Reference in a new issue