diff options
author | jahendrie | 2021-10-25 23:02:13 -0800 |
---|---|---|
committer | jahendrie | 2021-10-25 23:02:13 -0800 |
commit | 55bd061b3d7504fa8557bff3e1bdbeb88080c882 (patch) | |
tree | 154f9bec250d8b2dc3b95d236b412ad983e1dee4 | |
parent | 4a184d3e31e6217ebfc75b5914e5d3ea7c81c752 (diff) | |
download | aur-55bd061b3d7504fa8557bff3e1bdbeb88080c882.tar.gz |
Added ability to specify YDL module in config
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = qytdl pkgdesc = Basic PyQt5 frontend to Youtube-DL - pkgver = 1.3 + pkgver = 1.4 pkgrel = 1 url = https://github.com/jahendrie/qytdl arch = any @@ -9,8 +9,7 @@ pkgbase = qytdl depends = python>=3.8 depends = python-pyqt5>=5.13 depends = youtube-dl - source = http://www.someplacedumb.net/content/progs/qytdl/qytdl-1.3.tar.xz - md5sums = a8a243578a43324e508b213900c4a591 + source = http://www.someplacedumb.net/content/progs/qytdl/qytdl-1.4.tar.xz + md5sums = 3345e1fe32779df48a162ff57267b650 pkgname = qytdl - @@ -1,6 +1,6 @@ # Maintainer: James Hendrie <hendrie.james@gmail.com> pkgname=qytdl -pkgver=1.3 +pkgver=1.4 pkgrel=1 epoch= pkgdesc="Basic PyQt5 frontend to Youtube-DL" @@ -21,7 +21,7 @@ install= changelog= source=("http://www.someplacedumb.net/content/progs/$pkgname/$pkgname-$pkgver.tar.xz") noextract=() -md5sums=('a8a243578a43324e508b213900c4a591') +md5sums=('3345e1fe32779df48a162ff57267b650') validpgpkeys=() package() { |