summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Fettes2021-01-17 12:05:54 +0000
committerTony Fettes2021-01-17 12:05:54 +0000
commitb37b153014fd3c45bddcb4a44d8179b55b58dbcc (patch)
tree321b8e3896a76aef9550c9b03262240b52208c57 /PKGBUILD
parent75081cf60694728d16429b8d1705ff3a6c700024 (diff)
downloadaur-argonone-git.tar.gz
fix deps, patch /boot/config.txt in install file & stop fan when service is stopped
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aef643e45914..d2e45f10d195 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('any')
url='https://download.argon40.com/argon1.sh'
license=('GPL3')
makedepends=('git')
-depends=('i2c-tools' 'lm_sensors' 'python>=3.3' 'raspberrypi-userland-aarch64-git' 'python-raspberry-gpio')
+depends=('i2c-tools' 'lm_sensors' 'python>=3.3' 'raspberrypi-firmware' 'python-raspberry-gpio')
provides=('argonone')
backup=('etc/argononed.conf' 'etc/modules-load.d/argonone-i2c.conf')
install=argonone.install
@@ -22,7 +22,7 @@ source=(
)
sha256sums=(
'SKIP'
- '387244f164aefd796da544aa13809544ac0b0b35e44ddaf5aa1155f915aefcf4'
+ 'f49f356ec8f87570a57d07cccbec6d3811444eeaa75e59eac2d743912a95ea8b'
'8bf7f83cd0d8bdd6f212177a7555b3bea7f60b0a34e662f56b0ad4954bb7daae'
)