summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-11-13 11:14:51 +0800
committerzxp198210052023-11-13 11:14:51 +0800
commit9d7df6cf96fe4b398793f10b38f3d1da9a1685e7 (patch)
tree2c53941f66216c7d9a1a99419d8eda7c69675e18
parenta6f3ee112ab55339be068d58f38130e2d200c3ee (diff)
downloadaur-9d7df6cf96fe4b398793f10b38f3d1da9a1685e7.tar.gz
update to 1.13.5
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 477c755f69a6..9783568f6c9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,23 @@
pkgbase = escrcpy-bin
pkgdesc = 使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动
- pkgver = 1.13.2
+ pkgver = 1.13.5
pkgrel = 1
url = https://github.com/viarotel-org/escrcpy
arch = aarch64
arch = x86_64
license = MIT
- depends = bash
depends = electron27
depends = hicolor-icon-theme
depends = scrcpy
- provides = escrcpy=1.13.2
+ provides = escrcpy=1.13.5
conflicts = escrcpy
- source = LICENSE::https://raw.githubusercontent.com/viarotel-org/escrcpy/v1.13.2/LICENSE
+ source = LICENSE::https://raw.githubusercontent.com/viarotel-org/escrcpy/v1.13.5/LICENSE
source = escrcpy.sh
sha256sums = e03f21dc67e766661667d3268c1ce5fbce9c32fb4b6e70281722bfbc9e3b7a7e
sha256sums = 941cb7196d03283a6e65a2271f0c8381a9ec8176f38ce9dc9916f3f89b29a720
- 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
+ source_aarch64 = escrcpy-1.13.5-aarch64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.13.5/Escrcpy-1.13.5-linux-arm64.deb
+ sha256sums_aarch64 = e7a344a6f483210611ad970b39a3e4fadfaf000a600f0a30322a9d920cfda63b
+ source_x86_64 = escrcpy-1.13.5-x86_64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.13.5/Escrcpy-1.13.5-linux-amd64.deb
+ sha256sums_x86_64 = 857bbd36bf48ad4a014a25491bebd5de58fd3bf8dc192f496cf669a4abb92a6c
pkgname = escrcpy-bin
diff --git a/PKGBUILD b/PKGBUILD
index e02b2e41ee23..f3bcb06dfc36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=escrcpy-bin
_pkgname=Escrcpy
-pkgver=1.13.2
+pkgver=1.13.5
pkgrel=1
pkgdesc="使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动"
arch=(
@@ -13,7 +13,6 @@ license=('MIT')
conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}=${pkgver}")
depends=(
- 'bash'
'electron27'
'hicolor-icon-theme'
'scrcpy'
@@ -26,8 +25,8 @@ source=(
)
sha256sums=('e03f21dc67e766661667d3268c1ce5fbce9c32fb4b6e70281722bfbc9e3b7a7e'
'941cb7196d03283a6e65a2271f0c8381a9ec8176f38ce9dc9916f3f89b29a720')
-sha256sums_aarch64=('35e53b2e73187ffb697914d0e3b19fc32a5661447d2be525abd5b416e00e7983')
-sha256sums_x86_64=('71ebc8b94aa7c80f7f28874d235f8facdf26ab1dba6f21b25f47ac9025465f40')
+sha256sums_aarch64=('e7a344a6f483210611ad970b39a3e4fadfaf000a600f0a30322a9d920cfda63b')
+sha256sums_x86_64=('857bbd36bf48ad4a014a25491bebd5de58fd3bf8dc192f496cf669a4abb92a6c')
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"