summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522024-02-20 10:41:14 +0100
committertytan6522024-02-20 10:41:14 +0100
commit83d08d4935d2ff1b2da46665f5fbadcd23bae729 (patch)
treec6f52916ee45ccebd0c8e5f249be6f6fbe3a7c66
parent775a6b6040c77da4d377e0aacb60720adc027323 (diff)
downloadaur-83d08d4935d2ff1b2da46665f5fbadcd23bae729.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 c4dd3c046db2..3ddd7af9c232 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = cef-minimal-obs-rc-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 fbb6c5584bfd..532384a138c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ epoch=2
pkgdesc="Chromium Embedded Framework minimal release needed by OBS Studio beta 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"