diff options
author | root <root@rshg054.dnsready.net> | 2013-10-15 01:03:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-15 01:03:16 -0700 |
commit | 5d8af7c82b707f4cbda87bb0538fef84daf3791b (patch) | |
tree | 9db9400005dcee2e2ca264794e32c22efc39a3ac /community/gnote | |
parent | d053938d834e74b0c881c12a5cb240ad4bab0d9b (diff) |
Tue Oct 15 01:02:49 PDT 2013
Diffstat (limited to 'community/gnote')
-rw-r--r-- | community/gnote/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gnote/PKGBUILD b/community/gnote/PKGBUILD index f16796299..5e52e14f1 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 98581 2013-10-14 09:58:10Z ioni $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: uastasi <uastasi@archlinux.us> pkgname=gnote -pkgver=3.8.1 +pkgver=3.10.0 pkgrel=1 pkgdesc="A note taking application." arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ 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=('10dedfde2f7748f67eda4f334505c7e8ff2b86286d2c9feb3c43e7261684b71b') build() { cd $pkgname-$pkgver |