[arch-commits] Commit in qbittorrent/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Wed Dec 4 20:03:03 UTC 2019
Date: Wednesday, December 4, 2019 @ 20:03:02
Author: eschwartz
Revision: 535252
upgpkg: qbittorrent 4.2.0-2
libtorrent-rasterbar 1.2 rebuild
FS#64733 - python is now also an optdepends for -nox
Modified:
qbittorrent/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-04 19:55:33 UTC (rev 535251)
+++ PKGBUILD 2019-12-04 20:03:02 UTC (rev 535252)
@@ -10,12 +10,13 @@
pkgbase=qbittorrent
pkgname=(qbittorrent qbittorrent-nox)
pkgver=4.2.0
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://www.qbittorrent.org"
license=('custom' 'GPL')
depends=('libtorrent-rasterbar' 'qt5-base')
makedepends=('boost' 'qt5-tools' 'qt5-svg')
+optdepends=('python: needed for torrent search tab')
source=("https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz"{,.asc})
sha256sums=('4ea210def748e6fadf81b3f5a2ad82134bd9b6bf6b17c8b28eaa0ca832e0b221'
'SKIP')
@@ -45,7 +46,6 @@
package_qbittorrent() {
pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar."
depends+=('qt5-svg' 'hicolor-icon-theme')
- optdepends=('python: needed for torrent search tab')
cd ${pkgbase}-${pkgver}/${pkgbase}
More information about the arch-commits
mailing list