summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-06-27 15:05:48 +0800
committerzxp198210052023-06-27 15:05:48 +0800
commit7c1598a2b0340c43c20f6f8b51e7ad05f8900c5f (patch)
tree73d752e7c870d8f31f0c99d51ee02499b52716e8
parentabc0e5fbf73679544b3fd9eb7131d10431e3af11 (diff)
downloadaur-7c1598a2b0340c43c20f6f8b51e7ad05f8900c5f.tar.gz
update to 1.0.48
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e23ed8416a11..4c17bbadaa28 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.47
+ pkgver = 1.0.48
pkgrel = 1
url = https://github.com/surfzoid/QtVsPlayer
arch = aarch64
@@ -16,9 +16,9 @@ pkgbase = qtvsplayer-bin
depends = gcc-libs
depends = openal
conflicts = qtvsplayer
- source_aarch64 = qtvsplayer-1.0.47-aarch64.deb::https://github.com/surfzoid/QtVsPlayer/releases/download/1.0.47/QtVsPlayer_1.0.47_bullseye-arm64.deb
- sha256sums_aarch64 = 428cd6dba5a9e8ecca1bee94795ae761d0a4c77d1238c85569bbeddaac18ed4b
- source_x86_64 = qtvsplayer-1.0.47-x86_64.deb::https://github.com/surfzoid/QtVsPlayer/releases/download/1.0.47/QtVsPlayer_1.0.47_ubuntu-latest-amd64.deb
- sha256sums_x86_64 = cc841ea6c634b7e10d44a3d414e554432b620b2cf0e16a44e2772ce32105f754
+ source_aarch64 = qtvsplayer-1.0.48-aarch64.deb::https://github.com/surfzoid/QtVsPlayer/releases/download/1.0.48/QtVsPlayer_1.0.48_bullseye-arm64.deb
+ sha256sums_aarch64 = 898ce1b3eed932c82fa48da744fa75625a5eb404eb0b03d46620fc9af7b29926
+ source_x86_64 = qtvsplayer-1.0.48-x86_64.deb::https://github.com/surfzoid/QtVsPlayer/releases/download/1.0.48/QtVsPlayer_1.0.48_ubuntu-latest-amd64.deb
+ sha256sums_x86_64 = 04ed2a2cc5cbec65428f563b08889b4b8a2872145145ef9c704f0b9a4d511257
pkgname = qtvsplayer-bin
diff --git a/PKGBUILD b/PKGBUILD
index bd5711a82a02..8704862242df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=qtvsplayer-bin
_appname=QtVsPlayer
-pkgver=1.0.47
+pkgver=1.0.48
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=('428cd6dba5a9e8ecca1bee94795ae761d0a4c77d1238c85569bbeddaac18ed4b')
-sha256sums_x86_64=('cc841ea6c634b7e10d44a3d414e554432b620b2cf0e16a44e2772ce32105f754')
+sha256sums_aarch64=('898ce1b3eed932c82fa48da744fa75625a5eb404eb0b03d46620fc9af7b29926')
+sha256sums_x86_64=('04ed2a2cc5cbec65428f563b08889b4b8a2872145145ef9c704f0b9a4d511257')
package() {
bsdtar -xf "${srcdir}/data.tar.xz"
install -Dm755 -d "${pkgdir}/opt" "${pkgdir}/usr"