summaryrefslogtreecommitdiff
path: root/extra/orage
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-19 23:14:46 +0000
committerroot <root@rshg054.dnsready.net>2011-09-19 23:14:46 +0000
commitdf65be2b18070d63ffd056e8563279e4646bee9a (patch)
treedb83bf14cc793eaa739a4c65f7af96583cc56576 /extra/orage
parentf57b139ded4e8c4b10555985513b3f9a70a70e12 (diff)
Mon Sep 19 23:14:46 UTC 2011
Diffstat (limited to 'extra/orage')
-rw-r--r--extra/orage/PKGBUILD13
-rw-r--r--extra/orage/orage.install2
2 files changed, 6 insertions, 9 deletions
diff --git a/extra/orage/PKGBUILD b/extra/orage/PKGBUILD
index 3201d2df2..a5914f3d1 100644
--- a/extra/orage/PKGBUILD
+++ b/extra/orage/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 127986 2011-06-20 15:42:51Z andyrtr $
+# $Id: PKGBUILD 138200 2011-09-18 14:48:57Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
pkgname=orage
-pkgver=4.8.1
-pkgrel=3
+pkgver=4.8.2
+pkgrel=1
pkgdesc="A simple calendar application with reminders for Xfce"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -15,14 +15,11 @@ makedepends=('intltool' 'xfce4-dev-tools' 'popt')
options=('!libtool')
replaces=('xfcalendar')
install=${pkgname}.install
-source=(http://archive.xfce.org/src/apps/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2
- fix-infinite-reminder.patch)
-md5sums=('9c1139ce03e9f309240e712cf31b6a49'
- '162a6b2c97b8dff9ed180a2796aa35af')
+source=(http://archive.xfce.org/src/apps/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('950397c716c31e1aa5db83d35ddf6047')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- patch -Np1 -i $srcdir/fix-infinite-reminder.patch
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
diff --git a/extra/orage/orage.install b/extra/orage/orage.install
index 236856c64..bce670aff 100644
--- a/extra/orage/orage.install
+++ b/extra/orage/orage.install
@@ -8,5 +8,5 @@ post_upgrade() {
}
post_remove() {
- post:install
+ post_install
}