summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-01-10 22:57:58 +0300
committerIgor Dyatlov2022-01-10 22:57:58 +0300
commitcda9f3b00164953f49c058843e8c93f8f22128fe (patch)
treef2976d3263b3653452fd63374987a4dea294e902
parente5e9112338e0b58c92b18b0718b167f0e33bba40 (diff)
downloadaur-cda9f3b00164953f49c058843e8c93f8f22128fe.tar.gz
Updates
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90eda6cc2dd7..66703b24437e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
pkgbase = twitch-dl
pkgdesc = Twitch video downloader that use multiple concurrent connections
pkgver = 1.17.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ihabunek/twitch-dl
arch = any
license = GPL3
checkdepends = python-pytest
makedepends = python-setuptools
+ makedepends = python-wheel
depends = python
depends = python-m3u8
depends = python-requests
depends = ffmpeg
+ optdepends = twine
provides = twitch-dl-bin
conflicts = twitch-dl-bin
source = https://github.com/ihabunek/twitch-dl/archive/1.17.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index df753ac9e526..f2b767905789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=twitch-dl
pkgver=1.17.0
-pkgrel=1
+pkgrel=2
pkgdesc="Twitch video downloader that use multiple concurrent connections"
arch=(any)
url="https://github.com/ihabunek/twitch-dl"
license=('GPL3')
depends=('python' 'python-m3u8' 'python-requests' 'ffmpeg')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-wheel')
+optdepends=('twine')
checkdepends=('python-pytest')
provides=('twitch-dl-bin')
conflicts=('twitch-dl-bin')