summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"