diff options
Diffstat (limited to 'abs/extra/gtk-sharp-2')
-rw-r--r-- | abs/extra/gtk-sharp-2/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra/gtk-sharp-2/PKGBUILD b/abs/extra/gtk-sharp-2/PKGBUILD index cabcc92..8b8e86e 100644 --- a/abs/extra/gtk-sharp-2/PKGBUILD +++ b/abs/extra/gtk-sharp-2/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 26977 2009-02-15 00:09:35Z jgc $ +# $Id: PKGBUILD 72892 2010-03-21 15:11:50Z ibiru $ # Maintainer: tobias <tobias@archlinux.org> pkgname=gtk-sharp-2 -pkgver=2.12.8 +pkgver=2.12.10 pkgrel=1 pkgdesc="gtk2 bindings for C#" arch=(i686 x86_64) license=('LGPL') url="http://gtk-sharp.sourceforge.net" -depends=('mono>=2.2' 'libglade>=2.6.3' 'gtk2>=2.14.7') +depends=('mono>=2.4' 'libglade>=2.6.4' 'gtk2>=2.18.0') makedepends=('pkgconfig' 'monodoc') conflicts=('gtk#') options=('!libtool' '!makeflags') source=(http://ftp.gnome.org/pub/GNOME/sources/gtk-sharp/2.12/gtk-sharp-${pkgver}.tar.bz2) -md5sums=('1b12a33df2ab87448848c0cc0733ca77') +sha256sums=('aaa53f7916f25f0f83760b6ffbf0d465d13ecfa55aa645603f1ca876b7d0f770') build() { # get rid of that .wapi errors; thanks to brice |