[arch-commits] Commit in qbittorrent/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon May 23 21:14:25 UTC 2022


    Date: Monday, May 23, 2022 @ 21:14:25
  Author: arojas
Revision: 1210144

Update to 4.4.3

Modified:
  qbittorrent/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-23 20:46:37 UTC (rev 1210143)
+++ PKGBUILD	2022-05-23 21:14:25 UTC (rev 1210144)
@@ -17,15 +17,13 @@
 depends=(libtorrent-rasterbar qt6-base)
 makedepends=(cmake boost qt6-tools qt6-svg)
 optdepends=('python: needed for torrent search tab')
-source=(https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz{,.asc} patch)
+source=(https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz{,.asc})
 sha256sums=('e2744b3df486bea69bfb8f81f56da9d660dd0785cf521fd58952d80a1edc7368'
-            'SKIP'
-            '5b0fdb7ff725ee74fa3a8e7ad395f925797b21991d50c9fbc6a597c45b80f800')
+            'SKIP')
 validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 <sledgehammer999 at qbittorrent.org>
 options=(debug)
 
 build() {
-  patch -d $pkgbase-$pkgver -p1 < patch
   cmake -B build -S $pkgbase-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DQT6=ON



More information about the arch-commits mailing list