diff options
Diffstat (limited to 'user/ktorrent/APKBUILD')
-rw-r--r-- | user/ktorrent/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/user/ktorrent/APKBUILD b/user/ktorrent/APKBUILD index 610907026..f239a08a3 100644 --- a/user/ktorrent/APKBUILD +++ b/user/ktorrent/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=ktorrent pkgver=5.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="BitTorrent client by KDE" url="https://www.kde.org/applications/internet/ktorrent/" arch="all" @@ -15,9 +15,10 @@ makedepends="cmake extra-cmake-modules qt5-qtbase-dev qt5-qtscript-dev kio-dev kcmutils-dev kparts-dev kservice-dev solid-dev kwidgetsaddons-dev kwindowsystem-dev kxmlgui-dev libktorrent-dev taglib-dev kplotting-dev kdnssd-dev plasma-workspace-dev" -install="" subpackages="$pkgname-doc $pkgname-lang" -source="https://download.kde.org/stable/ktorrent/5.1/ktorrent-$pkgver.tar.xz" +source="https://download.kde.org/stable/ktorrent/5.1/ktorrent-$pkgver.tar.xz + qtimer.patch + " build() { cd "$builddir" @@ -45,4 +46,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="7bfe3a04a2b0f62d68b41c946af34e9f6ead6aa4ff7818a9c0ce2e83629d311e9e9be5fb1689065ce2601c43bd576b27d8c6946b845d4cdf5fa6362d53e8dd25 ktorrent-5.1.0.tar.xz" +sha512sums="7bfe3a04a2b0f62d68b41c946af34e9f6ead6aa4ff7818a9c0ce2e83629d311e9e9be5fb1689065ce2601c43bd576b27d8c6946b845d4cdf5fa6362d53e8dd25 ktorrent-5.1.0.tar.xz +94972e958b44850686d6853090bb0ba7b709b68f5b3c8715c42c1cab602ce2b22710fc120bad4a1cc824fc6de9e9aedc94f5bb8b9f9d31170d24adaefabdce28 qtimer.patch" |