summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-07-31 10:01:25 +0800
committerzxp198210052023-07-31 10:01:25 +0800
commit5f4136795311eb9d12164bcc0d563a125a5543f5 (patch)
tree8b26c24be19ce3a6548cc3f49ec9d4122c04310f
parent70d90835e56eb1a1b4a28cccc33ce012452be770 (diff)
downloadaur-5f4136795311eb9d12164bcc0d563a125a5543f5.tar.gz
update to 1.0.51-2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7534d6f8ca2e..6b12a525f57d 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_7
+ pkgver = 1.0.51_2
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_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
+ source_aarch64 = qtvsplayer-1.0.51_2-aarch64.deb::https://github.com/surfzoid/QtVsPlayer/releases/download/1.0.51-2/QtVsPlayer_1.0.51-2_bullseye-arm64.deb
+ sha256sums_aarch64 = 985668a93f18bcf7790b7881d606a0fd7f2af427748bbbcf4afd15216b16bc3a
+ source_x86_64 = qtvsplayer-1.0.51_2-x86_64.deb::https://github.com/surfzoid/QtVsPlayer/releases/download/1.0.51-2/QtVsPlayer_1.0.51-2_ubuntu-latest-amd64.deb
+ sha256sums_x86_64 = e329cb501fe7342e9eaf1b82d79f253d3a3c85c5f6ef850d7ab7c1aa78d45975
pkgname = qtvsplayer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8562e25dba07..42d774c969fb 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_7
+pkgver=1.0.51_2
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,14 +11,14 @@ 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=('6724726240ebc1f4bd6ca62014c5ca3fb0fc069a36079efb534f13792031939c')
-sha256sums_x86_64=('e45df4a0e635cc47332568de25b448bbf8dadd8ab54ff0d1133a32ea496a2636')
+sha256sums_aarch64=('985668a93f18bcf7790b7881d606a0fd7f2af427748bbbcf4afd15216b16bc3a')
+sha256sums_x86_64=('e329cb501fe7342e9eaf1b82d79f253d3a3c85c5f6ef850d7ab7c1aa78d45975')
package() {
bsdtar -xf "${srcdir}/data.tar.xz"
install -Dm755 -d "${pkgdir}/opt" "${pkgdir}/usr"
cp -r "${srcdir}/usr/lib64/"* "${pkgdir}/opt"
cp -r "${srcdir}/usr/share" "${pkgdir}/usr"
install -Dm755 "${srcdir}/usr/bin/${_appname}" -t "${pkgdir}/opt/${_appname}"
- sed "s|Exec=/usr/bin/${_appname}|Exec=/opt/${_appname}/${_appname}|g;s|Path=/usr/bin|Path=/opt/${_appname}|g" -i "${pkgdir}/usr/share/applications/${_appname}.desktop"
+ sed "s|/usr/bin/${_appname}|/opt/${_appname}/${_appname}|g;s|Path=/usr/bin|Path=/opt/${_appname}|g" -i "${pkgdir}/usr/share/applications/${_appname}.desktop"
mv "${pkgdir}/usr/share/icons" "${pkgdir}/usr/share/pixmaps"
} \ No newline at end of file