mirror of
https://github.com/archlinux/aur.git
synced 2026-02-21 13:04:18 +01:00
Bump to 1.2.405
This commit is contained in:
parent
3d015b026b
commit
3e16da9eac
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# dim. déc. 6 18:38:43 UTC 2015
|
||||
# sam. déc. 12 09:48:06 UTC 2015
|
||||
pkgbase = flexget
|
||||
pkgdesc = Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more.
|
||||
pkgver = 1.2.401
|
||||
pkgver = 1.2.405
|
||||
pkgrel = 1
|
||||
url = http://flexget.com/
|
||||
changelog = ChangeLog
|
||||
|
|
@ -25,7 +25,7 @@ pkgbase = flexget
|
|||
depends = python2-requests
|
||||
depends = python2-dateutil
|
||||
depends = python2-jsonschema
|
||||
depends = python2-pytvmaze>=1.3.7
|
||||
depends = python2-pytvmaze>=1.3.9
|
||||
depends = python2-tmdb3
|
||||
depends = python2-pynzb
|
||||
depends = python2-apscheduler
|
||||
|
|
@ -44,11 +44,11 @@ pkgbase = flexget
|
|||
optdepends = python2-guppy: for memusage plugin
|
||||
optdepends = python2-transmissionrpc: Transmission support
|
||||
optdepends = python2-rarfile: decompress plugin
|
||||
source = https://pypi.python.org/packages/source/F/FlexGet/FlexGet-1.2.401.tar.gz
|
||||
source = https://pypi.python.org/packages/source/F/FlexGet/FlexGet-1.2.405.tar.gz
|
||||
source = flexget.service
|
||||
source = http://download.flexget.com/ChangeLog
|
||||
source = fix_beautifulsoup_4_4_0.patch
|
||||
sha256sums = ac559e5d217dee5b814ff9858825f8d96d587cdb74f3742bfe389a0eb84c009c
|
||||
sha256sums = 53aa70863a56640231f02a3c6cc09f96f93fd1dcdbb5c2be892e43b271e34674
|
||||
sha256sums = e2c3a958ed0c286337cd37fba1d6cbdf4306c57fcddf2b9cc43615ce80ae83aa
|
||||
sha256sums = dcc1bc676b8c2b798fa9a7e0ed2b6853323e9e9d8ff696696dddeaf29cbc13d6
|
||||
sha256sums = 9007c382e68970554ef572dd76411d3df8a37f79d68255410b488a1fc399918b
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=flexget
|
||||
_pkgname=FlexGet
|
||||
pkgver=1.2.401
|
||||
pkgver=1.2.405
|
||||
pkgrel=1
|
||||
|
||||
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
|
||||
|
|
@ -30,7 +30,7 @@ depends=('python2'
|
|||
'python2-requests'
|
||||
'python2-dateutil'
|
||||
'python2-jsonschema'
|
||||
'python2-pytvmaze>=1.3.7' #AUR#
|
||||
'python2-pytvmaze>=1.3.9' #AUR#
|
||||
'python2-tmdb3' #AUR#
|
||||
'python2-pynzb' #AUR#
|
||||
'python2-apscheduler' #AUR#
|
||||
|
|
@ -63,7 +63,7 @@ source=("https://pypi.python.org/packages/source/F/FlexGet/${_pkgname}-${pkgver}
|
|||
|
||||
changelog=ChangeLog
|
||||
|
||||
sha256sums=('ac559e5d217dee5b814ff9858825f8d96d587cdb74f3742bfe389a0eb84c009c'
|
||||
sha256sums=('53aa70863a56640231f02a3c6cc09f96f93fd1dcdbb5c2be892e43b271e34674'
|
||||
'e2c3a958ed0c286337cd37fba1d6cbdf4306c57fcddf2b9cc43615ce80ae83aa'
|
||||
'dcc1bc676b8c2b798fa9a7e0ed2b6853323e9e9d8ff696696dddeaf29cbc13d6'
|
||||
'9007c382e68970554ef572dd76411d3df8a37f79d68255410b488a1fc399918b')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue