[arch-commits] Commit in xfce4-dev-tools/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 1 16:26:08 UTC 2009


    Date: Sunday, February 1, 2009 @ 11:26:07
  Author: andyrtr
Revision: 25950

upgpkg: xfce4-dev-tools 4.5.99.1-1
    new verions 4.5.99.1(=4.6rc1)

Modified:
  xfce4-dev-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-01 16:23:06 UTC (rev 25949)
+++ PKGBUILD	2009-02-01 16:26:07 UTC (rev 25950)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
 
 pkgname=xfce4-dev-tools
-pkgver=4.4.0.1
+pkgver=4.5.99.1
 pkgrel=1
 pkgdesc="Xfce developer tools"
 arch=(i686 x86_64)
@@ -12,12 +12,12 @@
 depends=('gtk-doc' 'automake' 'make' 'intltool')
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(http://mocha.xfce.org/archive/xfce-4.4.2/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7d09d161efc7ef86b3b48791d98c8ae8')
+source=(http://mocha.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('a25cc6c03ebe5144ce7236ff116bb7b0')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install




More information about the arch-commits mailing list