summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-12-03 07:59:34 +1300
committercaltlgin2020-12-03 07:59:34 +1300
commitd4563f690c0e8ca813bcaaa336152e653176387a (patch)
treebc61c3506104f59ef326179b0fedc52e33a0646f
parent1c021356b316d4abb7dfe938e73b758ecc46e156 (diff)
downloadaur-d4563f690c0e8ca813bcaaa336152e653176387a.tar.gz
Python 3.9 rebuild
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e10d9ecb644c..c6309bb22c8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = waybackpack
pkgdesc = Download the entire Wayback Machine archive for a given URL
pkgver = 0.3.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jsvine/waybackpack
arch = any
license = MIT
makedepends = python-setuptools
- depends = python
depends = python-requests
source = waybackpack-0.3.7.tar.gz::https://github.com/jsvine/waybackpack/archive/v0.3.7.tar.gz
sha256sums = 2445a142932b74816d4ef0e136877c2f0ae0e95a1c07d79f81df06504b210e1e
diff --git a/.gitignore b/.gitignore
index 4367ae4a50ac..05c6d4d4c97b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
*
!.gitignore
!.SRCINFO
-!PKGBUILD \ No newline at end of file
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index a84ce5f58aab..c59e2243d2bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname='waybackpack'
pkgver=0.3.7
-pkgrel=1
+pkgrel=2
pkgdesc='Download the entire Wayback Machine archive for a given URL'
arch=('any')
url='https://github.com/jsvine/waybackpack'
_url_pypi='https://pypi.org/project/waybackpack'
license=('MIT')
-depends=('python' 'python-requests')
+depends=('python-requests')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('2445a142932b74816d4ef0e136877c2f0ae0e95a1c07d79f81df06504b210e1e')