[arch-commits] Commit in ktorrent/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Mon Jun 15 05:59:01 UTC 2009
Date: Monday, June 15, 2009 @ 01:59:01
Author: ronald
Revision: 42530
upgpkg: ktorrent 3.2.2.1-1
bump 3.2.2 to latest 3.2.2-1 version
Modified:
ktorrent/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-15 05:25:43 UTC (rev 42529)
+++ PKGBUILD 2009-06-15 05:59:01 UTC (rev 42530)
@@ -4,7 +4,7 @@
# Contributor: Georg Grabler <ggrabler at gmail.com>
pkgname=ktorrent
-pkgver=3.2.2
+pkgver=3.2.2.1
pkgrel=1
pkgdesc="A BitTorrent program for KDE"
arch=('i686' 'x86_64')
@@ -14,15 +14,15 @@
# 'kdebase-runtime' is needed for some of the icons in the interface to show
makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs' 'kdebase-workspace')
# 'kdebase-workspace' is needed to enable plasmoid building
-source=(http://ktorrent.org/downloads/$pkgver/${pkgname}-${pkgver}.tar.bz2 \
+source=(http://ktorrent.org/downloads/3.2.2/${pkgname}-3.2.2-1.tar.bz2 \
httpserver.patch)
install=${pkgname}.install
options=('libtool')
-md5sums=('409fc30dcb0d72fa3a6d3c3719db4199'
+md5sums=('03750ee39d602c5093af6e0cc8ded819'
'1f25b94615b0bbfa0457c99fb20de3e6')
build() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd ${srcdir}/${pkgname}-3.2.2
# build time patch
patch -Np0 -i ${srcdir}/httpserver.patch || return 1
More information about the arch-commits
mailing list