summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViliam Pucik2017-06-02 21:47:01 +0200
committerViliam Pucik2017-06-02 21:47:01 +0200
commit6abb88fa21ac651c5cd3cceec6ed6f0a946c452c (patch)
tree4ef948c96591a7d3df04432433b45176a87c8050
parent5cee61a587adc1e0e0625be7994005d3550c9374 (diff)
downloadaur-6abb88fa21ac651c5cd3cceec6ed6f0a946c452c.tar.gz
Update to 3.3.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dbeeb310777..28ca70238ecc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = qbittorrent-qt4
pkgdesc = A bittorrent client written in C++ / Qt4 using the good libtorrent library
- pkgver = 3.3.12
+ pkgver = 3.3.13
pkgrel = 1
- url = http://www.qbittorrent.org
+ url = https://www.qbittorrent.org
install = qbittorrent-qt4.install
arch = i686
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = qbittorrent-qt4
depends = xdg-utils
optdepends = python: needed for torrent search tab
conflicts = qbittorrent
- source = http://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-3.3.12.tar.xz
- md5sums = 2537a5afa16e2b9b86e88412dc59f7fb
+ source = https://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-3.3.13.tar.xz
+ md5sums = 4a61d9d3703b4bdbb7d9e8126a6cd5a8
pkgname = qbittorrent-qt4
diff --git a/PKGBUILD b/PKGBUILD
index 34cfe3bdb8ca..0b2b392c6f06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,18 +8,18 @@
name=qbittorrent
pkgname=${name}-qt4
-pkgver=3.3.12
+pkgver=3.3.13
pkgrel=1
pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library"
arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org"
+url="https://www.qbittorrent.org"
license=('custom' 'GPL')
depends=('libtorrent-rasterbar' 'qt4' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
makedepends=('boost' 'qt4')
optdepends=('python: needed for torrent search tab')
conflicts=(${name})
install=$pkgname.install
-source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$name-$pkgver.tar.xz")
+source=("https://downloads.sourceforge.net/sourceforge/qbittorrent/$name-$pkgver.tar.xz")
build() {
cd $name-$pkgver
@@ -34,4 +34,4 @@ package() {
make INSTALL_ROOT="$pkgdir/" install
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$name/COPYING
}
-md5sums=('2537a5afa16e2b9b86e88412dc59f7fb')
+md5sums=('4a61d9d3703b4bdbb7d9e8126a6cd5a8')