mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
update flexget to aur, before adding APScheduler
This commit is contained in:
parent
9172737824
commit
abffbf149f
2 changed files with 4205 additions and 7 deletions
4197
aur/flexget/ChangeLog
Normal file
4197
aur/flexget/ChangeLog
Normal file
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@
|
|||
|
||||
pkgname=flexget
|
||||
_pkgname=FlexGet
|
||||
pkgver=1.2.199
|
||||
pkgver=1.2.214
|
||||
pkgrel=1
|
||||
|
||||
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
|
||||
|
@ -42,19 +42,20 @@ optdepends=('python2-guppy: for memusage plugin' #AUR#
|
|||
'python2-cherrypy: web interface'
|
||||
'python2-flask: web interface'
|
||||
)
|
||||
makedepends=('python2-distribute'
|
||||
'python2-paver'
|
||||
makedepends=('python2-paver'
|
||||
'python2-setuptools'
|
||||
)
|
||||
|
||||
source=("http://download.flexget.com/archive/${_pkgname}-${pkgver}.tar.gz"
|
||||
source=("https://pypi.python.org/packages/source/F/FlexGet/${_pkgname}-${pkgver}.tar.gz"
|
||||
'flexget.service'
|
||||
"http://download.flexget.com/ChangeLog"
|
||||
)
|
||||
|
||||
changelog=ChangeLog
|
||||
|
||||
sha256sums=('5033d98ff447e9a51ae9daf989230f5900b4a037aa9f5af5cef1135192ef94ef'
|
||||
'e2c3a958ed0c286337cd37fba1d6cbdf4306c57fcddf2b9cc43615ce80ae83aa')
|
||||
sha256sums=('f84524b4222a503ce79005316b7025e3a9848863b5daae2d611bc38da4643d94'
|
||||
'e2c3a958ed0c286337cd37fba1d6cbdf4306c57fcddf2b9cc43615ce80ae83aa'
|
||||
'402481b58ae5080ed15514aab56272b9673acb8c4ffd32a3f7866fafffa657e7')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
|
@ -66,7 +67,7 @@ package() {
|
|||
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
|
||||
|
||||
# Make sure the perms allow reading by all
|
||||
chmod ugo+r ${pkgdir}/usr/lib/python2.7/site-packages/FlexGet-1.2-py2.7.egg-info/*
|
||||
chmod ugo+r ${pkgdir}/usr/lib/python2.7/site-packages/${_pkgname}-${pkgver}-py2.7.egg-info/*
|
||||
|
||||
# install systemd user unit
|
||||
install -Dm644 ../flexget.service "${pkgdir}"/usr/lib/systemd/user/flexget.service
|
||||
|
|
Loading…
Reference in a new issue