diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-22 13:47:48 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-22 13:47:48 +0200 |
commit | 287cbaf608ace8e8317083ad957a4cb5c3c58dd9 (patch) | |
tree | f685fe175f487dda450e70fccb125ad0aa5a671e /community/vym | |
parent | dcb73722d5cac1feef0018aacec43106dcb0fa77 (diff) | |
parent | fb930f28bff4a4b4b37444e3f570904d6db3d06e (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/motion/PKGBUILD
community-testing/tor/PKGBUILD
community/icecast/PKGBUILD
libre/hplip-libre/PKGBUILD
libre/virtualbox-modules/PKGBUILD
Diffstat (limited to 'community/vym')
-rw-r--r-- | community/vym/PKGBUILD | 6 | ||||
-rw-r--r-- | community/vym/vym.changelog | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/community/vym/PKGBUILD b/community/vym/PKGBUILD index ac2b0efc7..f6cbee184 100644 --- a/community/vym/PKGBUILD +++ b/community/vym/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 70394 2012-05-05 13:56:05Z jlichtblau $ +# $Id: PKGBUILD 72708 2012-06-20 18:18:28Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Contributor: S�ren Holm <sgh@sgh.dk> pkgname=vym -pkgver=2.0.12 +pkgver=2.2.0 pkgrel=1 pkgdesc="A mindmapping tool" arch=('i686' 'x86_64' 'mips64el') @@ -16,7 +16,7 @@ changelog=$pkgname.changelog install=$pkgname.install source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 \ $pkgname.desktop) -sha256sums=('6557ce134506f6654767c63e4a7aedbd9acc4c6f02e38cdb6041fa4ca51ca06c' +sha256sums=('98ebf4f134a8e3ea0de8ce5853177edcdbef76a11a1156268fc167d2da40c6d1' 'e299c69c213e7aac3f5b5d0ab088132b4ec7cb63a391f272e75ed64f049d541b') build() { diff --git a/community/vym/vym.changelog b/community/vym/vym.changelog index 6035624df..dcf26d8f4 100644 --- a/community/vym/vym.changelog +++ b/community/vym/vym.changelog @@ -1,3 +1,6 @@ +2012-06-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * vym 2.2.0-1 + 2012-05-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * vym 2.0.12-1 |