summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-09-07 11:27:31 -0600
committerMark Wagie2022-09-07 11:27:31 -0600
commit18063fa550cf0e9c9856af5216f5d61ae6fcab90 (patch)
treeb7a76626dc556db767b6a11444e8577fd6ad735b
parentfab5f68761a66c35f964d8e79f00729efe89843a (diff)
downloadaur-18063fa550cf0e9c9856af5216f5d61ae6fcab90.tar.gz
correct license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b193946f4c4b..49da6cf931fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = blanket-git
pkgrel = 1
url = https://apps.gnome.org/app/com.rafaelmardojai.Blanket
arch = any
- license = GPL2
+ license = GPL3
checkdepends = appstream-glib
makedepends = meson
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index e6d33219c8a3..fb15482cdb9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Improve focus and increase your productivity by listening to different sounds."
arch=('any')
url="https://apps.gnome.org/app/com.rafaelmardojai.Blanket"
-license=('GPL2')
+license=('GPL3')
depends=('gst-plugins-bad-libs' 'gst-plugins-base' 'gst-plugins-good' 'gst-python'
'libadwaita' 'python-gobject')
makedepends=('meson' 'git')