summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8cc93ae13ee..57bb2a775101 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = fisheye-stitcher-git
makedepends = cmake
depends = opencv
depends = vtk
+ depends = qt6-base
provides = fisheye-stitcher
conflicts = fisheye-stitcher
source = git+https://github.com/drNoob13/fisheyeStitcher.git
@@ -22,4 +23,3 @@ pkgname = fisheye-mls-map-3840x1920-git
depends =
provides = fisheye-mls-map-3840x1920
conflicts = fisheye-mls-map-3840x1920
-
diff --git a/PKGBUILD b/PKGBUILD
index f30ce003fcbb..dc4cc759ab58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgbase=fisheye-stitcher-git
pkgname=(fisheye-stitcher-git fisheye-mls-map-3840x1920-git)
pkgver='2.0.r8.g7c0a946'
-pkgrel=1
+pkgrel=2
pkgdesc="Stitch images generated by dual-fisheye cameras."
arch=('x86_64')
url='https://github.com/drNoob13/fisheyeStitcher'
license=('MIT')
-depends=('opencv' 'vtk')
+depends=('opencv' 'vtk' 'qt6-base')
makedepends=('git' 'cmake')
provides=('fisheye-stitcher')
conflicts=('fisheye-stitcher')