summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2023-10-07 10:09:41 +0200
committerBert Peters2023-10-07 10:09:41 +0200
commit6a8a6d876bcbff0275ff2fdb1c181de862e7f8ed (patch)
treead78a1056db946aa840805cd7443f3310b35f594
parentcb102c85e57ce5b4c9e1857e6693bcbb5b2c8851 (diff)
downloadaur-6a8a6d876bcbff0275ff2fdb1c181de862e7f8ed.tar.gz
upgpkg: python-opnieuw 3.0.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d49f9a230569..25d61e750609 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-opnieuw
pkgdesc = A general-purpose retrying library, written in pure Python
- pkgver = 2.0.0
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/channable/opnieuw
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = python-opnieuw-2.0.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v2.0.0.tar.gz
- sha256sums = a34484e2f7b136649691eeefc89f46a95783b3ccab0cc33c118713c037374397
+ source = python-opnieuw-3.0.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v3.0.0.tar.gz
+ sha256sums = b2884a17b7acca433924d42af7685e3305098b220e545632fed8d9d7abdf2078
pkgname = python-opnieuw
diff --git a/PKGBUILD b/PKGBUILD
index d4f466341c30..22dd4ad3f4da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=python-opnieuw
-pkgver=2.0.0
+pkgver=3.0.0
pkgrel=1
pkgdesc="A general-purpose retrying library, written in pure Python"
arch=('any')
@@ -9,7 +9,7 @@ license=('BSD')
depends=('python')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('a34484e2f7b136649691eeefc89f46a95783b3ccab0cc33c118713c037374397')
+sha256sums=('b2884a17b7acca433924d42af7685e3305098b220e545632fed8d9d7abdf2078')
build() {
cd "opnieuw-$pkgver"