summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2024-02-11 23:58:49 +0100
committerMarcell Meszaros2024-02-11 23:58:49 +0100
commit8833e700820d8e1731a6bc8487a633006058aa41 (patch)
treeb0c3c787523b500035c7e6e165261d97f4d243d6
parent41f949ba0d60c3290b58037484adef1db158d8cf (diff)
downloadaur-8833e700820d8e1731a6bc8487a633006058aa41.tar.gz
5.249.0.r2.g7bc1121-3: fix license declaration to match upstream
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6899333f256d..d23e9e3f7b73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = networkmanager-qt-git
pkgdesc = KDE's Qt wrapper for NetworkManager API (git build)
pkgver = 5.249.0.r2.g7bc1121
- pkgrel = 2
+ pkgrel = 3
url = https://invent.kde.org/frameworks/networkmanager-qt
arch = x86_64
- license = LGPL-2.0-only
- license = LGPL-3.0-only
+ license = LGPL-2.1-only OR LGPL-3.0-only
makedepends = doxygen
makedepends = extra-cmake-modules-git
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index eb897bda41eb..be7707cd4392 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@
_distname=networkmanager-qt
pkgname="${_distname}-git"
pkgver=5.249.0.r2.g7bc1121
-pkgrel=2
+pkgrel=3
pkgdesc="KDE's Qt wrapper for NetworkManager API (git build)"
arch=(x86_64)
url="https://invent.kde.org/frameworks/${_distname}"
-license=(LGPL-2.0-only LGPL-3.0-only)
+license=('LGPL-2.1-only OR LGPL-3.0-only')
depends=(gcc-libs
glibc
qt6-base