mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
aur/flexget to 1.0r2125, dep python-yaml changed to python2-yaml
This commit is contained in:
parent
84b045c281
commit
b9b2dfe14b
2 changed files with 5 additions and 5 deletions
|
@ -4,14 +4,14 @@ plugrel=1
|
||||||
|
|
||||||
pkgname=flexget
|
pkgname=flexget
|
||||||
_pkgname=FlexGet
|
_pkgname=FlexGet
|
||||||
pkgver=1.0r2104
|
pkgver=1.0r2125
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.)"
|
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.)"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="http://flexget.com/"
|
url="http://flexget.com/"
|
||||||
depends=('python2' 'cherrypy' 'python-flask' 'python-progressbar' \
|
depends=('python2' 'cherrypy' 'python-flask' 'python-progressbar' \
|
||||||
'python2-pynzb' 'pyrss2gen' 'python2-sqlalchemy' 'python-html5lib' \
|
'python2-pynzb' 'pyrss2gen' 'python2-sqlalchemy' 'python-html5lib' \
|
||||||
'python-beautifulsoup' 'python-yaml' 'python2-feedparser')
|
'python-beautifulsoup' 'python2-yaml' 'python2-feedparser')
|
||||||
makedepends=('python2-distribute')
|
makedepends=('python2-distribute')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
install=('flexget.install')
|
install=('flexget.install')
|
||||||
|
|
|
@ -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>
|
# Maintainer : Ionut Biru <ibiru@archlinux.org>
|
||||||
# Contributor: damir <damir@archlinux.org>
|
# Contributor: damir <damir@archlinux.org>
|
||||||
# Contributor: Paul Mattal <paul@archlinux.org>
|
# Contributor: Paul Mattal <paul@archlinux.org>
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
plugrel=1
|
plugrel=1
|
||||||
|
|
||||||
pkgname=x264
|
pkgname=x264
|
||||||
pkgver=20110115
|
pkgver=20110327
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="free library for encoding H264/AVC video streams"
|
pkgdesc="free library for encoding H264/AVC video streams"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -18,7 +18,7 @@ license=('GPL')
|
||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
makedepends=('yasm')
|
makedepends=('yasm')
|
||||||
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
|
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
|
||||||
md5sums=('c977e56dac340bc5145a3ecce9a45aef')
|
md5sums=('7579aff8166a974a1b293cd18b9ead92')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-snapshot-$pkgver-2245"
|
cd "$srcdir/$pkgname-snapshot-$pkgver-2245"
|
||||||
|
|
Loading…
Reference in a new issue