summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-11-09 17:44:51 +0800
committerzxp198210052023-11-09 17:44:51 +0800
commita6f3ee112ab55339be068d58f38130e2d200c3ee (patch)
tree2ca83ff7349d66d865aa34807fe414d04287c3c2
parent943a86f3c1580f3100cadb191af23907af054a25 (diff)
downloadaur-a6f3ee112ab55339be068d58f38130e2d200c3ee.tar.gz
update to 1.13.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22d24ee2c313..477c755f69a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = escrcpy-bin
pkgdesc = 使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动
- pkgver = 1.13.1
+ pkgver = 1.13.2
pkgrel = 1
url = https://github.com/viarotel-org/escrcpy
arch = aarch64
@@ -10,15 +10,15 @@ pkgbase = escrcpy-bin
depends = electron27
depends = hicolor-icon-theme
depends = scrcpy
- provides = escrcpy=1.13.1
+ provides = escrcpy=1.13.2
conflicts = escrcpy
- source = LICENSE::https://raw.githubusercontent.com/viarotel-org/escrcpy/v1.13.1/LICENSE
+ source = LICENSE::https://raw.githubusercontent.com/viarotel-org/escrcpy/v1.13.2/LICENSE
source = escrcpy.sh
sha256sums = e03f21dc67e766661667d3268c1ce5fbce9c32fb4b6e70281722bfbc9e3b7a7e
sha256sums = 941cb7196d03283a6e65a2271f0c8381a9ec8176f38ce9dc9916f3f89b29a720
- source_aarch64 = escrcpy-1.13.1-aarch64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.13.1/Escrcpy-1.13.1-linux-arm64.deb
- sha256sums_aarch64 = 86697c843c54373bd95eb060657370ae16f509eccb6bf97f1df73fbd5ddaee85
- source_x86_64 = escrcpy-1.13.1-x86_64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.13.1/Escrcpy-1.13.1-linux-amd64.deb
- sha256sums_x86_64 = d265b809ec28472295d496e2d04b165c77ac897f1b73c993c3dfc09ab24ee6a8
+ source_aarch64 = escrcpy-1.13.2-aarch64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.13.2/Escrcpy-1.13.2-linux-arm64.deb
+ sha256sums_aarch64 = 35e53b2e73187ffb697914d0e3b19fc32a5661447d2be525abd5b416e00e7983
+ source_x86_64 = escrcpy-1.13.2-x86_64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.13.2/Escrcpy-1.13.2-linux-amd64.deb
+ sha256sums_x86_64 = 71ebc8b94aa7c80f7f28874d235f8facdf26ab1dba6f21b25f47ac9025465f40
pkgname = escrcpy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5603f8ca68c7..e02b2e41ee23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=escrcpy-bin
_pkgname=Escrcpy
-pkgver=1.13.1
+pkgver=1.13.2
pkgrel=1
pkgdesc="使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动"
arch=(
@@ -26,8 +26,8 @@ source=(
)
sha256sums=('e03f21dc67e766661667d3268c1ce5fbce9c32fb4b6e70281722bfbc9e3b7a7e'
'941cb7196d03283a6e65a2271f0c8381a9ec8176f38ce9dc9916f3f89b29a720')
-sha256sums_aarch64=('86697c843c54373bd95eb060657370ae16f509eccb6bf97f1df73fbd5ddaee85')
-sha256sums_x86_64=('d265b809ec28472295d496e2d04b165c77ac897f1b73c993c3dfc09ab24ee6a8')
+sha256sums_aarch64=('35e53b2e73187ffb697914d0e3b19fc32a5661447d2be525abd5b416e00e7983')
+sha256sums_x86_64=('71ebc8b94aa7c80f7f28874d235f8facdf26ab1dba6f21b25f47ac9025465f40')
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"