summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2024-02-17 14:20:28 -0300
committerDaniel Bermond2024-02-17 14:20:28 -0300
commit3630d19abd59d52dac6cf2959071076ae106ec3d (patch)
treed882b60d7b5297b8e60fbb3ba9bc4e9a6505cdc2 /PKGBUILD
parenta08473d3ee2a9a4fe0ac45dab6b78c4afafb6a55 (diff)
downloadaur-3630d19abd59d52dac6cf2959071076ae106ec3d.tar.gz
Update to version 4.2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b2d367bd5f7..ca995a525fa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=python-torf
-pkgver=4.2.2
+pkgver=4.2.4
pkgrel=1
pkgdesc='Python module to create, parse and edit torrent files and magnet links'
arch=('any')
url='https://github.com/rndusr/torf/'
-license=('GPL3')
+license=('GPL-3.0-or-later')
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=('2f1e4ed7d5c94e45ed5583037c37b94f2c7443425a66075623445c988682cbbd')
+sha256sums=('9263dd24c4437a0cdc6bf5fe4325eb26cdf80824640b4c2746e0b59e15107f07')
build() {
cd "torf-${pkgver}"