summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpikl2023-11-19 09:05:18 +0000
committerpikl2023-11-19 09:05:18 +0000
commitec26729d3f980c5717bdd2852cc28b6156e6c292 (patch)
tree1521102091a7ba51f3065facc9c4eb2913b02e7d
parentaffb4ef0012174e89bd0ca7e00f3acdad8873032 (diff)
downloadaur-ec26729d3f980c5717bdd2852cc28b6156e6c292.tar.gz
fix licence
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b95b6117646..9530df7410b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = oscar
pkgdesc = Open-source, cross platform, sleep tracking software with a focus on monitoring CPAP treatment. Fork of the sleepyhead project.
pkgver = v1.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/pholy/OSCAR-code
arch = i686
arch = x86_64
- license = GPL
+ license = GPL-3.0-only
makedepends = git
makedepends = glu
depends = qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index fac6b1b193fb..401cf1eb4fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
_pkgname=oscar
pkgname=oscar
pkgver=v1.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Open-source, cross platform, sleep tracking software with a focus on monitoring CPAP treatment. Fork of the sleepyhead project."
arch=('i686' 'x86_64')
url="https://gitlab.com/pholy/OSCAR-code"
-license=('GPL')
+license=('GPL-3.0-only')
depends=(
'qt5-tools'
'qt5-serialport'