summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandr Savca <alexandr.savca89@gmail.com>2018-05-28 01:30:11 +0300
committerAlexandr Savca <alexandr.savca89@gmail.com>2018-05-28 01:30:11 +0300
commit036d8467ab590f2b02d401fdf00d16a617d4ddbf (patch)
treea82dc35723c095c85ce0e491efdf97e2f4cb8b46
parent747727af7a812b17c07071adde0929fe68411673 (diff)
downloadcontrib-036d8467ab590f2b02d401fdf00d16a617d4ddbf.tar.gz
contrib-036d8467ab590f2b02d401fdf00d16a617d4ddbf.tar.xz
qbittorrent: 4.1.0 -> 4.1.1
-rw-r--r--qbittorrent/.md5sum2
-rw-r--r--qbittorrent/.signature6
-rw-r--r--qbittorrent/Pkgfile9
3 files changed, 10 insertions, 7 deletions
diff --git a/qbittorrent/.md5sum b/qbittorrent/.md5sum
index a65def698..9a6e88787 100644
--- a/qbittorrent/.md5sum
+++ b/qbittorrent/.md5sum
@@ -1 +1 @@
-a026941e92505ea93c9a118be760bfc6 qbittorrent-4.1.0.tar.xz
+5ad4e5a92d319b856e2c769f3d4a9c89 release-4.1.1.tar.gz
diff --git a/qbittorrent/.signature b/qbittorrent/.signature
index 1afcd5c70..a405c3a27 100644
--- a/qbittorrent/.signature
+++ b/qbittorrent/.signature
@@ -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
diff --git a/qbittorrent/Pkgfile b/qbittorrent/Pkgfile
index c2257c51f..a819aefd2 100644
--- a/qbittorrent/Pkgfile
+++ b/qbittorrent/Pkgfile
@@ -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
}

Generated by cgit