summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-03-27 15:51:30 +0200
committerMarcell Meszaros2022-03-27 15:51:30 +0200
commit697272af5e067f453945c0cdef1b7b4739671369 (patch)
treea24ca9b4f43d1e69a5e01e36d1205e8ba92aae36
parente2ea742cdf8bd33e62255bc5aa24dcbb604bb971 (diff)
downloadaur-697272af5e067f453945c0cdef1b7b4739671369.tar.gz
fix license again
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8c06f69a9cb..dd8f69978f12 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.r3.g780ad2c06
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/c0re100/qBittorrent-Enhanced-Edition
arch = arm
arch = armv6h
@@ -9,7 +9,7 @@ pkgbase = qbittorrent-enhanced-qt5-git
arch = aarch64
arch = i686
arch = x86_64
- license = custom:GPL_with_OpenSSL_exception
+ license = custom:GPL2_with_OpenSSL_exception
makedepends = boost
makedepends = cmake
makedepends = ninja
diff --git a/PKGBUILD b/PKGBUILD
index ff704968cad1..71d657791d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname='qbittorrent-enhanced-qt5-git'
pkgver=4.4.2.10.r3.g780ad2c06
-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=('custom:GPL_with_OpenSSL_exception')
+license=('custom:GPL2_with_OpenSSL_exception')
depends=('dbus'
'gcc-libs'
'glibc'