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

Andrea Scarpino andrea at archlinux.org
Sat Jul 17 09:11:44 UTC 2010


    Date: Saturday, July 17, 2010 @ 05:11:43
  Author: andrea
Revision: 85660

upgpkg: yakuake 2.9.7-1
upstream release

Modified:
  yakuake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-17 07:27:36 UTC (rev 85659)
+++ PKGBUILD	2010-07-17 09:11:43 UTC (rev 85660)
@@ -4,8 +4,8 @@
 # Contributor: leeghoofd <abcdefg at solcon.nl>
 
 pkgname=yakuake
-pkgver=2.9.6
-pkgrel=2
+pkgver=2.9.7
+pkgrel=1
 pkgdesc="A KDE konsole application with the look and feel of that in the Quake engine"
 arch=('i686' 'x86_64')
 url="http://yakuake.kde.org"
@@ -13,7 +13,7 @@
 depends=('kdebase-konsole')
 makedepends=('cmake' 'automoc4')
 source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('d5cbb912596fd1b3a92fdb04fe46cee0')
+md5sums=('c5a6d1f50ab9464d62563cdb18d6afb7')
 
 build() {
   cd ${srcdir}
@@ -23,10 +23,10 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_SKIP_RPATH=ON \
     -DCMAKE_INSTALL_PREFIX=/usr
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list