From c389637cb52d937c189652f24acf3169ed5248f7 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Sat, 23 Nov 2024 18:19:37 -0800 Subject: [PATCH] upgpkg: python-mistune1 0.8.4-5 Use correct SPDX license identifier --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f7898ffe..c03996bd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,10 @@ pkgbase = python-mistune1 pkgdesc = A fast yet powerful Python Markdown parser with renderers and plugins pkgver = 0.8.4 - pkgrel = 4 + pkgrel = 5 url = https://github.com/lepture/mistune arch = any - license = BSD + license = BSD-3-Clause checkdepends = python-pytest makedepends = python-setuptools depends = python diff --git a/PKGBUILD b/PKGBUILD index e384142d..c0765a5d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,11 +3,11 @@ _name=mistune pkgname=python-mistune1 pkgver=0.8.4 -pkgrel=4 +pkgrel=5 pkgdesc="A fast yet powerful Python Markdown parser with renderers and plugins" arch=('any') url="https://github.com/lepture/mistune" -license=('BSD') +license=('BSD-3-Clause') depends=('python') makedepends=('python-setuptools') checkdepends=('python-pytest') -- 2.51.2