summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-06-28 17:18:32 +0000
committerDaniel Bermond2020-06-28 17:18:32 +0000
commitc9516dc8aa6d503667e225cd5db2ebdd4297f111 (patch)
treeddfafb45e371198fdea988f02bc7695c3efb3b12
parent9f4a728dd232584ecb49ba61abaada7cd92120f5 (diff)
downloadaur-c9516dc8aa6d503667e225cd5db2ebdd4297f111.tar.gz
Updated to version 3.0.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84e3eceddd47..11b950401d46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = python-torf
pkgdesc = Python module to create, parse and edit torrent files and magnet links
- pkgver = 3.0.1
+ pkgver = 3.0.2
pkgrel = 1
url = https://github.com/rndusr/torf/
arch = any
license = GPL3
checkdepends = python-pytest
checkdepends = python-pytest-xdist
+ checkdepends = python-pytest-httpserver
makedepends = python-setuptools
depends = python
depends = python-flatbencode
- source = python-torf-3.0.1.tar.gz::https://github.com/rndusr/torf/archive/v3.0.1.tar.gz
- sha256sums = f9973055ec37f19f1fccc070a2bca27acc39061a492edcb76443a9308602c766
+ source = https://github.com/rndusr/torf/archive/v3.0.2/python-torf-3.0.2.tar.gz
+ sha256sums = 5989b00132d8823ae20375ce5d731a41859b5ad234446025e520e1356eb49898
pkgname = python-torf
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}"