summaryrefslogtreecommitdiff
path: root/extra/orage/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/orage/PKGBUILD')
-rw-r--r--extra/orage/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/orage/PKGBUILD b/extra/orage/PKGBUILD
index dd599f8d4..8943b8cee 100644
--- a/extra/orage/PKGBUILD
+++ b/extra/orage/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 138200 2011-09-18 14:48:57Z andyrtr $
+# $Id: PKGBUILD 148476 2012-02-02 05:16:18Z eric $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
pkgname=orage
-pkgver=4.8.2
+pkgver=4.8.3
pkgrel=1
pkgdesc="A simple calendar application with reminders for Xfce"
arch=('i686' 'x86_64' 'mips64el')
@@ -15,11 +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)
-md5sums=('950397c716c31e1aa5db83d35ddf6047')
+source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f4f89ea1f301514c419e7643661b510132ebb012')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
@@ -31,6 +31,6 @@ build() {
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make -j1 DESTDIR=${pkgdir} install
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make -j1 DESTDIR="${pkgdir}" install
}