summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author7Ji2023-10-05 12:09:20 +0800
committer7Ji2023-10-05 12:09:20 +0800
commit33dfa440b332754fcc5a82aea76653fd06714f1e (patch)
treef2ff542e15034fb42d6cdae92819bc2e64d2cfcc
parent92992e7bdbdf218253507f5a03519596bb207b32 (diff)
downloadaur-33dfa440b332754fcc5a82aea76653fd06714f1e.tar.gz
up to 20230822.e46ae8b, add git as makedeps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a1bde10ff03..1543839908c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = linux-firmware-amlogic-ophub
pkgdesc = Firmware files for Linux - for AArch64 Amlogic platform, complete set, collected by ophub
- pkgver = 20230725.c1f334c
+ pkgver = 20230822.e46ae8b
pkgrel = 1
url = https://github.com/ophub/firmware
arch = aarch64
license = GPL2
license = GPL3
license = custom
- provides = linux-firmware=20230725.c1f334c
+ makedepends = git
+ provides = linux-firmware=20230822.e46ae8b
conflicts = linux-firmware
options = !strip
- source = git+https://github.com/ophub/firmware.git
+ source = git+https://github.com/ophub/firmware.git#branch=main
sha256sums = SKIP
pkgname = linux-firmware-amlogic-ophub
diff --git a/PKGBUILD b/PKGBUILD
index 1ab6edb52ea1..ed9a5d2f9638 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: 7Ji <pugokughin@gmail.com>
pkgname=linux-firmware-amlogic-ophub
-pkgver=20230725.c1f334c
+pkgver=20230822.e46ae8b
pkgrel=1
pkgdesc="Firmware files for Linux - for AArch64 Amlogic platform, complete set, collected by ophub"
arch=('aarch64')
+makedepends=('git')
url="https://github.com/ophub/firmware"
license=('GPL2' 'GPL3' 'custom')
conflicts=('linux-firmware')
provides=("linux-firmware=${pkgver}")
options=(!strip)
-source=("git+${url}.git")
+source=("git+${url}.git#branch=main")
sha256sums=('SKIP')
pkgver() {