summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-06-29 10:51:31 +0800
committerzxp198210052023-06-29 10:51:31 +0800
commit3375426833766341fecd2e607469ad95e64ec7e9 (patch)
tree457a721978a2a29fa74b4a81b8996d24325e6439
parent7c1598a2b0340c43c20f6f8b51e7ad05f8900c5f (diff)
downloadaur-3375426833766341fecd2e607469ad95e64ec7e9.tar.gz
update checksum
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c17bbadaa28..5583917df463 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.48
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/surfzoid/QtVsPlayer
arch = aarch64
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = qtvsplayer-bin
depends = openal
conflicts = qtvsplayer
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
+ sha256sums_aarch64 = 57a0b3e6951cb4896e133df8727ee783129c55f08e57ee9058d65c94aef3c730
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
+ sha256sums_x86_64 = 2590a942b106219a8f32949dad0022b1e7be516382ce5570dcaa8276c8eb2d05
pkgname = qtvsplayer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8704862242df..8ea9dabc1d7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qtvsplayer-bin
_appname=QtVsPlayer
pkgver=1.0.48
-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')
url="https://github.com/surfzoid/QtVsPlayer"
@@ -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=('898ce1b3eed932c82fa48da744fa75625a5eb404eb0b03d46620fc9af7b29926')
-sha256sums_x86_64=('04ed2a2cc5cbec65428f563b08889b4b8a2872145145ef9c704f0b9a4d511257')
+sha256sums_aarch64=('57a0b3e6951cb4896e133df8727ee783129c55f08e57ee9058d65c94aef3c730')
+sha256sums_x86_64=('2590a942b106219a8f32949dad0022b1e7be516382ce5570dcaa8276c8eb2d05')
package() {
bsdtar -xf "${srcdir}/data.tar.xz"
install -Dm755 -d "${pkgdir}/opt" "${pkgdir}/usr"