[arch-commits] Commit in python-internetarchive/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Sat May 25 08:32:24 UTC 2019
Date: Saturday, May 25, 2019 @ 08:32:23
Author: bluewind
Revision: 469890
upgpkg: python-internetarchive 1.8.4-2
Add missing dependency on python-backports.csv
Modified:
python-internetarchive/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-25 08:29:46 UTC (rev 469889)
+++ PKGBUILD 2019-05-25 08:32:23 UTC (rev 469890)
@@ -4,7 +4,7 @@
pkgname=python-internetarchive
pkgver=1.8.4
-pkgrel=1
+pkgrel=2
pkgdesc='Wrapper for the various Internet Archive APIs (IA-S3, Metadata API, etc)'
arch=('any')
url='https://github.com/jjjake/ia-wrapper'
@@ -20,8 +20,7 @@
'python-docopt'
'python-jsonpointer'
'python-args'
- # seem unnecessary?
- #'python-backports.csv'
+ 'python-backports.csv'
'python-schema'
)
optdepends=('python-ujson: faster json parsing'
More information about the arch-commits
mailing list