summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522024-02-20 10:37:36 +0100
committertytan6522024-02-20 10:37:36 +0100
commit8766081a889b6f5857b997ebc1c1acfd2999dc16 (patch)
tree033477355c5dc2352185441859ff0d7f093150b6
parent382827ab0cae96a3f34c9168667c3425778f8e50 (diff)
downloadaur-8766081a889b6f5857b997ebc1c1acfd2999dc16.tar.gz
chore: Update license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 409e794136ba..011a33c913de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = cef-minimal-obs-bin
url = https://github.com/obsproject/cef/tree/5060-shared-textures
arch = x86_64
arch = aarch64
- license = BSD
+ license = BSD-3-Clause
makedepends = cmake
depends = alsa-lib
depends = at-spi2-core
diff --git a/PKGBUILD b/PKGBUILD
index 83e220e5a8f6..df436fb55071 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ epoch=1
pkgdesc="Chromium Embedded Framework minimal release needed by OBS Studio release in /opt/cef-obs"
arch=("x86_64" "aarch64")
url="https://github.com/obsproject/cef/tree/5060-shared-textures"
-license=("BSD")
+license=(BSD-3-Clause)
depends=(
"alsa-lib" "at-spi2-core" "dbus" "expat" "gcc-libs" "glib2"
"glibc" "libcups" "libdrm" "libx11" "libxcb" "libxcomposite"