mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-raspberrypi: use git instead of http
This commit is contained in:
parent
808f80291f
commit
c69d15c10d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ source=('config'
|
||||||
'https://raspy-juice.googlecode.com/svn/trunk/linux-rtc/0002-pcf8523-i2c-register-dt.patch')
|
'https://raspy-juice.googlecode.com/svn/trunk/linux-rtc/0002-pcf8523-i2c-register-dt.patch')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
git clone --depth 1 https://github.com/raspberrypi/linux.git
|
git clone --depth 1 git://github.com/raspberrypi/linux.git
|
||||||
|
|
||||||
cd "${srcdir}/linux"
|
cd "${srcdir}/linux"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue