summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-03-26 14:02:31 +0100
committerMarcell Meszaros2022-03-26 14:14:03 +0100
commitca717f780f3f4757e9ea6e1fbb2b8c586eedd24f (patch)
treeddd152fb945d19f2f0b71b904fd84a2cf765b9e4
parente71cb320a186023f99faf34bb72b62a0fe2bc649 (diff)
downloadaur-ca717f780f3f4757e9ea6e1fbb2b8c586eedd24f.tar.gz
fix license
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55ae10f6ee2e..4032d346b105 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qbittorrent-enhanced-qt5-git
pkgdesc = Bittorrent client using Qt5 and libtorrent-rasterbar, Enhanced Edition mod
pkgver = 4.4.2.10.r0.gdb18496c9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/c0re100/qBittorrent-Enhanced-Edition
arch = arm
arch = armv6h
@@ -9,8 +9,7 @@ pkgbase = qbittorrent-enhanced-qt5-git
arch = aarch64
arch = i686
arch = x86_64
- license = GPL
- license = custom
+ license = custom:GPL with OpenSSL exception
makedepends = boost
makedepends = cmake
makedepends = qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index 29bdd3478267..a4aea887b169 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=qbittorrent-enhanced-qt5-git
pkgver=4.4.2.10.r0.gdb18496c9
-pkgrel=1
+pkgrel=2
pkgdesc='Bittorrent client using Qt5 and libtorrent-rasterbar, Enhanced Edition mod'
arch=('arm' 'armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64')
url='https://github.com/c0re100/qBittorrent-Enhanced-Edition'
-license=('GPL' 'custom')
+license=('custom:GPL with OpenSSL exception')
depends=('dbus'
'gcc-libs'
'glibc'