summaryrefslogtreecommitdiff
path: root/extra/orage
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-04 11:57:36 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-04 11:57:36 +0100
commit0faf579c24046ce4256b76c0cedf751c3ef024a2 (patch)
treeb34add6ffaf593bb556a93ac0fad20eda4204606 /extra/orage
parent415b1b011936d464fe3042233910d0ac14a8d858 (diff)
parentde078a89b9e3a45b6b2e3f0c9d866962e5125ba3 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/amsn/PKGBUILD community/luakit/PKGBUILD testing/feh/PKGBUILD testing/gimp/PKGBUILD testing/libpng/PKGBUILD testing/libwebkit/PKGBUILD testing/php/PKGBUILD testing/vlc/PKGBUILD
Diffstat (limited to 'extra/orage')
-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
}