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

Eric Bélanger eric at archlinux.org
Tue Aug 7 18:55:44 UTC 2012


    Date: Tuesday, August 7, 2012 @ 14:55:43
  Author: eric
Revision: 164980

upgpkg: kradio 4.0.5-1

Upstream update, Add boost makedepends

Modified:
  kradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-07 18:12:21 UTC (rev 164979)
+++ PKGBUILD	2012-08-07 18:55:43 UTC (rev 164980)
@@ -3,18 +3,18 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kradio
-pkgver=4.0.4
-pkgrel=2
+pkgver=4.0.5
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 pkgdesc="A comfortable KDE internet and AM/FM radio application"
 url="http://kradio.sourceforge.net/"
 depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
-makedepends=('automoc4' 'cmake')
+makedepends=('automoc4' 'cmake' 'boost')
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/$pkgname/kradio4-$pkgver.tar.bz2"{,.asc})
-md5sums=('4b5495a4f1dda21f7201bc8db0d4f95e'
-         '51c6d4ec0047d2df595b458bde285012')
+md5sums=('d2ce6b9c12e66c8cdb300013aa0cb26a'
+         '3faef5c46547b14804839f367fd09d29')
 
 build() {
   cd "$srcdir"




More information about the arch-commits mailing list