diff options
author | root <root@rshg054.dnsready.net> | 2013-02-25 00:05:01 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-25 00:05:01 -0800 |
commit | 7fdd408bcb7558171b6a91530226a8b910ec906a (patch) | |
tree | 87f874d69f830d717250b1dea9f376f3a705a51e /extra/orage | |
parent | 90f97c6f30af5c30599fab0b6d6c1f474ad15fe0 (diff) |
Mon Feb 25 00:04:58 PST 2013
Diffstat (limited to 'extra/orage')
-rw-r--r-- | extra/orage/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/orage/PKGBUILD b/extra/orage/PKGBUILD index e1141092d..f79cf5e75 100644 --- a/extra/orage/PKGBUILD +++ b/extra/orage/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 157825 2012-04-30 04:19:42Z foutrelis $ +# $Id: PKGBUILD 178517 2013-02-24 22:19:59Z eric $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tobias Kieslich <tobias (at) archlinux.org> pkgname=orage -pkgver=4.8.3 -pkgrel=2 +pkgver=4.8.4 +pkgrel=1 pkgdesc="A simple calendar application with reminders for Xfce" arch=('i686' 'x86_64') license=('GPL2') @@ -16,7 +16,7 @@ options=('!libtool') replaces=('xfcalendar') install=${pkgname}.install source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('f4f89ea1f301514c419e7643661b510132ebb012') +sha1sums=('8b9facb0393385e4d639dd6a886c216729672958') build() { cd "${srcdir}/${pkgname}-${pkgver}" |