summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFFY002018-05-19 13:00:08 +0100
committerFFY002018-05-19 13:00:08 +0100
commit9ffa2edbe4b16a1fabb8f51679ef64211ed4aeb9 (patch)
tree85bb35535c0de36e162136d1cca3ccc7bbe123f7 /PKGBUILD
parent7321e47bd1879b7d23f5807d7774aae88713c8e0 (diff)
downloadaur-9ffa2edbe4b16a1fabb8f51679ef64211ed4aeb9.tar.gz
pkgbuild: update license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 321828042912..8bafb8e0c605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
+# Maintainer: FFY00 <filipe.lains@gmail.com>
+
pkgname=tribler
pkgver=7.0.2
-_pkgver=${pkgver}
pkgrel=1
pkgdesc="Privacy enhanced BitTorrent client with P2P content discovery"
url="http://www.tribler.org/"
arch=(any)
-license=('LGPL')
+license=('LGPL3')
depends=('python2-cryptography' 'python2-feedparser' 'python2-apsw' 'python2-cherrypy' 'python2-plyvel' 'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 'python2-feedparser' 'python2-chardet' 'python2-psutil' 'python2-meliae'
'python2-decorator' 'python2-netifaces' 'python2-requests' 'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 'python2-m2crypto' 'python2-configobj' 'python2-matplotlib')
optdepends=('vlc: for internal video player')
makedepends=('python2-setuptools')
-source=("https://github.com/Tribler/tribler/releases/download/v${_pkgver}/Tribler-v${_pkgver}.tar.xz")
+source=("https://github.com/Tribler/tribler/releases/download/v${pkgver}/Tribler-v${pkgver}.tar.xz")
md5sums=('4273969881196dba1130df6f21e8eb18')
build () {