[arch-commits] Commit in tribler/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Wed Sep 18 12:40:40 UTC 2019


    Date: Wednesday, September 18, 2019 @ 12:40:39
  Author: ffy00
Revision: 511050

upgpkg: tribler 7.3.0-1

Modified:
  tribler/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-18 12:40:34 UTC (rev 511049)
+++ PKGBUILD	2019-09-18 12:40:39 UTC (rev 511050)
@@ -1,14 +1,13 @@
 # Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
 
 pkgname=tribler
-_pkgver=7.2.2
-pkgver=${_pkgver//-/_}
-pkgrel=4
+pkgver=7.3.0
+pkgrel=1
 pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
 url='https://www.tribler.org'
 arch=('any')
 license=('LGPL3')
-depends=('python2-cryptography' 'python2-cherrypy'
+depends=('python2-cryptography' 'python2-cherrypy' 'python2-lz4'
          'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 'python2-chardet'
          'python2-psutil' 'python2-meliae' 'python2-decorator' 'python2-netifaces'
          'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 'python2-configobj'
@@ -16,8 +15,8 @@
          'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 'python2-networkx'
          'python2-m2crypto' 'python2-apsw' 'python2-plyvel' 'python2-feedparser')
 makedepends=('python2-setuptools' 'git')
-source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz")
-sha512sums=('71bf94359049d4be446f967091b7bd3880f0960b4bec52b26b259c52d8ca3eac3579f3548e368413d71b275d0ac7715f6bfb6d30debf5202d387e6199a462234')
+source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.xz")
+sha512sums=('3c9cb138f80e5ce8cd6273f9bc3c4f08ca8ec7b187dc9ef128aaed1343e859048e58361ee223da085056affd35ce0af2641408b683e74281d184def62a979c8a')
 
 prepare() {
   cd $pkgname
@@ -27,7 +26,7 @@
   sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
 
   # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${_pkgver%_*}\"|g" \
+  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}-arch\"|g" \
       -e "s|build_date =.*|build_date = \"$(date)\"|g" \
         -i Tribler/Core/version.py
 }



More information about the arch-commits mailing list