[arch-commits] Commit in xfwm4-themes/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Feb 27 20:44:24 UTC 2009


    Date: Friday, February 27, 2009 @ 15:44:24
  Author: andyrtr
Revision: 28063

upgpkg: xfwm4-themes 4.6.0-1
    new version 4.6.0

Modified:
  xfwm4-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-27 20:42:09 UTC (rev 28062)
+++ PKGBUILD	2009-02-27 20:44:24 UTC (rev 28063)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
 
 pkgname=xfwm4-themes
-pkgver=4.5.99.1
+pkgver=4.6.0
 pkgrel=1
 pkgdesc="A set of additionnal themes for the Xfce window manager"
 arch=(i686 x86_64)
@@ -13,12 +13,12 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('91fc3d42f7af94944ee1b64efaaf2b7b')
+md5sums=('4dc5cb29cbd40e3b9dece12a85e20854')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list