diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-21 11:26:12 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-21 11:26:12 -0300 |
commit | c0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (patch) | |
tree | 8e4f525a74e1ec4d373256b380f7d49305ed5d00 /community/pyvorbis | |
parent | a05bf04c686ff44fc6c12fbe774d65032b74c55d (diff) | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/6tunnel/PKGBUILD
community/chrootuid/PKGBUILD
community/cpulimit/PKGBUILD
community/cutter/PKGBUILD
community/darkhttpd/PKGBUILD
community/darkstat/PKGBUILD
community/datemath/PKGBUILD
community/delegate/PKGBUILD
community/dfm/PKGBUILD
community/freedroid/PKGBUILD
community/parano/PKGBUILD
community/pyvorbis/PKGBUILD
community/scrotwm/PKGBUILD
extra/antlr2/PKGBUILD
extra/live-media/PKGBUILD
extra/mono-zeroconf/PKGBUILD
extra/vlc/PKGBUILD
Diffstat (limited to 'community/pyvorbis')
-rw-r--r-- | community/pyvorbis/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pyvorbis/PKGBUILD b/community/pyvorbis/PKGBUILD index f2a83d7b8..44d6edd11 100644 --- a/community/pyvorbis/PKGBUILD +++ b/community/pyvorbis/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 89168 2010-08-29 17:00:16Z remy $ +# $Id: PKGBUILD 64987 2012-02-19 11:27:59Z jelle $ # Contributor: Jason Chu <jason@archlinux.org> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=pyvorbis pkgver=1.4 -pkgrel=5 +pkgrel=6 pkgdesc="Python vorbis wrapper library" -url="http://www.andrewchatham.com/pyogg/" +url="http://ekyo.nerim.net/software/pyogg/index.html" arch=('i686' 'x86_64' 'mips64el') license=('LGPL') depends=('python2' 'libvorbis' 'pyogg>=1.3-3') |