summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2022-03-08 08:49:55 +0100
committerFrederic Bezies2022-03-08 08:49:55 +0100
commitc2f287b0dd86bdf47fbd31ad4dbf326208ccbde1 (patch)
treec657c9602266e651b2b7e1fdbdf9acaa0a6a7e11 /PKGBUILD
parentfa92cd0ef8fcd6d18a84ac37502c6666f4f6c877 (diff)
downloadaur-c2f287b0dd86bdf47fbd31ad4dbf326208ccbde1.tar.gz
2.7.3 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f20e15a82ac4..2bbcd187334a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,16 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=electorrent
-pkgver=2.7.2
+pkgver=2.7.3
pkgrel=1
pkgdesc="A remote control client for µTorrent, qBittorrent, rTorrent, Transmission, Synology & Deluge"
arch=('x86_64')
url='https://github.com/Tympanix/Electorrent'
license=('GPL3')
-depends=('gtk3'
- 'nss'
- 'libxss')
+depends=('gtk3' 'nss' 'libxss' 'python2')
makedepends=('gendesk' 'npm' 'libicns' 'graphicsmagick' 'gulp')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tympanix/Electorrent/archive/v${pkgver}.tar.gz")
-sha256sums=('efe72a668636197a43e59db067e22ebbf931760490baeb058ea96d38302fdaa4')
+sha256sums=('e4c3525d23c1454ea6511def7fb1688fea11a275e49f36a6ead25e2083dacb60')
build() {
cd "Electorrent-${pkgver}"