summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 11:44:48 -0700
committerMark Wagie2024-01-21 11:44:48 -0700
commit7a3f5256b08fe484ffa39f42cccd8ff206e30667 (patch)
treeb941a1c267fde0a9cc42ae91fc52d22b55123147
parent26d17e07899e890ab5f0c6e9fcb7624d8774e5bc (diff)
downloadaur-python-mediainfodll.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11baf1ecf300..5443c587f6fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = python-mediainfodll
epoch = 1
url = https://github.com/MediaArea/MediaInfoLib
arch = any
- license = BSD
+ license = BSD 2-Clause
depends = libmediainfo
depends = python
source = MediaInfoLib-17.10.tar.gz::https://github.com/MediaArea/MediaInfoLib/archive/v17.10.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1069a2ff3fc7..7a102795ee02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Co-Maintainer: Corax <cor dot ax26 at gmail dot com>
pkgname=python-mediainfodll
pkgver=17.10
@@ -7,7 +7,7 @@ epoch=1
pkgdesc="Python shared library for reading metadata from media files"
arch=('any')
url="https://github.com/MediaArea/MediaInfoLib"
-license=('BSD')
+license=('BSD 2-Clause')
depends=('libmediainfo' 'python')
source=("MediaInfoLib-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('2e5622b685f4bca23726e6646da542861edb01c26a73502a14d1b553f9a18dfb')