summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)