summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-06-14 09:20:53 +0800
committerzxp198210052023-06-14 09:20:53 +0800
commit9442e2f816f43f7d136972c056670bebc4c66959 (patch)
tree40643660eb2d56e05dcf0a1a35aeeb02a088a6a4
parent1277ef42c77503a397d13cac90d7a9ee3e1d9a69 (diff)
downloadaur-9442e2f816f43f7d136972c056670bebc4c66959.tar.gz
update to 1.0.45
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd9c18162dca..99454be46a0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
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.44
- pkgrel = 2
+ pkgver = 1.0.45
+ pkgrel = 1
url = https://github.com/surfzoid/QtVsPlayer
+ arch = aarch64
arch = x86_64
license = GPL3
depends = freetype2
@@ -14,7 +15,9 @@ pkgbase = qtvsplayer-bin
depends = libglvnd
depends = gcc-libs
conflicts = qtvsplayer
- source = qtvsplayer-1.0.44.deb::https://github.com/surfzoid/QtVsPlayer/releases/download/1.0.44/QtVsPlayer_1.0.44_ubuntu-latest-amd64.deb
- sha256sums = ba293dfcb21a08ac51110ecbef91841d42744aed9ae18fc5ae704e6bef938abd
+ source_aarch64 = qtvsplayer-1.0.45-aarch64.deb::https://github.com/surfzoid/QtVsPlayer/releases/download/1.0.45/QtVsPlayer_1.0.45_bullseye-arm64.deb
+ sha256sums_aarch64 = fbd8b51c5fc125821ebebe6bcbac4e3dd7176f495f86567216b335d0e035dad1
+ source_x86_64 = qtvsplayer-1.0.45-x86_64.deb::https://github.com/surfzoid/QtVsPlayer/releases/download/1.0.45/QtVsPlayer_1.0.45_ubuntu-latest-amd64.deb
+ sha256sums_x86_64 = d0e61a8ffaf33f63a7b46d4c74abdf04f43f89d171706c17d850f716339937a6
pkgname = qtvsplayer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 08fa1b89ed71..b5e25c282ee0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=qtvsplayer-bin
_appname=QtVsPlayer
-pkgver=1.0.44
-pkgrel=2
+pkgver=1.0.45
+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=('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')
conflicts=("${pkgname%-bin}")
-source=("${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/${pkgver}/${_appname}_${pkgver}_ubuntu-latest-amd64.deb")
-sha256sums=('ba293dfcb21a08ac51110ecbef91841d42744aed9ae18fc5ae704e6bef938abd')
+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=('fbd8b51c5fc125821ebebe6bcbac4e3dd7176f495f86567216b335d0e035dad1')
+sha256sums_x86_64=('d0e61a8ffaf33f63a7b46d4c74abdf04f43f89d171706c17d850f716339937a6')
package() {
bsdtar -xf "${srcdir}/data.tar.xz"
install -Dm755 -d "${pkgdir}/opt" "${pkgdir}/usr"