diff options
author | root <root@rshg054.dnsready.net> | 2012-03-15 00:01:19 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-15 00:01:19 +0000 |
commit | 14635ca5380a480450a66c3fcc29992d29a2bd8e (patch) | |
tree | a2f8e712c9e15b829397666c06d1cdd1a877d8a6 /community/osmo | |
parent | 01a0c4bc740842efa3bf1a7e1d6c8be5656e4e2a (diff) |
Thu Mar 15 00:01:19 UTC 2012
Diffstat (limited to 'community/osmo')
-rw-r--r-- | community/osmo/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/osmo/PKGBUILD b/community/osmo/PKGBUILD index 85cd6cf49..9f84f2a8a 100644 --- a/community/osmo/PKGBUILD +++ b/community/osmo/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 41472 2011-03-06 22:23:29Z heftig $ +# $Id: PKGBUILD 67694 2012-03-14 00:29:40Z giovanni $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> # Contributor: Benzo <mb_benzo@yahoo.es> pkgname=osmo pkgver=0.2.10 -pkgrel=5 +pkgrel=6 pkgdesc="A handy personal organizer" arch=('i686' 'x86_64') url="http://clayo.org/osmo/" @@ -14,8 +14,8 @@ depends=('gtk2>=2.12' 'gtkspell' 'hicolor-icon-theme' 'libical' 'libnotify' 'li makedepends=('pkgconfig' 'libtar') optdepends=('sox: to play sounds') install=$pkgname.install -source=(http://downloads.sourceforge.net/osmo-pim/$pkgname-$pkgver.tar.gz - osmo-0.2.10-libnotify-0.7.patch) +source=("http://downloads.sourceforge.net/osmo-pim/$pkgname-$pkgver.tar.gz" + 'osmo-0.2.10-libnotify-0.7.patch') md5sums=('a774db748228efee96186158d553ade9' '0b146a548f2d3208dc88e6501a8f3448') |