From 8b702f8e01bd44f0f15ef3f0a589848002bec67a Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 28 Oct 2022 18:08:25 +0000 Subject: Add libcamera 0.0.1. Add conflicts/replaces for aur/libcamera-tests in libcamera-tools. --- PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index a6878a3..b17b713 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -93,6 +93,8 @@ package_libcamera-tools() { qt5-base sdl2 ) + conflicts=("$pkgbase-tests<0.0.1-2") + replaces=("$pkgbase-tests<0.0.1-2") mv -v $pkgname/* "$pkgdir" } -- cgit v1.2.3