mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +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
|
||||
|
||||
pkgname=skales
|
||||
pkgver=r80.6eac9e9
|
||||
pkgver=r86.1ccd3e9
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
pkgdesc="Qualcomm boot image utilities"
|
||||
url="https://www.codeaurora.org/cgit/quic/kernel/skales/"
|
||||
license=('custom')
|
||||
depends=('python2' 'dtc')
|
||||
depends=('python' 'dtc')
|
||||
makedepends=('git')
|
||||
source=('git://codeaurora.org/quic/kernel/skales')
|
||||
md5sums=('SKIP')
|
||||
|
@ -19,11 +19,6 @@ pkgver() {
|
|||
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() {
|
||||
cd ${pkgname}
|
||||
install -d "${pkgdir}/usr/bin"
|
||||
|
|
Loading…
Reference in a new issue