summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg2021-03-08 13:25:11 -0700
committerOleg2021-03-08 13:25:11 -0700
commit4bb1820df92af9353ddf1287023029121019e591 (patch)
tree23167ce1db9c3a1a201ac0952c8dce578576d2a1
parent695e93cda7350098536456f435c892cf3adaa4d6 (diff)
downloadaur-4bb1820df92af9353ddf1287023029121019e591.tar.gz
make raspberrypi-firmware non-optional now that it's in the official ALARM repo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0837ee773184..7cf029cd3de5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = rpi-eeprom-git
arch = aarch64
license = custom
depends = python
- optdepends = raspberrypi-firmware
+ depends = raspberrypi-firmware
provides = rpi-eeprom
conflicts = rpi-eeprom
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 77d1f820d5ac..09dbd895a77f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ pkgdesc='Raspberry Pi4 boot EEPROM updater, latest git version'
arch=('armv6h' 'armv7h' 'aarch64')
url='http://github.com/raspberrypi/rpi-eeprom'
license=('custom')
-depends=('python')
-optdepends=('raspberrypi-firmware')
+depends=('python' 'raspberrypi-firmware')
provides=('rpi-eeprom')
conflicts=('rpi-eeprom')
backup=('etc/default/rpi-eeprom-update')