diff options
author | root <root@rshg054.dnsready.net> | 2011-11-02 23:14:55 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-02 23:14:55 +0000 |
commit | 6c10ff06abb7ca3a4db4c73624f73aafdd3b2e63 (patch) | |
tree | 71f462606f0e719d1e04bd2232763bfe05a68a29 /extra/banshee | |
parent | 9343f37ee7ba1aa98f65272412d331a280890e12 (diff) |
Wed Nov 2 23:14:55 UTC 2011
Diffstat (limited to 'extra/banshee')
-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 e5a597bdd..79a6d8ac0 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') @@ -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" |