summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-10-24 12:27:28 +0800
committerzxp198210052023-10-24 12:27:28 +0800
commit52ffb93aa84e5fdc4e3685c6d6cb2670db0c7725 (patch)
treed98e66f40c782c36f7c7000570bd9aba2da36b3a
parent831f0c9990e2264b30084282a19949ebc8b8043a (diff)
downloadaur-52ffb93aa84e5fdc4e3685c6d6cb2670db0c7725.tar.gz
update to 1.9.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b820e9c45275..4fe12dfcf8f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = escrcpy-bin
pkgdesc = 使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动
- pkgver = 1.8.16
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/viarotel-org/escrcpy
arch = aarch64
@@ -10,15 +10,15 @@ pkgbase = escrcpy-bin
depends = electron27
depends = scrcpy
depends = android-sdk-platform-tools
- provides = escrcpy=1.8.16
+ provides = escrcpy=1.9.0
conflicts = escrcpy
- source = LICENSE::https://raw.githubusercontent.com/viarotel-org/escrcpy/v1.8.16/LICENSE
+ source = LICENSE::https://raw.githubusercontent.com/viarotel-org/escrcpy/v1.9.0/LICENSE
source = escrcpy.sh
sha256sums = e03f21dc67e766661667d3268c1ce5fbce9c32fb4b6e70281722bfbc9e3b7a7e
sha256sums = 95b1863c49ed526e664d14fcb4cfe30be5f4f581dc60903a7421a91354ff3a61
- source_aarch64 = escrcpy-1.8.16-aarch64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.8.16/Escrcpy-1.8.16-linux-arm64.deb
- sha256sums_aarch64 = fda1dfe5f645e629aa3d4a2d26413f64291ff8299de082ceeff9c4a2eee16075
- source_x86_64 = escrcpy-1.8.16-x86_64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.8.16/Escrcpy-1.8.16-linux-amd64.deb
- sha256sums_x86_64 = 32de7e3fd7b127825fa57abee0e1dcd465bdcf8c495bc6617b99bd2250b31560
+ source_aarch64 = escrcpy-1.9.0-aarch64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.9.0/Escrcpy-1.9.0-linux-arm64.deb
+ sha256sums_aarch64 = 8064fc1ef5b13417a9f71b3173234ec646cd0f5f0b8e9f1e6e6549ae535dd91d
+ source_x86_64 = escrcpy-1.9.0-x86_64.deb::https://github.com/viarotel-org/escrcpy/releases/download/v1.9.0/Escrcpy-1.9.0-linux-amd64.deb
+ sha256sums_x86_64 = 0e13d5254dc606eb261b69f585aebe0eaad11b06bcbc996cb16927bdc8dd9dac
pkgname = escrcpy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8652cf6faab6..8c4aa73c914c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=escrcpy-bin
_pkgname=Escrcpy
-pkgver=1.8.16
+pkgver=1.9.0
pkgrel=1
pkgdesc="使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动"
arch=('aarch64' 'x86_64')
@@ -16,8 +16,8 @@ source=("LICENSE::https://raw.githubusercontent.com/viarotel-org/escrcpy/v${pkgv
"${pkgname%-bin}.sh")
sha256sums=('e03f21dc67e766661667d3268c1ce5fbce9c32fb4b6e70281722bfbc9e3b7a7e'
'95b1863c49ed526e664d14fcb4cfe30be5f4f581dc60903a7421a91354ff3a61')
-sha256sums_aarch64=('fda1dfe5f645e629aa3d4a2d26413f64291ff8299de082ceeff9c4a2eee16075')
-sha256sums_x86_64=('32de7e3fd7b127825fa57abee0e1dcd465bdcf8c495bc6617b99bd2250b31560')
+sha256sums_aarch64=('8064fc1ef5b13417a9f71b3173234ec646cd0f5f0b8e9f1e6e6549ae535dd91d')
+sha256sums_x86_64=('0e13d5254dc606eb261b69f585aebe0eaad11b06bcbc996cb16927bdc8dd9dac')
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"