1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

upgpkg: python-opnieuw 1.2.0-1

upstream release
This commit is contained in:
2022-05-19 08:02:29 +02:00
parent 377abbc3c1
commit 4ac0bb4d17
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = python-opnieuw
pkgdesc = A general-purpose retrying library, written in pure Python
pkgver = 1.1.0
pkgver = 1.2.0
pkgrel = 1
url = https://github.com/channable/opnieuw
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-opnieuw
checkdepends = python-pytest
makedepends = python-setuptools
depends = python
source = python-opnieuw-1.1.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v1.1.0.tar.gz
sha256sums = 3a59a718f5032d9165d528fe95ea41c539d91eecba8af2c2025e5936f3748e9d
source = python-opnieuw-1.2.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v1.2.0.tar.gz
sha256sums = 1e7df8cbbd0f4fe558568ece9f54dd48f6f59b2fb433bace2684827fec646fa4
pkgname = python-opnieuw

View File

@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=python-opnieuw
pkgver=1.1.0
pkgver=1.2.0
pkgrel=1
pkgdesc="A general-purpose retrying library, written in pure Python"
arch=('any')
@@ -10,7 +10,7 @@ depends=('python')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('3a59a718f5032d9165d528fe95ea41c539d91eecba8af2c2025e5936f3748e9d')
sha256sums=('1e7df8cbbd0f4fe558568ece9f54dd48f6f59b2fb433bace2684827fec646fa4')
build() {
cd "opnieuw-$pkgver"