diff --git a/aur/flexget/PKGBUILD b/aur/flexget/PKGBUILD index 8cdc45d4b..35ed7225d 100644 --- a/aur/flexget/PKGBUILD +++ b/aur/flexget/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Nathan Owe -plugrel=2 +plugrel=3 pkgname=flexget _pkgname=FlexGet @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.)" arch=(any) url="http://flexget.com/" -depends=('python2' 'cherrypy' 'python-flask' 'python-progressbar' \ +depends=('python2' 'python2-cherrypy' 'python-flask' 'python-progressbar' \ 'python2-pynzb' 'pyrss2gen' 'python2-sqlalchemy' 'python-html5lib' \ 'python-beautifulsoup' 'python2-yaml' 'python2-feedparser') makedepends=('python2-distribute') diff --git a/core/plugui-git/PKGBUILD b/core/plugui-git/PKGBUILD index 7e60cf9e8..519e11a9c 100644 --- a/core/plugui-git/PKGBUILD +++ b/core/plugui-git/PKGBUILD @@ -1,19 +1,19 @@ plugrel=1 pkgname=plugui-git -pkgver=201100405 +pkgver=20110705 pkgrel=1 -pkgdesc="PlugApps web interface" +pkgdesc="Arch Linux ARM web interface" arch=('arm') -url="https://github.com/plugapps/PlugUI" +url="https://github.com/archlinuxarm/PlugUI" license=('GPL') -depends=('python2' 'cherrypy' 'django' 'python2-pytz') +depends=('python2' 'python2-cherrypy' 'django' 'python2-pytz') makedepends=('git') provides=('plugui') conflicts=('plugui') install=plugui.install -_gitroot="git://github.com/plugapps/PlugUI.git" +_gitroot="git://github.com/archlinuxarm/PlugUI.git" _gitname="PlugUI" build() { @@ -26,7 +26,7 @@ build() { msg "Git checkout: Tree has been updated" else msg "Git checkout: Retrieving sources" - git clone --depth 1 ${_gitroot} + git clone ${_gitroot} fi msg "Checkout completed" @@ -34,7 +34,7 @@ build() { package() { cd $srcdir/${_gitname} - + git checkout 4a6f7cf4 # create directory structure install -d $pkgdir/opt/PlugUI install -d $pkgdir/var/run/PlugUI