diff options
author | root <root@rshg047.dnsready.net> | 2011-07-02 23:10:09 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-02 23:10:09 +0000 |
commit | 1732308adb7885b00fc388f978e65b3ad15aa067 (patch) | |
tree | 7a26cedab2b721f05a3b57ccf578787217f8a9a7 /extra/miro | |
parent | a81bc5be2e3672119ca0313a1fde10397a31211e (diff) |
Sat Jul 2 23:10:09 UTC 2011
Diffstat (limited to 'extra/miro')
-rw-r--r-- | extra/miro/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/miro/PKGBUILD b/extra/miro/PKGBUILD index d7636998a..64ea31e79 100644 --- a/extra/miro/PKGBUILD +++ b/extra/miro/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 127855 2011-06-18 21:42:16Z eric $ +# $Id: PKGBUILD 130052 2011-07-01 16:18:58Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> pkgname=miro -pkgver=4.0.1.1 -pkgrel=2 +pkgver=4.0.2 +pkgrel=1 pkgdesc="The free and open source internet TV platform" arch=('i686' 'x86_64') url="http://www.getmiro.com" @@ -17,7 +17,7 @@ depends=('dbus-python' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf' makedepends=('pkg-config') install=miro.install source=(http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz) -sha1sums=('f6dbfb661bd642ccf60b38405c63182c7a9142df') +sha1sums=('22342897ca748fa19738c9c1c510510f314fa7eb') build() { cd "${srcdir}/${pkgname}-${pkgver}/linux" |