mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
upgpkg: python-opnieuw 1.2.1-1
upstream release
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = python-opnieuw
|
pkgbase = python-opnieuw
|
||||||
pkgdesc = A general-purpose retrying library, written in pure Python
|
pkgdesc = A general-purpose retrying library, written in pure Python
|
||||||
pkgver = 1.2.0
|
pkgver = 1.2.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/channable/opnieuw
|
url = https://github.com/channable/opnieuw
|
||||||
arch = any
|
arch = any
|
||||||
@@ -8,7 +8,7 @@ pkgbase = python-opnieuw
|
|||||||
checkdepends = python-pytest
|
checkdepends = python-pytest
|
||||||
makedepends = python-setuptools
|
makedepends = python-setuptools
|
||||||
depends = python
|
depends = python
|
||||||
source = python-opnieuw-1.2.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v1.2.0.tar.gz
|
source = python-opnieuw-1.2.1.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v1.2.1.tar.gz
|
||||||
sha256sums = 1e7df8cbbd0f4fe558568ece9f54dd48f6f59b2fb433bace2684827fec646fa4
|
sha256sums = 43b220cea505ac3e23eaf5cc8e180c673a85ee7ce9d60b2fd3fcc3a60ec19304
|
||||||
|
|
||||||
pkgname = python-opnieuw
|
pkgname = python-opnieuw
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||||
pkgname=python-opnieuw
|
pkgname=python-opnieuw
|
||||||
pkgver=1.2.0
|
pkgver=1.2.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A general-purpose retrying library, written in pure Python"
|
pkgdesc="A general-purpose retrying library, written in pure Python"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@@ -10,7 +10,7 @@ depends=('python')
|
|||||||
makedepends=('python-setuptools')
|
makedepends=('python-setuptools')
|
||||||
checkdepends=('python-pytest')
|
checkdepends=('python-pytest')
|
||||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
||||||
sha256sums=('1e7df8cbbd0f4fe558568ece9f54dd48f6f59b2fb433bace2684827fec646fa4')
|
sha256sums=('43b220cea505ac3e23eaf5cc8e180c673a85ee7ce9d60b2fd3fcc3a60ec19304')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "opnieuw-$pkgver"
|
cd "opnieuw-$pkgver"
|
||||||
|
|||||||
Reference in New Issue
Block a user