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

Andrea Scarpino andrea at archlinux.org
Mon May 2 07:24:22 UTC 2011


    Date: Monday, May 2, 2011 @ 03:24:22
  Author: andrea
Revision: 122107

upgpkg: libktorrent 1.1.1-1
upstream release

Modified:
  libktorrent/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-02 07:10:50 UTC (rev 122106)
+++ PKGBUILD	2011-05-02 07:24:22 UTC (rev 122107)
@@ -3,20 +3,20 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=libktorrent
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
-pkgdesc="A BitTorrent library based on KDE Platform"
+pkgdesc="A BitTorrent protocol implementation"
 arch=('i686' 'x86_64')
 url="http://ktorrent.org"
 license=('GPL2')
 depends=('kdelibs')
 makedepends=('automoc4' 'cmake' 'boost')
-source=("http://ktorrent.org/downloads/4.1.0/${pkgname}-${pkgver}.tar.bz2")
+source=("http://ktorrent.org/downloads/4.1.1/${pkgname}-${pkgver}.tar.bz2")
 options=('libtool')
-md5sums=('76d3e58bbf2e4df7e97421e06ebf8fb8')
+md5sums=('96de8dd6d6cea4255ce946bb4cd69836')
 
 build() {
-  cd ${srcdir}
+  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -26,6 +26,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list