summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim36922023-08-10 00:46:18 +0300
committerjim36922023-08-10 00:46:18 +0300
commit3e7935e205bd690138705d14a95f43bb9fe9692c (patch)
tree758cbb839ff744ead65cbdc14def1e6520b323ac
parent9c0326d591393e385d261d92c3e098d0db359d41 (diff)
downloadaur-3e7935e205bd690138705d14a95f43bb9fe9692c.tar.gz
Update license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac90e092aea7..cf2d531e8f00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = pipewire-screenaudio-git
pkgdesc = Extension to passthrough pipewire audio to WebRTC Screenshare
pkgver = 0.3.1.r3.g316889e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/IceDBorn/pipewire-screenaudio
arch = x86_64
- license = MIT
+ license = GPL3
depends = util-linux
depends = gawk
depends = jq
diff --git a/PKGBUILD b/PKGBUILD
index 1c169994f28e..ef9365e55838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgver() {
cd "pipewire-screenaudio"
git describe --tags --long --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
-pkgrel=1
+pkgrel=2
pkgdesc="Extension to passthrough pipewire audio to WebRTC Screenshare"
arch=('x86_64')
url="https://github.com/IceDBorn/pipewire-screenaudio"
-license=('MIT')
+license=('GPL3')
depends=(
'util-linux'
'gawk'