summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author7Ji2023-11-13 11:35:06 +0800
committer7Ji2023-11-13 11:35:06 +0800
commit571a28d98391a4b9a394135c8289655e3c70d477 (patch)
treecd28816a036c470272803aea9a6220f7ed24c02a
parent37cac39253239d31830893fcbe9e1268e7c32195 (diff)
downloadaur-uboot-legacy-initrd-hooks.tar.gz
allow building on any platform
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f81547b56655..0df67fe6272c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = uboot-legacy-initrd-hooks
pkgdesc = Pacman hooks and corresponding scripts to generate uboot legacy initrd, for AArch64 devices, mainly those with Amlogic SoCs
- pkgver = 0.0.1
+ pkgver = 0.1
pkgrel = 1
- arch = aarch64
+ arch = any
license = GPL3
depends = initramfs
depends = uboot-tools
diff --git a/PKGBUILD b/PKGBUILD
index f1c2709c3583..5e951aca1d9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: 7Ji <pugokughin@gmail.com>
pkgname="uboot-legacy-initrd-hooks"
-pkgver=0.0.1
+pkgver=0.1
pkgrel=1
pkgdesc="Pacman hooks and corresponding scripts to generate uboot legacy initrd, for AArch64 devices, mainly those with Amlogic SoCs"
-arch=('aarch64')
+arch=('any')
license=('GPL3')
depends=(
'initramfs'