summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-07-25 20:09:20 +0800
committerzxp198210052023-07-25 20:09:20 +0800
commit70d90835e56eb1a1b4a28cccc33ce012452be770 (patch)
treebba99b36de8e27fd5f5d75c04cc088de456e861d
parentfa9f8e002b593551f73b950e8bf4def339648ebc (diff)
downloadaur-70d90835e56eb1a1b4a28cccc33ce012452be770.tar.gz
update to 1.0.50-7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2cb17907a6e..7534d6f8ca2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.50_5
+ pkgver = 1.0.50_7
pkgrel = 1
url = https://github.com/surfzoid/QtVsPlayer
arch = aarch64
@@ -17,9 +17,9 @@ pkgbase = qtvsplayer-bin
depends = openal
depends = openssl-1.1
conflicts = qtvsplayer
- source_aarch64 = qtvsplayer-1.0.50_5-aarch64.deb::https://github.com/surfzoid/QtVsPlayer/releases/download/1.0.50-5/QtVsPlayer_1.0.50-5_bullseye-arm64.deb
- sha256sums_aarch64 = 431f31c8085ea17e04a8ffe0bb3f77ae3d6e9ad169abc22e94d0d01f7d5409f1
- source_x86_64 = qtvsplayer-1.0.50_5-x86_64.deb::https://github.com/surfzoid/QtVsPlayer/releases/download/1.0.50-5/QtVsPlayer_1.0.50-5_ubuntu-latest-amd64.deb
- sha256sums_x86_64 = fd211a7b8a6dba265e2ba8781e7bd245c5084383078aeea2138e4ab44cd3422f
+ source_aarch64 = qtvsplayer-1.0.50_7-aarch64.deb::https://github.com/surfzoid/QtVsPlayer/releases/download/1.0.50-7/QtVsPlayer_1.0.50-7_bullseye-arm64.deb
+ sha256sums_aarch64 = 6724726240ebc1f4bd6ca62014c5ca3fb0fc069a36079efb534f13792031939c
+ source_x86_64 = qtvsplayer-1.0.50_7-x86_64.deb::https://github.com/surfzoid/QtVsPlayer/releases/download/1.0.50-7/QtVsPlayer_1.0.50-7_ubuntu-latest-amd64.deb
+ sha256sums_x86_64 = e45df4a0e635cc47332568de25b448bbf8dadd8ab54ff0d1133a32ea496a2636
pkgname = qtvsplayer-bin
diff --git a/PKGBUILD b/PKGBUILD
index bff572f38097..8562e25dba07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=qtvsplayer-bin
_appname=QtVsPlayer
-pkgver=1.0.50_5
+pkgver=1.0.50_7
pkgrel=1
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')
@@ -11,8 +11,8 @@ depends=('freetype2' 'zlib' 'util-linux-libs' 'glibc' 'qt5-base' 'libx11' 'libgl
conflicts=("${pkgname%-bin}")
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.deb::${url}/releases/download/${pkgver//_/-}/${_appname}_${pkgver//_/-}_bullseye-arm64.deb")
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.deb::${url}/releases/download/${pkgver//_/-}/${_appname}_${pkgver//_/-}_ubuntu-latest-amd64.deb")
-sha256sums_aarch64=('431f31c8085ea17e04a8ffe0bb3f77ae3d6e9ad169abc22e94d0d01f7d5409f1')
-sha256sums_x86_64=('fd211a7b8a6dba265e2ba8781e7bd245c5084383078aeea2138e4ab44cd3422f')
+sha256sums_aarch64=('6724726240ebc1f4bd6ca62014c5ca3fb0fc069a36079efb534f13792031939c')
+sha256sums_x86_64=('e45df4a0e635cc47332568de25b448bbf8dadd8ab54ff0d1133a32ea496a2636')
package() {
bsdtar -xf "${srcdir}/data.tar.xz"
install -Dm755 -d "${pkgdir}/opt" "${pkgdir}/usr"