diff options
author | taotieren | 2023-12-22 02:08:31 +0800 |
---|---|---|
committer | taotieren | 2023-12-22 02:08:31 +0800 |
commit | c9fcfffe8a72b4732fc46afb0660de31ed905ed9 (patch) | |
tree | 2328a607973fd582a39709003ebd0c8e793966cf | |
parent | 00ecd496b652a815f1869a9bea0315ef2683cc58 (diff) | |
download | aur-c9fcfffe8a72b4732fc46afb0660de31ed905ed9.tar.gz |
[lilac] updated to r146.fa44656-5
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = sunxi-blobs-git pkgdesc = The goal of this project is to understand the various blobs provided by Allwinner for their sunxi series of ARM SoCs. pkgver = r146.fa44656 - pkgrel = 1 + pkgrel = 5 url = https://github.com/smaeul/sunxi-blobs arch = any license = Custom @@ -2,7 +2,7 @@ pkgname=sunxi-blobs-git pkgver=r146.fa44656 -pkgrel=1 +pkgrel=5 pkgdesc="The goal of this project is to understand the various blobs provided by Allwinner for their sunxi series of ARM SoCs." arch=('any') url="https://github.com/smaeul/sunxi-blobs" @@ -24,6 +24,11 @@ pkgver() { printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)" } +prepare() +{ + git -C "${srcdir}/${pkgname%-git}" clean -dfx +} + package() { install -dm0755 "${pkgdir}/opt/${pkgname%-git}/" \ "${pkgdir}/usr/bin" \ |