From 65095fe0b01b0887a52abadeeb29013c6fb7e99c Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 20 Sep 2023 02:37:54 -0400 Subject: [PATCH] rpi-userland: update to 20230920. --- srcpkgs/rpi-userland/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/rpi-userland/template b/srcpkgs/rpi-userland/template index 4f1ea38c9e3..25fc587bfb5 100644 --- a/srcpkgs/rpi-userland/template +++ b/srcpkgs/rpi-userland/template @@ -1,19 +1,17 @@ # Template file for 'rpi-userland' -_githash="97bc8180ad682b004ea224d1db7b8e108eda4397" -_gitshort="${_githash:0:7}" - pkgname=rpi-userland -version=20210623 +version=20230920 revision=1 +_githash="44a3953fd13d5f0b9b0cd120b904aa7db370244e" build_style=cmake -hostmakedepends="pkg-config" configure_args="-DCMAKE_INSTALL_RPATH=\$ORIGIN/../lib" -short_desc="Raspberry Pi GPU userland libraries and utilities (git ${_gitshort})" +hostmakedepends="pkg-config" +short_desc="Raspberry Pi GPU userland libraries and utilities" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/raspberrypi/userland" distfiles="https://github.com/raspberrypi/userland/archive/${_githash}.tar.gz" -checksum=d67def03931215f41b741aed5a3a1bc2bd62fa33f5cc14692e9a4d65f2e0ea27 +checksum=981c376a110f78fe579a72e218888646ccd5d71ab82d04bb1a8d7be1487b45f0 LDFLAGS="-Wl,--no-as-needed" archs="armv6l* armv7l* aarch64*"