mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
upgpkg: python-opnieuw 3.0.0-1
upstream release
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
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 = 2.0.0
|
pkgver = 3.0.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/channable/opnieuw
|
url = https://github.com/channable/opnieuw
|
||||||
arch = any
|
arch = any
|
||||||
license = BSD
|
license = BSD
|
||||||
makedepends = python-setuptools
|
makedepends = python-setuptools
|
||||||
depends = python
|
depends = python
|
||||||
source = python-opnieuw-2.0.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v2.0.0.tar.gz
|
source = python-opnieuw-3.0.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v3.0.0.tar.gz
|
||||||
sha256sums = a34484e2f7b136649691eeefc89f46a95783b3ccab0cc33c118713c037374397
|
sha256sums = b2884a17b7acca433924d42af7685e3305098b220e545632fed8d9d7abdf2078
|
||||||
|
|
||||||
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=2.0.0
|
pkgver=3.0.0
|
||||||
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')
|
||||||
@@ -9,7 +9,7 @@ license=('BSD')
|
|||||||
depends=('python')
|
depends=('python')
|
||||||
makedepends=('python-setuptools')
|
makedepends=('python-setuptools')
|
||||||
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=('a34484e2f7b136649691eeefc89f46a95783b3ccab0cc33c118713c037374397')
|
sha256sums=('b2884a17b7acca433924d42af7685e3305098b220e545632fed8d9d7abdf2078')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "opnieuw-$pkgver"
|
cd "opnieuw-$pkgver"
|
||||||
|
|||||||
Reference in New Issue
Block a user