summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-12-11 15:09:35 +0800
committerzxp198210052023-12-11 15:09:35 +0800
commitab0dc042fd5ca3896407bee4ce1f23920519fd1d (patch)
tree779a1c25413cf37be99ad05a05ebd0b9a3a67851
parentad8d1a36f43818d5f81dd099543971f204fece21 (diff)
downloadaur-ab0dc042fd5ca3896407bee4ce1f23920519fd1d.tar.gz
fix errors
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD18
2 files changed, 17 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03b0d7a2a5c3..bdefc85a8149 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,19 @@
pkgbase = qtvsplayer-bin
pkgdesc = QtVsPlayer for Hikvision, QtVsPlayer can read local video files of Hikvision and display blue, green and red vector.It read real time live stream
pkgver = 1.0.52_1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/surfzoid/QtVsPlayer
arch = aarch64
arch = x86_64
license = GPL3
depends = freetype2
- depends = zlib
depends = util-linux-libs
- depends = glibc
depends = qt5-base
depends = libx11
depends = libglvnd
- depends = gcc-libs
depends = openal
depends = openssl-1.1
+ provides = qtvsplayer=1.0.52_1
conflicts = qtvsplayer
source_aarch64 = qtvsplayer-1.0.52_1-aarch64.deb::https://github.com/surfzoid/QtVsPlayer/releases/download/1.0.52-1/QtVsPlayer_1.0.52-1_bullseye-arm64.deb
sha256sums_aarch64 = a8040dc4af3920829ce5f86880f32fa57dac836def528209f8264e21e7e4fca3
diff --git a/PKGBUILD b/PKGBUILD
index ad88352f69e4..c26acbef67e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,25 @@
pkgname=qtvsplayer-bin
_pkgname=QtVsPlayer
pkgver=1.0.52_1
-pkgrel=1
+pkgrel=2
pkgdesc="QtVsPlayer for Hikvision, QtVsPlayer can read local video files of Hikvision and display blue, green and red vector.It read real time live stream"
-arch=('aarch64' 'x86_64')
+arch=(
+ 'aarch64'
+ 'x86_64'
+)
url="https://github.com/surfzoid/QtVsPlayer"
license=("GPL3")
-depends=('freetype2' 'zlib' 'util-linux-libs' 'glibc' 'qt5-base' 'libx11' 'libglvnd' 'gcc-libs' 'openal' 'openssl-1.1')
conflicts=("${pkgname%-bin}")
+provides=("${pkgname%-bin}=${pkgver}")
+depends=(
+ 'freetype2'
+ 'util-linux-libs'
+ 'qt5-base'
+ 'libx11'
+ 'libglvnd'
+ 'openal'
+ 'openssl-1.1'
+)
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.deb::${url}/releases/download/${pkgver//_/-}/${_pkgname}_${pkgver//_/-}_bullseye-arm64.deb")
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.deb::${url}/releases/download/${pkgver//_/-}/${_pkgname}_${pkgver//_/-}_ubuntu-latest-amd64.deb")
sha256sums_aarch64=('a8040dc4af3920829ce5f86880f32fa57dac836def528209f8264e21e7e4fca3')