summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouie Lu2023-06-15 17:51:53 -0400
committerLouie Lu2023-06-15 17:51:53 -0400
commit32ae76c8106bb9390fb120aa28b559f8055ec3aa (patch)
tree7dd176176da6be67fcebf8f50bf16aaeec74c76b
parentbf50833583caa4bb07e5f647ff6b0406185ed9a9 (diff)
downloadaur-32ae76c8106bb9390fb120aa28b559f8055ec3aa.tar.gz
Update qt requirement to qt6-base
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df83253bfb20..dc4e5da52333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=openpose
pkgver=1.7.0
-pkgrel=2
+pkgrel=3
pkgdesc='OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation'
arch=('x86_64')
url='https://github.com/CMU-Perceptual-Computing-Lab/openpose'
license=("ACADEMIC OR NON-PROFIT ORGANIZATION NONCOMMERCIAL RESEARCH USE ONLY")
-depends=('caffe' 'libgl' 'glu' 'glut' 'qt5-base')
+depends=('caffe' 'libgl' 'glu' 'glut' 'qt6-base')
makedepends=('cmake' 'doxygen' 'graphviz' 'wget' 'boost')
source=("${url}/archive/v${pkgver}.tar.gz")
md5sums=('178876507c11dab3da2fcd68c748d90b')