diff options
Diffstat (limited to 'community/gnote/PKGBUILD')
-rw-r--r-- | community/gnote/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/gnote/PKGBUILD b/community/gnote/PKGBUILD index 5e52e14f1..3598fac69 100644 --- a/community/gnote/PKGBUILD +++ b/community/gnote/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98581 2013-10-14 09:58:10Z ioni $ +# $Id: PKGBUILD 99778 2013-10-30 23:39:42Z allan $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: uastasi <uastasi@archlinux.us> pkgname=gnote @@ -10,7 +10,6 @@ url="http://live.gnome.org/Gnote" license=('GPL3') depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 'libsecret') makedepends=('intltool' 'itstool' 'boost') -options=('!libtool') install=gnote.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) sha256sums=('10dedfde2f7748f67eda4f334505c7e8ff2b86286d2c9feb3c43e7261684b71b') |