summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuigi3112023-01-24 12:49:09 -0700
committerLuigi3112023-01-24 12:49:09 -0700
commit09eb788dd67f8785ef8d6a3caed84e211a2ac3f1 (patch)
tree0e119d9dbb34e5faf10ed9f7675343e0cb0c0354
parentb59061d8032d82928c2e9ff8b2fc3dc837479dba (diff)
downloadaur-09eb788dd67f8785ef8d6a3caed84e211a2ac3f1.tar.gz
Do not specify libcamera-git
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6938812932bf..a0a14ea41a70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = millipixels-git
depends = feedbackd-git
depends = rust
depends = ffmpeg
- depends = libcamera-git
+ depends = libcamera
depends = libbsd
provides = millipixels
conflicts = millipixels
diff --git a/PKGBUILD b/PKGBUILD
index adeef4e1a0b9..102b8f6a280c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='GTK3 camera application that knows how to deal with the media request a
arch=('x86_64' 'aarch64')
url="https://source.puri.sm/Librem5/millipixels.git"
license=('LGPL')
-depends=('gtk3' 'zbar' 'feedbackd-git' 'rust' 'ffmpeg' 'libcamera-git' 'libbsd')
+depends=('gtk3' 'zbar' 'feedbackd-git' 'rust' 'ffmpeg' 'libcamera' 'libbsd')
makedepends=('meson')
checkdepends=()
optdepends=()