diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-13 10:43:29 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-13 10:43:29 +0200 |
commit | 435c057e31699c734b0aabb46c2d9a4f647f1367 (patch) | |
tree | ef2aff16463c36475e3e39c59f27a4c4fa94303c /community/gnote/PKGBUILD | |
parent | 4e93709c6f760c133cf59fe25e8a3b81e6326d0f (diff) | |
parent | 66cb4a487ad73063c6b000279a5d5558fb7603f5 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/espeakup/PKGBUILD
community/lxnm/PKGBUILD
community/notmuch/PKGBUILD
community/pidgin-lwqq/PKGBUILD
community/python2-numexpr/PKGBUILD
core/systemd/PKGBUILD
extra/evolution-data-server/PKGBUILD
extra/fakechroot/PKGBUILD
extra/fsarchiver/PKGBUILD
extra/gifsicle/PKGBUILD
extra/i8kutils/PKGBUILD
extra/msmtp/PKGBUILD
extra/xfce4-power-manager/PKGBUILD
Diffstat (limited to 'community/gnote/PKGBUILD')
-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 66fb6f91d..80c9ff5ab 100644 --- a/community/gnote/PKGBUILD +++ b/community/gnote/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 88699 2013-04-21 22:24:06Z heftig $ +# $Id: PKGBUILD 90444 2013-05-12 12:57:54Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: uastasi <uastasi@archlinux.us> pkgname=gnote -pkgver=3.8.0 +pkgver=3.8.1 pkgrel=1 pkgdesc="A note taking application." arch=('i686' 'x86_64' 'mips64el') @@ -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=('603e2cc8782f910a5b4fdfd3588d955d59f0f4ddcd5685d1f2feadb955e0e9e6') +sha256sums=('35bb4c5c0fd94bb3e8e5b91dcfff7e376408dd95fb2468ce9e248f6738d036aa') build() { cd $pkgname-$pkgver |