diff options
author | root <root@rshg054.dnsready.net> | 2012-12-07 02:09:50 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-07 02:09:50 -0800 |
commit | 7de07e40e2c0c078a35c5092e1f2defb65d1741e (patch) | |
tree | bc791b3c1aca7238f6f5e6761930657526005eac /community/calcurse | |
parent | 3f0c4efbf72adbd091565fcc39ad1d09c92be5d0 (diff) |
Fri Dec 7 02:06:33 PST 2012
Diffstat (limited to 'community/calcurse')
-rw-r--r-- | community/calcurse/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/calcurse/PKGBUILD b/community/calcurse/PKGBUILD index 674df679f..66f003ce4 100644 --- a/community/calcurse/PKGBUILD +++ b/community/calcurse/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 73083 2012-06-30 14:19:55Z lfleischer $ +# $Id: PKGBUILD 80897 2012-12-06 09:26:32Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Ronald van Haren <ronald.archlinux.org> # Contributor: wain <wain.at.gmx.net> pkgname=calcurse -pkgver=3.0.0 +pkgver=3.1.0 pkgrel=1 pkgdesc='A text-based personal organizer.' arch=('i686' 'x86_64') @@ -12,8 +12,9 @@ url='http://calcurse.org/' license=('BSD') depends=('ncurses') install='calcurse.install' -source=("http://calcurse.org/files/${pkgname}-${pkgver}.tar.gz") -md5sums=('3e25d04afeecd8f21e064e8b1db8f02b') +source=("http://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc}) +md5sums=('18184927a50ae288b8cbaca218633c15' + '619791500703af333b8eb22d6c60bf1e') build() { cd "${srcdir}/${pkgname}-${pkgver}" |