summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-11-17 10:21:32 +0800
committerzxp198210052023-11-17 10:21:32 +0800
commit992103b06343f8d6cd54bb729a2bbd99e5ece4d6 (patch)
tree6a9810ed3a0c8888d24796207ac2bea46a62f22a
parent0ddf3178404ee8fe919a35fbe5fd693eb0c4d922 (diff)
downloadaur-992103b06343f8d6cd54bb729a2bbd99e5ece4d6.tar.gz
update to 1.14.3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 176d0224c7ca..742ada8bc170 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = escrcpy-bin
pkgdesc = 使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动
- pkgver = 1.14.2
+ pkgver = 1.14.3
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.2
+ provides = escrcpy=1.14.3
conflicts = escrcpy
- source = LICENSE::https://raw.githubusercontent.com/viarotel-org/escrcpy/v1.14.2/LICENSE
+ source = LICENSE::https://raw.githubusercontent.com/viarotel-org/escrcpy/v1.14.3/LICENSE
source = escrcpy.sh
sha256sums = 608449f39836e08b54dbe679e78fefbd8b2a4f77ac6fc16bf7320d1e89e4bb10
sha256sums = 941cb7196d03283a6e65a2271f0c8381a9ec8176f38ce9dc9916f3f89b29a720
- source_aarch64 = escrcpy-1.14.2-aarch64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.14.2/Escrcpy-1.14.2-linux-arm64.deb
- sha256sums_aarch64 = 1a169e25f688ff7a36e463403081fc43ccee5427026230d6f6654d49308da2c6
- source_x86_64 = escrcpy-1.14.2-x86_64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.14.2/Escrcpy-1.14.2-linux-amd64.deb
- sha256sums_x86_64 = 6c82992e4c44cccf930f5efef35b597101af8df975fa622f144d69c4ab11a5ba
+ 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
pkgname = escrcpy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 429149c30566..3fbcadb30a85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=escrcpy-bin
_pkgname=Escrcpy
-pkgver=1.14.2
+pkgver=1.14.3
pkgrel=1
pkgdesc="使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动"
arch=(
@@ -25,8 +25,8 @@ source=(
)
sha256sums=('608449f39836e08b54dbe679e78fefbd8b2a4f77ac6fc16bf7320d1e89e4bb10'
'941cb7196d03283a6e65a2271f0c8381a9ec8176f38ce9dc9916f3f89b29a720')
-sha256sums_aarch64=('1a169e25f688ff7a36e463403081fc43ccee5427026230d6f6654d49308da2c6')
-sha256sums_x86_64=('6c82992e4c44cccf930f5efef35b597101af8df975fa622f144d69c4ab11a5ba')
+sha256sums_aarch64=('65576ce1a0a7a588a1fcd04242a4a6058f59a6b413e571b4aea186a6f0913abb')
+sha256sums_x86_64=('13517a99e9264d467e77d6d5b07af3812a057310acbfb0efba02e19ae2ddc3dc')
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"