summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-07-30 15:07:16 +0800
committerzxp198210052024-07-30 15:07:16 +0800
commit860baa9ca0ad7cdbfc778881abd75f80c3b1efcf (patch)
tree15987002ff09517f5f6ded3298d85ec2dec78315
parent3648b51e7624b9faa8f151ba4ca72667e64daec1 (diff)
downloadaur-zyplayer-bin.tar.gz
update to 3.3.7
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b8aca427f6f..583a9ecaf616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = zyplayer-bin
pkgdesc = 跨平台桌面端视频资源播放器,免费高颜值
- pkgver = 3.3.6
+ pkgver = 3.3.7
pkgrel = 1
url = https://github.com/Hiram-Wong/ZyPlayer
arch = aarch
arch = x86_64
license = MIT
- depends = electron19
- provides = zyplayer-3.3.6
+ depends = electron22
+ provides = zyplayer-3.3.7
conflicts = zyplayer
conflicts = zy-player
- source = LICENSE-3.3.6::https://raw.githubusercontent.com/Hiram-Wong/ZyPlayer/v3.3.6/LICENSE
+ source = LICENSE-3.3.7::https://raw.githubusercontent.com/Hiram-Wong/ZyPlayer/v3.3.7/LICENSE
source = zyplayer.sh
sha256sums = 05a41f7b9dc819453e9c8c3ea4e144fe7e3d09d0f78bdf800e92810312f99094
sha256sums = 2b2e8aeed33fd71c521e49fd54fb2fa81218d16aef8bccb88d77909055ab8051
- source_aarch = zyplayer-3.3.6-aarch.deb::https://github.com/Hiram-Wong/ZyPlayer/releases/download/v3.3.6/zyplayer-linux-3.3.6-arm64.deb
- sha256sums_aarch = 4e26ec5b6b377bfbae0daa9c8c82ac15112c31639bb9cd85035b7cafd8591cdb
- source_x86_64 = zyplayer-3.3.6-x86_64.deb::https://github.com/Hiram-Wong/ZyPlayer/releases/download/v3.3.6/zyplayer-linux-3.3.6-amd64.deb
- sha256sums_x86_64 = 876c67d6f6535fe29d6e5ff643bfcc2381ffdb7b91856ec645dffe529b8eda7e
+ source_aarch = zyplayer-3.3.7-aarch.deb::https://github.com/Hiram-Wong/ZyPlayer/releases/download/v3.3.7/zyplayer-linux-3.3.7-arm64.deb
+ sha256sums_aarch = 13e1c2e0f6b488b6452640691b2adf61f883d77a63f127119a328a5d6ad6af3e
+ source_x86_64 = zyplayer-3.3.7-x86_64.deb::https://github.com/Hiram-Wong/ZyPlayer/releases/download/v3.3.7/zyplayer-linux-3.3.7-amd64.deb
+ sha256sums_x86_64 = 3789775a62051c87ab6731ee11dbe5138d8204bf91dfe8ab57860a3c17bdf22a
pkgname = zyplayer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2dc9306b6ea4..a812cf90effc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=zyplayer-bin
-pkgver=3.3.6
-_electronversion=19
+pkgver=3.3.7
+_electronversion=22
pkgrel=1
pkgdesc="跨平台桌面端视频资源播放器,免费高颜值"
arch=(
@@ -26,8 +26,8 @@ source=(
)
sha256sums=('05a41f7b9dc819453e9c8c3ea4e144fe7e3d09d0f78bdf800e92810312f99094'
'2b2e8aeed33fd71c521e49fd54fb2fa81218d16aef8bccb88d77909055ab8051')
-sha256sums_aarch=('4e26ec5b6b377bfbae0daa9c8c82ac15112c31639bb9cd85035b7cafd8591cdb')
-sha256sums_x86_64=('876c67d6f6535fe29d6e5ff643bfcc2381ffdb7b91856ec645dffe529b8eda7e')
+sha256sums_aarch=('13e1c2e0f6b488b6452640691b2adf61f883d77a63f127119a328a5d6ad6af3e')
+sha256sums_x86_64=('3789775a62051c87ab6731ee11dbe5138d8204bf91dfe8ab57860a3c17bdf22a')
build() {
sed -e "s|@electronversion@|${_electronversion}|g" \
-e "s|@appname@|${pkgname%-bin}|g" \