git » ktorrent.git » commit e75a7b1

ktorrent 23.08.5

author Urja (ARMLFS builder)
2024-06-19 07:31:04 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:31:04 UTC
parent 70a1e857a8918b5dd4ef7db4c52264683d9e40dd

ktorrent 23.08.5

.gitignore +2 -0
PKGBUILD +3 -3

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index dad96cc..1918434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgname=ktorrent
 pkgver=23.08.5
 pkgrel=1
 pkgdesc='A powerful BitTorrent client for KDE'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://apps.kde.org/ktorrent/'
 license=(GPL2)
-depends=(libktorrent kcmutils5 knotifyconfig5 kparts5 phonon-qt5 qt5-webengine)
-makedepends=(extra-cmake-modules kdoctools5 boost plasma-workspace kdnssd5 taglib syndication5 kplotting5 geoip)
+depends=(libktorrent kcmutils knotifyconfig kparts phonon-qt5 qt5-webengine)
+makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd taglib syndication kplotting geoip)
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd5: zeroconf plugin' 'taglib: mediaplayer plugin' 'geoip: info widget plugin'
             'syndication5: syndication plugin' 'kplotting5: statistics plugin')
 groups=(kde-applications kde-network)