mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 10:17:15 +08:00
libktorrent version up
This commit is contained in:
parent
0fc102020f
commit
390101b625
@ -5,9 +5,9 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=libktorrent
|
||||
pkgver=1.0.1
|
||||
pkgver=1.0.2
|
||||
pkgrel=1
|
||||
ktorver=4.0.1
|
||||
ktorver=4.0.2
|
||||
pkgdesc="A BitTorrent program for KDE"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://ktorrent.org"
|
||||
@ -16,10 +16,10 @@ depends=('kdelibs')
|
||||
makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs' 'kdebase-workspace')
|
||||
source=(http://ktorrent.org/downloads/${ktorver}/libktorrent-${pkgver}.tar.bz2)
|
||||
options=('libtool')
|
||||
md5sums=('c123f1467b6c7dcd55ab44b37e3911a4')
|
||||
md5sums=('1d2a056de32db4c9e3224eac517f26bd')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/libktorrent-1.0.1
|
||||
cd ${srcdir}/libktorrent-1.0.2
|
||||
|
||||
cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
|
||||
make || return 1
|
||||
|
Loading…
Reference in New Issue
Block a user