Date: Thursday, October 23, 2014 @ 08:59:52
  Author: bpiotrowski
Revision: 121263

upgpkg: lxappearance 0.6.0-1

new upstream release

Modified:
  lxappearance/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-10-23 00:38:41 UTC (rev 121262)
+++ PKGBUILD    2014-10-23 06:59:52 UTC (rev 121263)
@@ -1,10 +1,10 @@
 #$Id$
 # Maintainer:  Bartłomiej Piotrowski <[email protected]>
-# Contributor: Angel Velasquez <[email protected]>  
+# Contributor: Angel Velasquez <[email protected]>
 # Contributor: Geoffroy Carrier <[email protected]>
 
 pkgname=lxappearance
-pkgver=0.5.6
+pkgver=0.6.0
 pkgrel=1
 pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
 arch=('i686' 'x86_64')
@@ -14,16 +14,15 @@
 depends=('gtk2' 'dbus-glib')
 makedepends=('intltool')
 
source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('90bed417817a42b24af368f85cb5fc58')
+md5sums=('20effaef8d943a70533b3663333b468c')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --sysconfdir=/etc --prefix=/usr \
     --enable-dbus
-  make 
+  make
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install 
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
 }

Reply via email to