aur/flexget to 1.0r2125, dep python-yaml changed to python2-yaml

This commit is contained in:
Kevin Mihelich 2011-04-04 10:12:48 -04:00
parent 84b045c281
commit b9b2dfe14b
2 changed files with 5 additions and 5 deletions

View file

@ -4,14 +4,14 @@ plugrel=1
pkgname=flexget
_pkgname=FlexGet
pkgver=1.0r2104
pkgver=1.0r2125
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.)"
arch=(any)
url="http://flexget.com/"
depends=('python2' 'cherrypy' 'python-flask' 'python-progressbar' \
'python2-pynzb' 'pyrss2gen' 'python2-sqlalchemy' 'python-html5lib' \
'python-beautifulsoup' 'python-yaml' 'python2-feedparser')
'python-beautifulsoup' 'python2-yaml' 'python2-feedparser')
makedepends=('python2-distribute')
license=('MIT')
install=('flexget.install')

View file

@ -1,4 +1,4 @@
# $Id: PKGBUILD 106279 2011-01-16 13:56:10Z ibiru $
# $Id: PKGBUILD 117096 2011-03-28 18:20:15Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: damir <damir@archlinux.org>
# Contributor: Paul Mattal <paul@archlinux.org>
@ -9,7 +9,7 @@
plugrel=1
pkgname=x264
pkgver=20110115
pkgver=20110327
pkgrel=1
pkgdesc="free library for encoding H264/AVC video streams"
arch=('i686' 'x86_64')
@ -18,7 +18,7 @@ license=('GPL')
depends=('glibc')
makedepends=('yasm')
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
md5sums=('c977e56dac340bc5145a3ecce9a45aef')
md5sums=('7579aff8166a974a1b293cd18b9ead92')
build() {
cd "$srcdir/$pkgname-snapshot-$pkgver-2245"