diff options
Diffstat (limited to 'community/goocanvas/PKGBUILD')
-rw-r--r-- | community/goocanvas/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/goocanvas/PKGBUILD b/community/goocanvas/PKGBUILD index 143df9b60..d35ab3d7e 100644 --- a/community/goocanvas/PKGBUILD +++ b/community/goocanvas/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 72991 2012-06-26 19:38:49Z spupykin $ +# $Id: PKGBUILD 99781 2013-10-30 23:40:49Z allan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="A cairo canvas widget for GTK+" arch=(i686 x86_64) url="http://live.gnome.org/GooCanvas" -options=('!libtool' 'docs') +options=('docs') license=("LGPL") depends=('gtk3') makedepends=('gobject-introspection' 'python-gobject2') |