summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Majewski2021-10-23 12:54:24 +0200
committerKevin Majewski2021-10-23 12:54:24 +0200
commitde9e1908faf9cdf3314dc74132e3878cc569fe52 (patch)
treeb50b1814bd2a4790c64b31d36e2f1fcb3088998a
parent684962d0accecd4ff75d602cae5d04bc5e655af1 (diff)
downloadaur-de9e1908faf9cdf3314dc74132e3878cc569fe52.tar.gz
Switch license to GPL3 and add additional architectures
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9132b21d08fc..756e3324c302 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,12 @@ pkgbase = blanket-git
pkgver = 0.5.0.r18.g3593315
pkgrel = 1
url = https://github.com/rafaelmardojai/blanket
+ arch = aarch64
+ arch = armv6h
+ arch = armv7h
+ arch = i686
arch = x86_64
- license = GPL2
+ license = GPL3
makedepends = git
makedepends = meson
depends = gstreamer
diff --git a/PKGBUILD b/PKGBUILD
index 2cfad0629fc5..3a73488f7853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ pkgver=0.5.0.r18.g3593315
pkgrel=1
pkgdesc="Improve focus and increase your productivity by listening to different sounds."
url="https://github.com/rafaelmardojai/blanket"
-arch=(x86_64)
-license=(GPL2)
+arch=('aarch64' 'armv6h' 'armv7h' 'i686' 'x86_64')
+license=(GPL3)
depends=('gstreamer' 'gtk4' 'libadwaita' 'python' 'python-gobject')
makedepends=('git' 'meson')
provides=(${_pkgname})