diff --git a/qbittorrent/PKGBUILD b/qbittorrent/PKGBUILD index c6270e898..54944a6f8 100644 --- a/qbittorrent/PKGBUILD +++ b/qbittorrent/PKGBUILD @@ -1,5 +1,5 @@ pkgname=qbittorrent -pkgver=4.1.4 +pkgver=4.1.5 pkgrel=1 pkgdesc="A bittorrent client written in C++ / Qt using the good libtorrent library" arch=('x86_64') @@ -9,7 +9,7 @@ depends=('qt5-base' 'qt5-svg' 'hicolor-icon-theme' 'libtorrent-rasterbar' 'xdg-u makedepends=('boost' 'geoip' 'qt5-tools') categories=('network') source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('5f7b4c5ae891ce7fbab880ff322764a0d433fccf655164f6b98ef08f1ae52386') +sha256sums=('866e07c7886dea62cf0d7dc9a68d9aee1931cd18483b418298b2b072c9afd62a') build() { cd ${srcdir}/${pkgname}-${pkgver}