[arch-commits] Commit in ktorrent/repos (extra-i686 extra-i686/PKGBUILD)

Hugo Doria hugo at archlinux.org
Wed Aug 13 17:29:52 UTC 2008


    Date: Wednesday, August 13, 2008 @ 13:29:52
  Author: hugo
Revision: 8610

Merged revisions 6445-8609 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/ktorrent/trunk

........
  r8609 | hugo | 2008-08-13 14:29:21 -0300 (Wed, 13 Aug 2008) | 2 lines
  
  upgpkg: ktorrent 3.1.2-1
      updated to 3.1.2
........

Modified:
  ktorrent/repos/extra-i686/	(properties)
  ktorrent/repos/extra-i686/PKGBUILD

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


Property changes on: ktorrent/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /ktorrent/trunk:1-6444
   + /ktorrent/trunk:1-8609

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-08-13 17:29:21 UTC (rev 8609)
+++ extra-i686/PKGBUILD	2008-08-13 17:29:52 UTC (rev 8610)
@@ -3,7 +3,7 @@
 # Contributor: Georg Grabler <ggrabler at gmail.com>
 
 pkgname=ktorrent
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc="A BitTorrent program for KDE"
 arch=('i686' 'x86_64')
@@ -13,15 +13,15 @@
 makedepends=('autoconf' 'perl')
 source=(http://ktorrent.org/downloads/$pkgver/${pkgname}-${pkgver}.tar.bz2)
 options=('libtool')
-md5sums=('59596d7fc3b49781d0a92a39cd913f8b')
+md5sums=('082c5fb35face3b7290044bc053411a6')
 
 build() {
-	cd $srcdir
+	cd ${srcdir}
 	mkdir build
 	cd build
 	cmake ../${pkgname}-${pkgver} \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr
 	make
-	make DESTDIR=$pkgdir install
-}
\ No newline at end of file
+	make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list