diff options
Diffstat (limited to 'extra/gtk-sharp-2/PKGBUILD')
-rw-r--r-- | extra/gtk-sharp-2/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gtk-sharp-2/PKGBUILD b/extra/gtk-sharp-2/PKGBUILD index d1827c87c..f82eabb75 100644 --- a/extra/gtk-sharp-2/PKGBUILD +++ b/extra/gtk-sharp-2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 196159 2013-10-07 12:30:37Z jgc $ +# $Id: PKGBUILD 198081 2013-10-30 12:41:20Z allan $ # Maintainer: tobias <tobias@archlinux.org> pkgname=gtk-sharp-2 @@ -11,7 +11,7 @@ url="http://gtk-sharp.sourceforge.net" depends=('mono' 'libglade' 'gtk2') makedepends=('pkgconfig' 'monodoc') conflicts=('gtk#') -options=('!libtool' '!makeflags') +options=('!makeflags') source=(https://github.com/mono/gtk-sharp/archive/${pkgver}.tar.gz) md5sums=('0cdaef41857e29c23942a148c83122ac') |