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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Feb 27 21:12:36 UTC 2009


    Date: Friday, February 27, 2009 @ 16:12:35
  Author: andyrtr
Revision: 28069

upgpkg: xfce4-dev-tools 4.6.0-1
    new version 4.6.0

Modified:
  xfce4-dev-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-27 21:10:57 UTC (rev 28068)
+++ PKGBUILD	2009-02-27 21:12:35 UTC (rev 28069)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
 
 pkgname=xfce4-dev-tools
-pkgver=4.5.99.1
+pkgver=4.6.0
 pkgrel=1
 pkgdesc="Xfce developer tools"
 arch=(i686 x86_64)
@@ -13,12 +13,12 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(http://mocha.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a25cc6c03ebe5144ce7236ff116bb7b0')
+md5sums=('c9587fa78e877eee858a33391d0afd62')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list