summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author7Ji2023-02-26 23:14:44 +0800
committer7Ji2023-02-26 23:14:44 +0800
commita16604a9da3b1f8eaf0d7328a42734ebda24e21b (patch)
treed68ed12128ac47eaf8057dfad9f4a7333741ad4f
parented16a9bed355c19926ba1fe044090184d8324851 (diff)
downloadaur-a16604a9da3b1f8eaf0d7328a42734ebda24e21b.tar.gz
provides linux-firmware
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 775939943db8..2cc2fc741423 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = linux-firmware-amlogic-ophub
- pkgdesc = Firmware files for Linux - for AArch64 Amlogic platform, collected by ophub
+ pkgdesc = Firmware files for Linux - for AArch64 Amlogic platform, complete set, collected by ophub
pkgver = 20230129
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ophub/firmware
arch = aarch64
license = GPL2
license = GPL3
license = custom
+ provides = linux-firmware
conflicts = linux-firmware
options = !strip
source = firmware-2b2de425986ce01010e3ebaddfa5c9ebce711c42.tar.gz::https://github.com/ophub/firmware/archive/2b2de425986ce01010e3ebaddfa5c9ebce711c42.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3ac915014426..900982a41fe4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@ _commit='2b2de425986ce01010e3ebaddfa5c9ebce711c42'
pkgname=linux-firmware-amlogic-ophub
pkgver=20230129
-pkgrel=2
-pkgdesc="Firmware files for Linux - for AArch64 Amlogic platform, collected by ophub"
+pkgrel=3
+pkgdesc="Firmware files for Linux - for AArch64 Amlogic platform, complete set, collected by ophub"
arch=('aarch64')
url="https://github.com/ophub/firmware"
license=('GPL2' 'GPL3' 'custom')
conflicts=('linux-firmware')
+provides=('linux-firmware')
options=(!strip)
source=(
"firmware-${_commit}.tar.gz::${url}/archive/${_commit}.tar.gz"