summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-11-15 11:49:00 -0700
committerMark Wagie2023-11-15 11:49:00 -0700
commitcb4666e449ed40ade8b8366ff2458702d07f0c1c (patch)
tree66d8cd47051eda655041221ec3ff439ec3ab9e70
parent9a48b10659bc9f5d875b9dcbcc38732b73e5cc0d (diff)
downloadaur-cb4666e449ed40ade8b8366ff2458702d07f0c1c.tar.gz
actually verify signed commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27fb3c60f383..66605bc89d75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = guiscrcpy
pkgdesc = Open Source GUI based Android Screen Mirroring System
pkgver = 2023.1.1
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://guiscrcpy.srev.in
arch = any
@@ -23,7 +23,7 @@ pkgbase = guiscrcpy
depends = python-pynput
depends = python-qtpy
depends = scrcpy
- source = git+https://github.com/srevinsaju/guiscrcpy.git#commit=332175e50b63d1503c08afc5d839fc3f3fc50aba
+ source = git+https://github.com/srevinsaju/guiscrcpy.git#commit=332175e50b63d1503c08afc5d839fc3f3fc50aba?signed
validpgpkeys = 7427D25413635E1E39657B6B1007816766D390D7
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 95f3cb7f3517..00df231a81ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=guiscrcpy
pkgver=2023.1.1
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc="Open Source GUI based Android Screen Mirroring System"
arch=('any')
@@ -13,7 +13,7 @@ depends=('libxinerama' 'pyside2' 'python' 'python-cairosvg' 'python-click' 'pyth
makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core' 'setconf')
checkdepends=('appstream-glib')
_commit=332175e50b63d1503c08afc5d839fc3f3fc50aba # tags/v2023.1.1^0
-source=("git+https://github.com/srevinsaju/guiscrcpy.git#commit=$_commit")
+source=("git+https://github.com/srevinsaju/guiscrcpy.git#commit=$_commit?signed")
sha256sums=('SKIP')
validpgpkeys=('7427D25413635E1E39657B6B1007816766D390D7') # Srevin Saju (srevinsaju) <srevinsaju@sugarlabs.org>