summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-03 15:35:06 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-03 15:35:06 +0000
commit6241d875b133be4abe7f8cd1d9db9c6f2c7a2078 (patch)
tree97882abc7c216c84524c6437a35f9be41abd0805
parent0babffb09f4618487aff8300e383fa274a50fdc3 (diff)
downloadpackages-6241d875b133be4abe7f8cd1d9db9c6f2c7a2078.tar.gz
packages-6241d875b133be4abe7f8cd1d9db9c6f2c7a2078.tar.bz2
packages-6241d875b133be4abe7f8cd1d9db9c6f2c7a2078.tar.xz
packages-6241d875b133be4abe7f8cd1d9db9c6f2c7a2078.zip
user/libktorrent: bump to 2.1.1
-rw-r--r--user/libktorrent/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/user/libktorrent/APKBUILD b/user/libktorrent/APKBUILD
index 575fca74b..c226584a7 100644
--- a/user/libktorrent/APKBUILD
+++ b/user/libktorrent/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libktorrent
-pkgver=2.1
+pkgver=2.1.1
pkgrel=0
pkgdesc="Torrent handling library for KDE"
url="https://www.kde.org/"
@@ -13,10 +13,9 @@ depends_dev="qt5-qtbase-dev karchive-dev kcrash-dev kio-dev solid-dev gmp-dev
boost-dev qca-dev libgcrypt-dev"
makedepends="cmake extra-cmake-modules $depends_dev ki18n-dev"
subpackages="$pkgname-dev $pkgname-lang"
-source="https://download.kde.org/stable/ktorrent/5.1/libktorrent-$pkgver.tar.xz"
+source="https://download.kde.org/stable/ktorrent/5.1.2/libktorrent-$pkgver.tar.xz"
build() {
- cd "$builddir"
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
@@ -32,13 +31,11 @@ build() {
}
check() {
- cd "$builddir"
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="28d7a4b8ee45ddcbadb3ca9d6e568120803081b0ecd3e9436ed721860717b98538c522653ea47975123f0819548d0cabe1973baffed887fcbbca11d84ea5ebe4 libktorrent-2.1.tar.xz"
+sha512sums="5c7f0218193cae148b03ae86a886b89d08a46200755728468ef271a6201add88eca617898d486d1823699def282d0251e26e3b28d2642f45cab966c286127d37 libktorrent-2.1.1.tar.xz"