Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
scrcpy
Commits:
b8aad925 by Christian Heusel at 2024-12-05T02:07:42+01:00
upgpkg: 3.0.2-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = scrcpy
pkgdesc = Display and control your Android device
- pkgver = 3.0.1
+ pkgver = 3.0.2
pkgrel = 1
url = https://github.com/Genymobile/scrcpy
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = scrcpy
depends = sdl2
depends = glibc
depends = libusb
- source = git+https://github.com/Genymobile/scrcpy#tag=v3.0.1
- source =
scrcpy-server-3.0.1.apk::https://github.com/Genymobile/scrcpy/releases/download/v3.0.1/scrcpy-server-v3.0.1
- b2sums =
1538928e53143db2f8a9ea7ac3d7bb7c9b671e492e9ab512298a58f977fdc6d25668cafe1e8b2545895b9b25a95cf9141d126b34cce0391d943f78fc1195d8ef
- b2sums =
3788a7cad2bf028c1cbb4a8e608de332b37d36c59be8e574a21b5cb98936632990dc07afc3173bdad1bf7e7ba9370eec1c0c6da334cc7cc21ba0ab75b537c77a
+ source = git+https://github.com/Genymobile/scrcpy#tag=v3.0.2
+ source =
scrcpy-server-3.0.2.apk::https://github.com/Genymobile/scrcpy/releases/download/v3.0.2/scrcpy-server-v3.0.2
+ b2sums =
21e97597ca5f6cb3f6f36746527e2467d83d1cbbacc0f0babb99acb4bfd1b5bca281cfaf38ffafae89351d48d7dba34181739c12534cc1e8fa541ce2e80cbbf4
+ b2sums =
bc294aa2f92152ad4e695d8641a622d0704499833dd1180245215d123a14e43712492a289e65771efcc6e5ef1fd917651f3a608c73a8979479b84d9196490085
pkgname = scrcpy
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrew Rabert <[email protected]>
pkgname=scrcpy
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc='Display and control your Android device'
arch=(x86_64)
@@ -13,8 +13,8 @@ depends=(android-tools ffmpeg sdl2 glibc libusb)
makedepends=(git meson)
source=("git+$url#tag=v$pkgver"
"$pkgname-server-$pkgver.apk::$url/releases/download/v$pkgver/$pkgname-server-v$pkgver")
-b2sums=('1538928e53143db2f8a9ea7ac3d7bb7c9b671e492e9ab512298a58f977fdc6d25668cafe1e8b2545895b9b25a95cf9141d126b34cce0391d943f78fc1195d8ef'
-
'3788a7cad2bf028c1cbb4a8e608de332b37d36c59be8e574a21b5cb98936632990dc07afc3173bdad1bf7e7ba9370eec1c0c6da334cc7cc21ba0ab75b537c77a')
+b2sums=('21e97597ca5f6cb3f6f36746527e2467d83d1cbbacc0f0babb99acb4bfd1b5bca281cfaf38ffafae89351d48d7dba34181739c12534cc1e8fa541ce2e80cbbf4'
+
'bc294aa2f92152ad4e695d8641a622d0704499833dd1180245215d123a14e43712492a289e65771efcc6e5ef1fd917651f3a608c73a8979479b84d9196490085')
build() {
mkdir -p build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scrcpy/-/commit/b8aad9250d152252e16059bb12a14917e3e9f046
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scrcpy/-/commit/b8aad9250d152252e16059bb12a14917e3e9f046
You're receiving this email because of your account on gitlab.archlinux.org.