summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngar <ingar@telenet.be>2026-02-23 21:48:06 +0100
committerIngar <ingar@telenet.be>2026-02-23 21:48:06 +0100
commitb20bb0daed6f306c5e19a8495cd22acdd0e7dce9 (patch)
tree45f185255ee9cc67baa0b5003598ef47fca2ee55
parent896b1beeeefd8f8558afa453ba1c942929b05b57 (diff)
Updated to v1.11.1, added package name to source download.HEADmaster
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a8f6ad..6b6dfa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# Maintainer: Mattia Procopio (astro.matto) <matto.astro at gmail dot com>
+# Maintainer: Ingar <ingar at telenet dot be>
+# Contributor: Mattia Procopio (astro.matto) <matto.astro at gmail dot com>
pkgname=rpicam-apps
-pkgver=1.11.0
+pkgver=1.11.1
pkgrel=1
pkgdesc="This is a small suite of libcamera-based applications to drive the cameras on a Raspberry Pi platform."
arch=(aarch64)
@@ -18,12 +19,12 @@ makedepends=(meson
python-jinja
python-sphinx)
source=(
- "https://github.com/raspberrypi/rpicam-apps/archive/refs/tags/v${pkgver}.tar.gz"
+ "rpicam-apps-${pkgver}.tar.gz::https://github.com/raspberrypi/rpicam-apps/archive/refs/tags/v${pkgver}.tar.gz"
"rpicam-apps-1.11.0-outputfilename.patch"
"99-raspberrypi-dmaheap.rules"
)
sha256sums=(
- "342c0acf6bee07485bce76cb8a9774ef8a86dc2f5923d62601321a91a7b80baf"
+ "b2d01e832f5debe3327726b15ef9094bfd1b1f2d47dfa3655436ef48526edfe8"
"318590af9883d92408a687a34c69d01454c019703c1d0f49ef2ab2837ae90271"
"4045e41e24d8c3e247b667a66bc9eee13918f599f464003dde25ca55ed7bb995"
)