summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-03-28 10:14:28 +0800
committerzxp198210052024-03-28 10:14:28 +0800
commit29b7d512cb2e87605bd721c91e3432e842d0da01 (patch)
tree8d8571183b9284b2226a0c89f55b7c92e641f823
parent5fa8916c299952fae97fd04617c0decc51200582 (diff)
downloadaur-29b7d512cb2e87605bd721c91e3432e842d0da01.tar.gz
update to 1.17.7
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28b7cd719d4d..8cd3f4f8f095 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = escrcpy-bin
pkgdesc = 使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动
- pkgver = 1.17.6
+ pkgver = 1.17.7
pkgrel = 1
url = https://github.com/viarotel-org/escrcpy
arch = aarch64
@@ -8,13 +8,13 @@ pkgbase = escrcpy-bin
license = Apache-2.0
depends = electron27
depends = scrcpy
- provides = escrcpy=1.17.6
+ provides = escrcpy=1.17.7
conflicts = escrcpy
source = escrcpy.sh
sha256sums = dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8
- source_aarch64 = escrcpy-1.17.6-aarch64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.17.6/Escrcpy-1.17.6-linux-arm64.deb
- sha256sums_aarch64 = abf623504110e978b81c3abeb313d3fe66ad4582b95b1071b108e62d353e1a92
- source_x86_64 = escrcpy-1.17.6-x86_64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.17.6/Escrcpy-1.17.6-linux-amd64.deb
- sha256sums_x86_64 = 40e24034dca479b2e1f21cf4f2ccff5caced06ff98573ca0ef52bc40172ce848
+ source_aarch64 = escrcpy-1.17.7-aarch64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.17.7/Escrcpy-1.17.7-linux-arm64.deb
+ sha256sums_aarch64 = 89356ca8e14f2cce4e9b9a8ad14df47a61a3bbf127fd0bab81405e11393c1ff8
+ source_x86_64 = escrcpy-1.17.7-x86_64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.17.7/Escrcpy-1.17.7-linux-amd64.deb
+ sha256sums_x86_64 = 4be1ee5757fdcfbd5554f51757184702b602800ba804a20a93f9fdaff5ce9293
pkgname = escrcpy-bin
diff --git a/PKGBUILD b/PKGBUILD
index f02256f1a4f9..7ef01c12607c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=escrcpy-bin
_pkgname=Escrcpy
-pkgver=1.17.6
+pkgver=1.17.7
_electronversion=27
pkgrel=1
pkgdesc="使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动"
@@ -23,8 +23,8 @@ source=(
"${pkgname%-bin}.sh"
)
sha256sums=('dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8')
-sha256sums_aarch64=('abf623504110e978b81c3abeb313d3fe66ad4582b95b1071b108e62d353e1a92')
-sha256sums_x86_64=('40e24034dca479b2e1f21cf4f2ccff5caced06ff98573ca0ef52bc40172ce848')
+sha256sums_aarch64=('89356ca8e14f2cce4e9b9a8ad14df47a61a3bbf127fd0bab81405e11393c1ff8')
+sha256sums_x86_64=('4be1ee5757fdcfbd5554f51757184702b602800ba804a20a93f9fdaff5ce9293')
build() {
sed -e "s|@electronversion@|${_electronversion}|" \
-e "s|@appname@|${pkgname%-bin}|g" \