summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2020-05-04 00:53:29 +0000
committerDaniel Bermond2020-05-04 00:53:29 +0000
commit9f4a728dd232584ecb49ba61abaada7cd92120f5 (patch)
tree8c8b6826dde823b6c1aec68d313761f11ba4f65c /PKGBUILD
parent3ade3f80f7f3f8b56e7cc9dabfe4c283a4856574 (diff)
downloadaur-9f4a728dd232584ecb49ba61abaada7cd92120f5.tar.gz
Updated to version 3.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e7eb27f9fbf..c85954dfa72d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=python-torf
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc='Python module to create, parse and edit torrent files and magnet links'
arch=('any')
@@ -11,7 +11,7 @@ depends=('python' 'python-flatbencode')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-xdist')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/rndusr/torf/archive/v${pkgver}.tar.gz")
-sha256sums=('575a1ae9c01188ac7a02ef72ccffd56452af4de759ac8a953320440b9d4f78af')
+sha256sums=('f9973055ec37f19f1fccc070a2bca27acc39061a492edcb76443a9308602c766')
build() {
cd "torf-${pkgver}"