summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortaotieren2024-01-24 20:06:50 +0800
committertaotieren2024-01-24 20:06:50 +0800
commitbb8613feab9d18e22acd49856fa2030997e63512 (patch)
treed37e9438d07d429980d0f53382ffa93544b971f2 /PKGBUILD
parent0ef9225211e3c3c037a9c9ba056ce32f2675e1fd (diff)
downloadaur-sunxi-fw-git.tar.gz
[lilac] updated to r21.a768b73-5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 955817d08cc8..837f906bcf1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=sunxi-fw-git
pkgver=r21.a768b73
-pkgrel=1
+pkgrel=5
pkgdesc="Allwinner firmware images decoding and extraction tool"
arch=(aarch64
x86_64
riscv64)
url="https://github.com/apritzel/sunxi-fw"
-license=(GPL2)
+license=(GPL-2.0-only)
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})
replaces=()
@@ -16,7 +16,7 @@ depends=(dtc
glibc)
makedepends=(git)
backup=()
-options=('!strip')
+options=()
install=
source=("${pkgname}::git+${url}.git")
sha256sums=('SKIP')