summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Suratov2019-05-03 22:25:00 +0300
committerVladislav Suratov2019-05-03 22:25:00 +0300
commit8491faad7f200928d25ce545ac8a75362c37111c (patch)
treec3d85f273173c5690fd1248adb2b3f3a87c8ab16
parentced9a171b1a01de6f77f07b996be5fdb4b7884e9 (diff)
downloadaur-8491faad7f200928d25ce545ac8a75362c37111c.tar.gz
Change dark theme with libqdark
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 594611f36403..a52c3671265e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qbittorrent-dark-git
pkgdesc = A dark version of bittorrent client powered by C++, Qt5 and the good libtorrent library (development version)
- pkgver = 4.1.5.r804.gd42fedc6d
+ pkgver = 4.1.5.r805.g2c438e9d1
pkgrel = 1
url = http://www.qbittorrent.org/
arch = i686
@@ -12,6 +12,7 @@ pkgbase = qbittorrent-dark-git
makedepends = qt5-tools
depends = libtorrent-rasterbar
depends = qt5-base
+ depends = libqdark-git
optdepends = python: needed for torrent search tab
provides = qbittorrent
conflicts = qbittorrent
diff --git a/PKGBUILD b/PKGBUILD
index d22e672640a1..b4ea99f7753f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: degreeme <suratovvlad@gmail.com>
pkgname=qbittorrent-dark-git
-pkgver=4.1.5.r804.gd42fedc6d
+pkgver=4.1.5.r805.g2c438e9d1
pkgrel=1
pkgdesc="A dark version of bittorrent client powered by C++, Qt5 and the good libtorrent library (development version)"
arch=('i686' 'x86_64')
url="http://www.qbittorrent.org/"
license=('custom' 'GPL')
-depends=('libtorrent-rasterbar' 'qt5-base')
+depends=('libtorrent-rasterbar' 'qt5-base' 'libqdark-git')
makedepends=('boost' 'git' 'qt5-tools')
optdepends=('python: needed for torrent search tab')
conflicts=('qbittorrent' 'qbittorrent-git' 'qbittorrent-stable-git')