summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-11-20 13:23:13 +0800
committerzxp198210052023-11-20 13:23:13 +0800
commitfbf3e979c3e77dc6dbe21b04b72b13efeefa0bf0 (patch)
treeded5feb25141794d74942edb9cf6422f4b97cfbc
parent992103b06343f8d6cd54bb729a2bbd99e5ece4d6 (diff)
downloadaur-fbf3e979c3e77dc6dbe21b04b72b13efeefa0bf0.tar.gz
updatet to 1.15.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 742ada8bc170..f9f73477c6ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = escrcpy-bin
pkgdesc = 使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动
- pkgver = 1.14.3
+ pkgver = 1.15.0
pkgrel = 1
url = https://github.com/viarotel-org/escrcpy
arch = aarch64
@@ -9,15 +9,15 @@ pkgbase = escrcpy-bin
depends = electron27
depends = hicolor-icon-theme
depends = scrcpy
- provides = escrcpy=1.14.3
+ provides = escrcpy=1.15.0
conflicts = escrcpy
- source = LICENSE::https://raw.githubusercontent.com/viarotel-org/escrcpy/v1.14.3/LICENSE
+ source = LICENSE::https://raw.githubusercontent.com/viarotel-org/escrcpy/v1.15.0/LICENSE
source = escrcpy.sh
sha256sums = 608449f39836e08b54dbe679e78fefbd8b2a4f77ac6fc16bf7320d1e89e4bb10
sha256sums = 941cb7196d03283a6e65a2271f0c8381a9ec8176f38ce9dc9916f3f89b29a720
- source_aarch64 = escrcpy-1.14.3-aarch64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.14.3/Escrcpy-1.14.3-linux-arm64.deb
- sha256sums_aarch64 = 65576ce1a0a7a588a1fcd04242a4a6058f59a6b413e571b4aea186a6f0913abb
- source_x86_64 = escrcpy-1.14.3-x86_64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.14.3/Escrcpy-1.14.3-linux-amd64.deb
- sha256sums_x86_64 = 13517a99e9264d467e77d6d5b07af3812a057310acbfb0efba02e19ae2ddc3dc
+ source_aarch64 = escrcpy-1.15.0-aarch64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.15.0/Escrcpy-1.15.0-linux-arm64.deb
+ sha256sums_aarch64 = 75f469fd70cc92a866a497239688e917954e43e881f2ad99930a22369177f142
+ source_x86_64 = escrcpy-1.15.0-x86_64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.15.0/Escrcpy-1.15.0-linux-amd64.deb
+ sha256sums_x86_64 = bbfefa516c7914b867905883698b83b3e7670d05b487bed5f5953fb526411c17
pkgname = escrcpy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3fbcadb30a85..78a3bc2aa923 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=escrcpy-bin
_pkgname=Escrcpy
-pkgver=1.14.3
+pkgver=1.15.0
pkgrel=1
pkgdesc="使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动"
arch=(
@@ -25,8 +25,8 @@ source=(
)
sha256sums=('608449f39836e08b54dbe679e78fefbd8b2a4f77ac6fc16bf7320d1e89e4bb10'
'941cb7196d03283a6e65a2271f0c8381a9ec8176f38ce9dc9916f3f89b29a720')
-sha256sums_aarch64=('65576ce1a0a7a588a1fcd04242a4a6058f59a6b413e571b4aea186a6f0913abb')
-sha256sums_x86_64=('13517a99e9264d467e77d6d5b07af3812a057310acbfb0efba02e19ae2ddc3dc')
+sha256sums_aarch64=('75f469fd70cc92a866a497239688e917954e43e881f2ad99930a22369177f142')
+sha256sums_x86_64=('bbfefa516c7914b867905883698b83b3e7670d05b487bed5f5953fb526411c17')
build() {
bsdtar -xf "${srcdir}/data.tar.xz"
sed "s|/opt/${_pkgname}/${pkgname%-bin} %U|${pkgname%-bin}|g" -i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"