summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2023-12-22 02:08:31 +0800
committertaotieren2023-12-22 02:08:31 +0800
commitc9fcfffe8a72b4732fc46afb0660de31ed905ed9 (patch)
tree2328a607973fd582a39709003ebd0c8e793966cf
parent00ecd496b652a815f1869a9bea0315ef2683cc58 (diff)
downloadaur-c9fcfffe8a72b4732fc46afb0660de31ed905ed9.tar.gz
[lilac] updated to r146.fa44656-5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 015d13d43ef6..6510efa713fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 177f4b71bb5c..82ce45e43c63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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" \