diff --git a/libcamera/.SRCINFO b/libcamera/.SRCINFO index 01a41e11be..4a37dca94b 100644 --- a/libcamera/.SRCINFO +++ b/libcamera/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = libcamera pkgdesc = A complex camera support library for Linux, Android, and ChromeOS pkgver = 0.3.2 - pkgrel = 1 + pkgrel = 2 url = https://libcamera.org/ arch = x86_64 arch = powerpc64le diff --git a/libcamera/PKGBUILD b/libcamera/PKGBUILD index 75b6e58a29..e3783f799d 100644 --- a/libcamera/PKGBUILD +++ b/libcamera/PKGBUILD @@ -11,7 +11,7 @@ pkgname=( python-libcamera ) pkgver=0.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="A complex camera support library for Linux, Android, and ChromeOS" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://libcamera.org/" diff --git a/libcamera/libcamera-0.0.5-sphinx.patch b/libcamera/libcamera-0.0.5-sphinx.patch new file mode 100644 index 0000000000..4591f291fb --- /dev/null +++ b/libcamera/libcamera-0.0.5-sphinx.patch @@ -0,0 +1,13 @@ +diff --git a/Documentation/theme/layout.html b/Documentation/theme/layout.html +index fcc6d221..339aacd6 100644 +--- a/Documentation/theme/layout.html ++++ b/Documentation/theme/layout.html +@@ -35,7 +35,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 + + {# RTD hosts this file, so just load on non RTD builds #} + {% if not READTHEDOCS %} +- ++ + {% endif %} + + {% for cssfile in css_files %}