summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-20 22:33:30 +0800
committerzxp198210052023-08-20 22:33:30 +0800
commitef0ce1ffb906a2b1c88183253ac147c9e2394dc0 (patch)
treecb917d2d8d4b8bc3bc345c2d994b1404da090fd3
parent1edf19895aa72d268c2af7543906d13d3df83cd1 (diff)
downloadaur-ef0ce1ffb906a2b1c88183253ac147c9e2394dc0.tar.gz
update to 3.2.7
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36aac9916490..485db878e53c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zyplayer-bin
pkgdesc = 跨平台桌面端视频资源播放器,免费高颜值
- pkgver = 3.2.6
+ pkgver = 3.2.7
pkgrel = 1
url = https://github.com/Hiram-Wong/ZyPlayer
arch = aarch
@@ -30,13 +30,14 @@ pkgbase = zyplayer-bin
depends = cairo
depends = glibc
depends = hicolor-icon-theme
- provides = zyplayer-3.2.6
+ provides = zyplayer-3.2.7
conflicts = zyplayer
+ conflicts = zy-player
source = LICENSE::https://raw.githubusercontent.com/Hiram-Wong/ZyPlayer/main/LICENSE
sha256sums = 84378c42abc60e52c641be1d9d3b5b74e587adbfce6a1be75276524120055edd
- source_aarch = zyplayer-3.2.6-aarch.deb::https://github.com/Hiram-Wong/ZyPlayer/releases/download/v3.2.6/zyplayer-linux-3.2.6-arm64.deb
- sha256sums_aarch = cf3790493a3771fa0a681e6f520e0f4e3a2095da533d4363fa56a75524240a78
- source_x86_64 = zyplayer-3.2.6-x86_64.deb::https://github.com/Hiram-Wong/ZyPlayer/releases/download/v3.2.6/zyplayer-linux-3.2.6-amd64.deb
- sha256sums_x86_64 = b7a345285c045ffa93c8b1cf70ea948a4370fef6793e311165a177ed90113c74
+ source_aarch = zyplayer-3.2.7-aarch.deb::https://github.com/Hiram-Wong/ZyPlayer/releases/download/v3.2.7/zyplayer-linux-3.2.7-arm64.deb
+ sha256sums_aarch = e8b8c5bd06b5256427decbb8126f362519e92da581b768f66e2d0a106d1d50b4
+ source_x86_64 = zyplayer-3.2.7-x86_64.deb::https://github.com/Hiram-Wong/ZyPlayer/releases/download/v3.2.7/zyplayer-linux-3.2.7-amd64.deb
+ sha256sums_x86_64 = b2139741daf61b17d51f3cf77f9edbfb76c2a99933ca647d6f59963c685eea7b
pkgname = zyplayer-bin
diff --git a/PKGBUILD b/PKGBUILD
index a7ca4f6d6d5a..33c08c8ed2d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=zyplayer-bin
-pkgver=3.2.6
+pkgver=3.2.7
pkgrel=1
pkgdesc="跨平台桌面端视频资源播放器,免费高颜值"
arch=("aarch" "x86_64")
@@ -9,13 +9,13 @@ license=("MIT")
depends=('libcups' 'libxcomposite' 'nss' 'nspr' 'dbus' 'libxext' 'gcc-libs' 'pango' 'libxdamage' 'libxcb' 'libxkbcommon' \
'libxfixes' 'libx11' 'libxrandr' 'expat' 'glib2' 'alsa-lib' 'libdrm' 'mesa' 'gtk3' 'at-spi2-core' 'cairo' 'glibc' 'hicolor-icon-theme')
provides=("${pkgname%-bin}-${pkgver}")
-conflicts=("${pkgname%-bin}")
+conflicts=("${pkgname%-bin}" "zy-player")
source_aarch=("${pkgname%-bin}-${pkgver}-aarch.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}-linux-${pkgver}-arm64.deb")
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}-linux-${pkgver}-amd64.deb")
source=("LICENSE::https://raw.githubusercontent.com/Hiram-Wong/ZyPlayer/main/LICENSE")
sha256sums=('84378c42abc60e52c641be1d9d3b5b74e587adbfce6a1be75276524120055edd')
-sha256sums_aarch=('cf3790493a3771fa0a681e6f520e0f4e3a2095da533d4363fa56a75524240a78')
-sha256sums_x86_64=('b7a345285c045ffa93c8b1cf70ea948a4370fef6793e311165a177ed90113c74')
+sha256sums_aarch=('e8b8c5bd06b5256427decbb8126f362519e92da581b768f66e2d0a106d1d50b4')
+sha256sums_x86_64=('b2139741daf61b17d51f3cf77f9edbfb76c2a99933ca647d6f59963c685eea7b')
package() {
bsdtar -xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"