mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/skales to r86.1ccd3e9-1
This commit is contained in:
parent
d410379d13
commit
c4f0ae74e5
1 changed files with 2 additions and 7 deletions
|
@ -3,13 +3,13 @@
|
||||||
buildarch=8
|
buildarch=8
|
||||||
|
|
||||||
pkgname=skales
|
pkgname=skales
|
||||||
pkgver=r80.6eac9e9
|
pkgver=r86.1ccd3e9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('any')
|
arch=('any')
|
||||||
pkgdesc="Qualcomm boot image utilities"
|
pkgdesc="Qualcomm boot image utilities"
|
||||||
url="https://www.codeaurora.org/cgit/quic/kernel/skales/"
|
url="https://www.codeaurora.org/cgit/quic/kernel/skales/"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
depends=('python2' 'dtc')
|
depends=('python' 'dtc')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
source=('git://codeaurora.org/quic/kernel/skales')
|
source=('git://codeaurora.org/quic/kernel/skales')
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
@ -19,11 +19,6 @@ pkgver() {
|
||||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare() {
|
|
||||||
cd ${pkgname}
|
|
||||||
sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" dtbTool mkbootimg
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd ${pkgname}
|
cd ${pkgname}
|
||||||
install -d "${pkgdir}/usr/bin"
|
install -d "${pkgdir}/usr/bin"
|
||||||
|
|
Loading…
Reference in a new issue