summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-11-16 15:57:43 +0800
committerzxp198210052023-11-16 15:57:43 +0800
commit0ddf3178404ee8fe919a35fbe5fd693eb0c4d922 (patch)
tree02008f65cb1094a98ff3623ec6914cf86013ac36
parentc46f5fb8db153b68c8a515ef76733e960bb5c07c (diff)
downloadaur-0ddf3178404ee8fe919a35fbe5fd693eb0c4d922.tar.gz
update to 1.14.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a8e0e749b65..176d0224c7ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = escrcpy-bin
pkgdesc = 使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动
- pkgver = 1.14.1
+ pkgver = 1.14.2
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.1
+ provides = escrcpy=1.14.2
conflicts = escrcpy
- source = LICENSE::https://raw.githubusercontent.com/viarotel-org/escrcpy/v1.14.1/LICENSE
+ source = LICENSE::https://raw.githubusercontent.com/viarotel-org/escrcpy/v1.14.2/LICENSE
source = escrcpy.sh
sha256sums = 608449f39836e08b54dbe679e78fefbd8b2a4f77ac6fc16bf7320d1e89e4bb10
sha256sums = 941cb7196d03283a6e65a2271f0c8381a9ec8176f38ce9dc9916f3f89b29a720
- source_aarch64 = escrcpy-1.14.1-aarch64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.14.1/Escrcpy-1.14.1-linux-arm64.deb
- sha256sums_aarch64 = b2e9006bfd2478d47d2f60584d58de2e666a4547afebb6ba9f4e63522e623a3c
- source_x86_64 = escrcpy-1.14.1-x86_64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.14.1/Escrcpy-1.14.1-linux-amd64.deb
- sha256sums_x86_64 = b52c421c179d065792533b1c4b2afdd3c943974170d9447d011a45cc379d55d1
+ 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
pkgname = escrcpy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 268e91487499..429149c30566 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=escrcpy-bin
_pkgname=Escrcpy
-pkgver=1.14.1
+pkgver=1.14.2
pkgrel=1
pkgdesc="使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动"
arch=(
@@ -25,8 +25,8 @@ source=(
)
sha256sums=('608449f39836e08b54dbe679e78fefbd8b2a4f77ac6fc16bf7320d1e89e4bb10'
'941cb7196d03283a6e65a2271f0c8381a9ec8176f38ce9dc9916f3f89b29a720')
-sha256sums_aarch64=('b2e9006bfd2478d47d2f60584d58de2e666a4547afebb6ba9f4e63522e623a3c')
-sha256sums_x86_64=('b52c421c179d065792533b1c4b2afdd3c943974170d9447d011a45cc379d55d1')
+sha256sums_aarch64=('1a169e25f688ff7a36e463403081fc43ccee5427026230d6f6654d49308da2c6')
+sha256sums_x86_64=('6c82992e4c44cccf930f5efef35b597101af8df975fa622f144d69c4ab11a5ba')
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"