summaryrefslogtreecommitdiff
path: root/community/calcurse
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-17 19:04:50 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-17 19:04:50 +0100
commit3d22f733b8dc59e91161978ea9e60ebf7551aa98 (patch)
tree60785ea7c4c6c6f93eb49c0ac7e45feecb852172 /community/calcurse
parent0e419b3bf8abe456c265cc1cd395129f50dde6f9 (diff)
parentbfa298276aad0011c7ac64738d521600e76c3628 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/luajit/PKGBUILD extra/sqlite/PKGBUILD extra/xorg-server/PKGBUILD
Diffstat (limited to 'community/calcurse')
-rw-r--r--community/calcurse/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/calcurse/PKGBUILD b/community/calcurse/PKGBUILD
index efeb56809..be65222f7 100644
--- a/community/calcurse/PKGBUILD
+++ b/community/calcurse/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 80897 2012-12-06 09:26:32Z lfleischer $
+# $Id: PKGBUILD 81291 2012-12-16 10:48:59Z 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.1.0
+pkgver=3.1.2
pkgrel=1
pkgdesc='A text-based personal organizer.'
arch=('i686' 'x86_64' 'mips64el')
@@ -13,8 +13,8 @@ license=('BSD')
depends=('ncurses')
install='calcurse.install'
source=("http://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('18184927a50ae288b8cbaca218633c15'
- '619791500703af333b8eb22d6c60bf1e')
+md5sums=('9ad32bd0efa9c8ed1e1d7df49aef5663'
+ '484c86e82252d39917d00fe4f80d807f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -27,4 +27,3 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
-