diff options
Diffstat (limited to 'community/osmo/PKGBUILD')
-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 729d57143..ac547d633 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' 'mips64el') 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') |