summaryrefslogtreecommitdiff
path: root/user/ktorrent
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-03 15:38:47 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-03 15:38:47 +0000
commite74d885057f5b3adbe431d855daa1dcbebaaae59 (patch)
tree9ac3088ad3153fca6c4c6ca905b3f7c3b92311e1 /user/ktorrent
parent6241d875b133be4abe7f8cd1d9db9c6f2c7a2078 (diff)
downloadpackages-e74d885057f5b3adbe431d855daa1dcbebaaae59.tar.gz
packages-e74d885057f5b3adbe431d855daa1dcbebaaae59.tar.bz2
packages-e74d885057f5b3adbe431d855daa1dcbebaaae59.tar.xz
packages-e74d885057f5b3adbe431d855daa1dcbebaaae59.zip
user/ktorrent: bump to 5.1.2
Diffstat (limited to 'user/ktorrent')
-rw-r--r--user/ktorrent/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/user/ktorrent/APKBUILD b/user/ktorrent/APKBUILD
index 0f816ab37..0a5a81798 100644
--- a/user/ktorrent/APKBUILD
+++ b/user/ktorrent/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=ktorrent
-pkgver=5.1.1
+pkgver=5.1.2
pkgrel=0
pkgdesc="BitTorrent client by KDE"
url="https://www.kde.org/applications/internet/ktorrent/"
@@ -19,7 +19,6 @@ subpackages="$pkgname-doc $pkgname-lang"
source="https://download.kde.org/stable/ktorrent/$pkgver/ktorrent-$pkgver.tar.xz"
build() {
- cd "$builddir"
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
@@ -35,13 +34,11 @@ build() {
}
check() {
- cd "$builddir"
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="bbe744853018380e30efc6ef95916a9b6f0ebec812d70d7970e5e7183d860d147b0693dd0107b146a5987aa27f30cd335fad73c8967839d53eee1c5b63a53c06 ktorrent-5.1.1.tar.xz"
+sha512sums="b62d05650216721299dc9db23da1a2d6ae5d3b77583ad4bd99ac032d7b135cce567feff3b66d27ac001d77e30517112e4e8c8bf8e83c1106a79509ec45498621 ktorrent-5.1.2.tar.xz"