diff options
Diffstat (limited to 'community/gnote/PKGBUILD')
-rw-r--r-- | community/gnote/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/gnote/PKGBUILD b/community/gnote/PKGBUILD index 80c9ff5ab..67cb1e140 100644 --- a/community/gnote/PKGBUILD +++ b/community/gnote/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 90444 2013-05-12 12:57:54Z heftig $ +# $Id: PKGBUILD 100334 2013-11-02 11:34:59Z ioni $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: uastasi <uastasi@archlinux.us> pkgname=gnote -pkgver=3.8.1 +pkgver=3.10.1 pkgrel=1 pkgdesc="A note taking application." arch=('i686' 'x86_64' 'mips64el') @@ -10,10 +10,9 @@ 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=('35bb4c5c0fd94bb3e8e5b91dcfff7e376408dd95fb2468ce9e248f6738d036aa') +sha256sums=('8466343c43cb5fb223a7abfe43e6e963f64403f96a3c823f5a37474e83d5e1a0') build() { cd $pkgname-$pkgver |