qbittorrent: 4.1.0 -> 4.1.1

This commit is contained in:
Alexandr Savca 2018-05-28 01:30:11 +03:00
parent 747727af7a
commit 036d8467ab
3 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
a026941e92505ea93c9a118be760bfc6 qbittorrent-4.1.0.tar.xz
5ad4e5a92d319b856e2c769f3d4a9c89 release-4.1.1.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33KqbfKAvNW57jnRpwOT2agX7/URxpr+ylhH/qlb1D9zRLipNc+47/Y7Lhe6j6Dl+laT9M+f2gvLMmFMWkDIIg0=
SHA256 (Pkgfile) = facc98e40f7b09e1f92fed88fc58de518492cf43a696e6bc2f9e74e1e808df2e
RWSagIOpLGJF36PFfm0ZbbKfWAvzumNGQoxiDTITtqafThDVaUHhG2soSRODoArJ9bCuaPWthLwraMpSkpQlhHVliYnPYZy2ygw=
SHA256 (Pkgfile) = b99ae9869c455f46f68acfed26161c6279ea402ad36b6f228d2507d7c9de5477
SHA256 (.footprint) = 67600103eca5c7792f640290ff5ac6f6acc102da3ec236099324fc684824d65e
SHA256 (qbittorrent-4.1.0.tar.xz) = fc9684b6246f1597fecf19a2d9bb64ec7618a87a7427b37410a487c13439b939
SHA256 (release-4.1.1.tar.gz) = c12d11ebd1127b2493cfc623cc7f2ecd7cb2fd15f27a091383767d4c9b04a2d1

View File

@ -4,15 +4,18 @@
# Depends on: qt5 libtorrent-rasterbar xdg-utils
name=qbittorrent
version=4.1.0
version=4.1.1
release=1
source=(http://sourceforge.net/projects/qbittorrent/files/${name}/${name}-${version}/${name}-${version}.tar.xz)
source=(https://github.com/${name}/qBittorrent/archive/release-${version}.tar.gz)
build() {
cd qbittorrent-${version}
cd qBittorrent-release-${version}
./configure --prefix=/usr
make
make INSTALL_ROOT=${PKG} install
# remove group write permissions
find ${PKG} -type f -a -perm -g+w | xargs chmod g-w
}