[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Mon Jan 2 10:04:53 UTC 2012


    Date: Monday, January 2, 2012 @ 05:04:53
  Author: ibiru
Revision: 145812

db 5.3.15 rebuild

Modified:
  evolution-data-server/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-02 01:45:52 UTC (rev 145811)
+++ PKGBUILD	2012-01-02 10:04:53 UTC (rev 145812)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Centralized access to appointments and contacts"
 arch=('i686' 'x86_64')
 depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 'db' 'libgdata')
@@ -11,11 +11,11 @@
 options=('!libtool')
 url="http://www.gnome.org"
 license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
 sha256sums=('2a129b4c9412b8b855ce28bd682e522b3af0309e407f9d900f1d48be649bc76a')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --with-openldap=yes \
       --libexecdir=/usr/lib/evolution-data-server \
@@ -26,6 +26,6 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list