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

Tobias Powalowski tpowa at archlinux.org
Sat Jan 8 12:01:40 UTC 2011


    Date: Saturday, January 8, 2011 @ 07:01:40
  Author: tpowa
Revision: 105372

upgpkg: kradio 4.0.2-1
bump to latest version

Modified:
  kradio/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-08 11:31:38 UTC (rev 105371)
+++ PKGBUILD	2011-01-08 12:01:40 UTC (rev 105372)
@@ -2,8 +2,8 @@
 # Maintainer : Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kradio
-pkgver=4.0.1
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 pkgdesc="KRadio is a comfortable KDE radio application"
@@ -18,7 +18,11 @@
   mkdir build
   cd build
   cmake ../${pkgname}4-$pkgver -DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make || return 1
+  make
+}
+
+package() {
+  cd $srcdir/build
   make DESTDIR=$startdir/pkg install
 }
-md5sums=('de7a02b77ae5d960b273f125b17b83bc')
+md5sums=('18fea3e2bc7100882075187c6a89f7bd')




More information about the arch-commits mailing list