From e03dec23a7728e12b6c3497d157b75c968c6b758 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 25 Mar 2024 08:47:41 +0100 Subject: [PATCH] upgpkg: python-opnieuw 3.0.0-2 Fix license, missing dependency --- python-opnieuw/.SRCINFO | 5 +++-- python-opnieuw/PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/python-opnieuw/.SRCINFO b/python-opnieuw/.SRCINFO index 25d61e7..9096a2b 100644 --- a/python-opnieuw/.SRCINFO +++ b/python-opnieuw/.SRCINFO @@ -1,12 +1,13 @@ pkgbase = python-opnieuw pkgdesc = A general-purpose retrying library, written in pure Python pkgver = 3.0.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/channable/opnieuw arch = any - license = BSD + license = BSD-3-Clause makedepends = python-setuptools depends = python + depends = python-typing_extensions source = python-opnieuw-3.0.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v3.0.0.tar.gz sha256sums = b2884a17b7acca433924d42af7685e3305098b220e545632fed8d9d7abdf2078 diff --git a/python-opnieuw/PKGBUILD b/python-opnieuw/PKGBUILD index 22dd4ad..cb94f17 100644 --- a/python-opnieuw/PKGBUILD +++ b/python-opnieuw/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Bert Peters pkgname=python-opnieuw pkgver=3.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="A general-purpose retrying library, written in pure Python" arch=('any') url="https://github.com/channable/opnieuw" -license=('BSD') -depends=('python') +license=('BSD-3-Clause') +depends=('python' 'python-typing_extensions') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz") sha256sums=('b2884a17b7acca433924d42af7685e3305098b220e545632fed8d9d7abdf2078')