fix flexget install line

This commit is contained in:
Kevin Mihelich 2012-03-05 13:30:21 -05:00
parent 1cf9b5bcab
commit c6c7148544

View file

@ -14,7 +14,7 @@ depends=('python2' 'python2-cherrypy' 'python2-flask' 'python2-progressbar' \
'python-beautifulsoup' 'python2-yaml' 'python2-feedparser')
makedepends=('python2-distribute')
license=('MIT')
install=('flexget.install')
install='flexget.install'
source=("http://download.flexget.com/unstable/${_pkgname}-${pkgver}.tar.gz")
md5sums=('5c2f882720e8f7fbea535c51631babf0')