diff options
author | root <root@rshg054.dnsready.net> | 2012-02-12 23:15:07 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-12 23:15:07 +0000 |
commit | 0020cc650ff973f269f23332e82fc097254d0adc (patch) | |
tree | 4eb4ed0d80064cbc09ee64ac2f9a4dc53ef2fb89 /community/remind | |
parent | cfceb92e73d7f6a32494f0ba258b98748af43f34 (diff) |
Sun Feb 12 23:15:07 UTC 2012
Diffstat (limited to 'community/remind')
-rw-r--r-- | community/remind/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/remind/PKGBUILD b/community/remind/PKGBUILD index 27bb61ee9..3b98b5121 100644 --- a/community/remind/PKGBUILD +++ b/community/remind/PKGBUILD @@ -4,16 +4,17 @@ # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=remind -pkgver=3.01.10 -pkgrel=2 -pkgdesc='A sophisticated calendar and alarm progam.' +pkgver=3.01.12 +pkgrel=1 +pkgdesc='A sophisticated calendar and alarm program.' arch=('i686' 'x86_64') url='http://www.roaringpenguin.com/penguin/open_source_remind.php' license=('GPL') depends=('tk' 'tcllib') -source=("http://www.roaringpenguin.com/files/download/${pkgname}-0${pkgver}.tar.gz") +source=("http://www.roaringpenguin.com/files/download/${pkgname}-0${pkgver}.tar.gz"{,.sig}) options=('!emptydirs') -md5sums=('f6f7829d3ac92e0d6d463c59b5e6ce3f') +md5sums=('de16cbfc3ee94defcb1abdf78b2ebcd1' + '4be6e58ad5117fe2299489b01db45d48') build() { cd "${pkgname}-0${pkgver}" |