Date: Friday, February 11, 2011 @ 09:54:21 Author: heftig Revision: 109631
upgpkg: gio-sharp 0.2-2 Bump by a single commit to unbreak docky build Modified: gio-sharp/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-11 14:37:38 UTC (rev 109630) +++ PKGBUILD 2011-02-11 14:54:21 UTC (rev 109631) @@ -3,17 +3,17 @@ # Contributor: György Balló <[email protected]> pkgname=gio-sharp pkgver=0.2 -_pkgver=0.2-0-g07ac6ea -_git=4159f82 -pkgrel=1 +_pkgver=0.2-1-g99cdb9c +_git=99cdb9c +pkgrel=2 pkgdesc="a branch of the official gtk-sharp/gio to get gio-sharp building on gtk-sharp 2.12" arch=('any') url="http://github.com/mono/gio-sharp" license=('MIT') depends=('gtk-sharp-2>=2.12') -source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gio-sharp/zipball/${pkgver}) +source=(mono-$pkgname-$_pkgver.zip::https://github.com/mono/gio-sharp/zipball/${_git}) options=('!makeflags') -md5sums=('76a6b31ffaee302af063a1300a6fe99c') +md5sums=('494a465da86055048c2bd0b5ee4279e2') build() { cd "$srcdir/mono-$pkgname-$_git"
