diff options
Diffstat (limited to 'community/remind/PKGBUILD')
-rw-r--r-- | community/remind/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/remind/PKGBUILD b/community/remind/PKGBUILD index 54ee3ba5d..67eac4915 100644 --- a/community/remind/PKGBUILD +++ b/community/remind/PKGBUILD @@ -5,12 +5,14 @@ pkgname=remind pkgver=3.01.13 -pkgrel=1 +pkgrel=2 pkgdesc='A sophisticated calendar and alarm program.' arch=('i686' 'x86_64' 'mips64el') url='http://www.roaringpenguin.com/penguin/open_source_remind.php' license=('GPL') -depends=('tk' 'tcllib') +optdepends=('tk: for tkremind' + 'tcllib: for tkremind' + 'tcl: for cm2rem.tcl') source=("http://www.roaringpenguin.com/files/download/${pkgname}-0${pkgver}.tar.gz"{,.sig}) options=('!emptydirs') md5sums=('9b746d257eccd5961d61c649cf48305c' |