diff options
Diffstat (limited to 'extra/banshee/PKGBUILD')
-rw-r--r-- | extra/banshee/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/banshee/PKGBUILD b/extra/banshee/PKGBUILD index 6745d25f4..8e94c989e 100644 --- a/extra/banshee/PKGBUILD +++ b/extra/banshee/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 138285 2011-09-19 20:41:10Z ibiru $ +# $Id: PKGBUILD 141669 2011-11-02 03:17:44Z eric $ # Contributor: György Balló <ballogy@freestart.hu> pkgname=banshee -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=1 pkgdesc="Music management and playback for GNOME" arch=('i686' 'x86_64' 'mips64el') @@ -19,8 +19,8 @@ options=('!libtool') install=$pkgname.install source=(http://download.gnome.org/sources/$pkgname/2.2/$pkgname-$pkgver.tar.xz banshee-recent-gpod.patch) -sha256sums=('85026f270777be15b778a8bf676d2c6e1a0d3d9758145515809bf209f7ab1815' -'018eeb00d1b4e625d13f1184863e499be5b5dde050a7513e012d5898125073d9') +sha256sums=('55c03ddf9732199b9f83d4ff375af99ae5a4eea46b8a198695427e5c48f1b9a5' + '018eeb00d1b4e625d13f1184863e499be5b5dde050a7513e012d5898125073d9') build() { export MONO_SHARED_DIR="$srcdir/.wabi" |