summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2023-10-23 13:40:48 -0300
committerDaniel Bermond2023-10-23 13:40:48 -0300
commita08473d3ee2a9a4fe0ac45dab6b78c4afafb6a55 (patch)
tree9b49ae569bb55653729eb03c696164abd6636957
parentbc82880228df07e0904d40e00dfdc091f5d5c006 (diff)
downloadaur-a08473d3ee2a9a4fe0ac45dab6b78c4afafb6a55.tar.gz
Update to version 4.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d0d15ce2b36..1cbc5b28a881 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-torf
pkgdesc = Python module to create, parse and edit torrent files and magnet links
- pkgver = 4.2.0
+ pkgver = 4.2.2
pkgrel = 1
url = https://github.com/rndusr/torf/
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-torf
makedepends = python-wheel
depends = python
depends = python-flatbencode
- source = https://github.com/rndusr/torf/archive/v4.2.0/python-torf-4.2.0.tar.gz
- sha256sums = 3797d2b1a7d7921bb79ba48089cd3f19d0692d8d04b3b114992b4748ac731a01
+ source = https://github.com/rndusr/torf/archive/v4.2.2/python-torf-4.2.2.tar.gz
+ sha256sums = 2f1e4ed7d5c94e45ed5583037c37b94f2c7443425a66075623445c988682cbbd
pkgname = python-torf
diff --git a/PKGBUILD b/PKGBUILD
index e2c7230ceb15..5b2d367bd5f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=python-torf
-pkgver=4.2.0
+pkgver=4.2.2
pkgrel=1
pkgdesc='Python module to create, parse and edit torrent files and magnet links'
arch=('any')
@@ -10,8 +10,9 @@ license=('GPL3')
depends=('python' 'python-flatbencode')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
checkdepends=('python-pytest' 'python-pytest-httpserver' 'python-pytest-mock' 'python-pytest-xdist')
+BUILDENV+=('!check')
source=("https://github.com/rndusr/torf/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('3797d2b1a7d7921bb79ba48089cd3f19d0692d8d04b3b114992b4748ac731a01')
+sha256sums=('2f1e4ed7d5c94e45ed5583037c37b94f2c7443425a66075623445c988682cbbd')
build() {
cd "torf-${pkgver}"