From c6c7148544e249d312a770455125500c40be6c48 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 5 Mar 2012 13:30:21 -0500 Subject: [PATCH] fix flexget install line --- aur/flexget/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aur/flexget/PKGBUILD b/aur/flexget/PKGBUILD index 9b8ee776b..91bdab103 100644 --- a/aur/flexget/PKGBUILD +++ b/aur/flexget/PKGBUILD @@ -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')