summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 12:46:47 -0700
committerMark Wagie2024-01-21 12:46:47 -0700
commit79de2abbb1d746bc8c5b99a607eb64dffd0d98f7 (patch)
tree19c672519cafb5364994c0e32cba6a2c9963bcfb
parent77f7f97999fa75210fdb47908d604d679871faf1 (diff)
downloadaur-79de2abbb1d746bc8c5b99a607eb64dffd0d98f7.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27371aad5422..f10be7aab434 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = qtscrcpy
url = https://github.com/barry-ran/QtScrcpy
arch = x86_64
arch = aarch64
- license = Apache
+ license = Apache-2.0
makedepends = chrpath
makedepends = cmake
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 2a5dae675f9b..5af313fe0528 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=('qtscrcpy' 'qtscrcpy-docs')
pkgbase=qtscrcpy
pkgver=2.1.2
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Android real-time screencast control tool"
arch=('x86_64' 'aarch64')
url="https://github.com/barry-ran/QtScrcpy"
-license=('Apache')
+license=('Apache-2.0')
depends=('android-tools' 'qt5-multimedia' 'qt5-x11extras')
makedepends=('chrpath' 'cmake' 'git' 'qt5-tools')
conflicts=('qt-scrcpy')