summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2020-06-28 17:18:32 +0000
committerDaniel Bermond2020-06-28 17:18:32 +0000
commitc9516dc8aa6d503667e225cd5db2ebdd4297f111 (patch)
treeddfafb45e371198fdea988f02bc7695c3efb3b12 /PKGBUILD
parent9f4a728dd232584ecb49ba61abaada7cd92120f5 (diff)
downloadaur-c9516dc8aa6d503667e225cd5db2ebdd4297f111.tar.gz
Updated to version 3.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c85954dfa72d..2341adf25ec9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=python-torf
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc='Python module to create, parse and edit torrent files and magnet links'
arch=('any')
@@ -9,9 +9,9 @@ url='https://github.com/rndusr/torf/'
license=('GPL3')
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=('f9973055ec37f19f1fccc070a2bca27acc39061a492edcb76443a9308602c766')
+checkdepends=('python-pytest' 'python-pytest-xdist' 'python-pytest-httpserver')
+source=("https://github.com/rndusr/torf/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('5989b00132d8823ae20375ce5d731a41859b5ad234446025e520e1356eb49898')
build() {
cd "torf-${pkgver}"