summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2023-02-01 08:41:43 +0000
committerDavid Runge <dvzrv@archlinux.org>2023-02-01 08:41:43 +0000
commitfd785c969928c6458c21b2b4a3c189b2ffe029d3 (patch)
tree6650c6a12beb01986b73adfb14efc0eb54fda264
parent89f709adb6ef562619c26ae97195e83d59539c3a (diff)
Upgrade to 0.0.4.
-rw-r--r--PKGBUILD31
1 files changed, 25 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 839fbb9..a5055ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,36 @@
pkgbase=libcamera
pkgname=(libcamera libcamera-docs libcamera-tools gst-plugin-libcamera)
-pkgver=0.0.3
-_commit=3c3f20d05113f5f2abbad233e4c792f84328001a # refs/tags/v0.0.3
-pkgrel=4
+pkgver=0.0.4
+_commit=6a57d964abdb3f24608c0fc2839d96e02eebddeb # refs/tags/v0.0.4
+pkgrel=1
pkgdesc="A complex camera support library for Linux, Android, and ChromeOS"
arch=(x86_64)
url="https://libcamera.org/"
license=(LGPL2.1 GPL2)
depends=(glibc)
-makedepends=(doxygen git glib2 graphviz gst-plugins-base gtest libdrm
-libjpeg-turbo libtiff libyaml meson python-jinja python-ply python-sphinx
-python-pyyaml qt5-base qt5-tools sdl2 systemd texlive-core)
+makedepends=(
+ doxygen
+ git
+ glib2
+ graphviz
+ gst-plugins-base
+ gtest
+ libdrm
+ libjpeg-turbo
+ libtiff
+ libyaml
+ meson
+ python-jinja
+ python-ply
+ python-sphinx
+ python-pyyaml
+ qt5-base
+ qt5-tools
+ sdl2
+ systemd
+ texlive-core
+)
source=(git+https://git.libcamera.org/$pkgname/$pkgname.git#tag=$_commit)
sha256sums=('SKIP')