summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2018-04-17 17:05:51 +0200
committerCedric Girard2018-04-17 17:05:51 +0200
commit510eccc9b219455f343836f43900f907821eaab5 (patch)
tree0fdbcd46d250a482ca96940c3d2b4d2ec05afd04 /PKGBUILD
parente6a26fc9504a571502a7cef90509973b13dbc1f1 (diff)
downloadaur-510eccc9b219455f343836f43900f907821eaab5.tar.gz
python-zxcvbn is now zxcvbn
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6024a29197d7..4baa44368ef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=2.13.3.r13070.9b8b02092
+pkgver=2.13.13.r13107.b815b2e94
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -89,6 +89,8 @@ prepare() {
cp requirements.in requirements.txt
#flexget works fine with newer versions of requests
sed -i 's!requests~=2.16.3!requests>=2.16.3!' requirements.txt
+ #zxcvbn-python has been renamed zxcvbn
+ sed -i 's!zxcvbn-python!zxcvbn!' requirements.txt
}
build() {