summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorselpats2022-01-09 18:11:38 +0400
committerselpats2022-01-09 18:11:38 +0400
commit6ee2a4179ddd44f90839e4f314acb163fcc46d0f (patch)
tree5fb89dd61a2162c7915ef3d4ef67a9805ed6b259
parent093b69276d5784cd3e15c35a579ab943a39ec24c (diff)
downloadaur-6ee2a4179ddd44f90839e4f314acb163fcc46d0f.tar.gz
fix description
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a8fdfc0a22c..438ee5400c89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = qbittorrent-qt5
- pkgdesc = A bittorrent client powered by C++, Qt5 and the good libtorrent library
+ pkgdesc = An advanced BitTorrent client programmed in C++, based on Qt5 toolkit and libtorrent-rasterbar
pkgver = 4.4.0
- pkgrel = 1
- url = https://www.qbittorrent.org/
+ pkgrel = 2
+ url = https://www.qbittorrent.org
arch = x86_64
license = custom
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d7959053a262..c808d1918a6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=qbittorrent-qt5
pkgver=4.4.0
-pkgrel=1
-pkgdesc='A bittorrent client powered by C++, Qt5 and the good libtorrent library'
+pkgrel=2
+pkgdesc='An advanced BitTorrent client programmed in C++, based on Qt5 toolkit and libtorrent-rasterbar'
arch=(x86_64)
-url='https://www.qbittorrent.org/'
+url='https://www.qbittorrent.org'
license=(custom GPL)
depends=(hicolor-icon-theme libtorrent-rasterbar qt5-base qt5-svg)
makedepends=(boost cmake qt5-tools)