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

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


    Date: Wednesday, August 13, 2008 @ 13:29:21
  Author: hugo
Revision: 8609

upgpkg: ktorrent 3.1.2-1
    updated to 3.1.2

Modified:
  ktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-13 16:56:47 UTC (rev 8608)
+++ PKGBUILD	2008-08-13 17:29:21 UTC (rev 8609)
@@ -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