diff options
author | jahendrie | 2021-12-19 04:25:58 -0900 |
---|---|---|
committer | jahendrie | 2021-12-19 04:25:58 -0900 |
commit | c938569876e76c1fbc6bd7bc856465a9ff3cdc9a (patch) | |
tree | d270ad87039e64f02129661c364055e055f5cebd | |
parent | 55bd061b3d7504fa8557bff3e1bdbeb88080c882 (diff) | |
download | aur-c938569876e76c1fbc6bd7bc856465a9ff3cdc9a.tar.gz |
Fixed a bug with the progress bar that caused crashes
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = qytdl pkgdesc = Basic PyQt5 frontend to Youtube-DL - pkgver = 1.4 + pkgver = 1.41 pkgrel = 1 url = https://github.com/jahendrie/qytdl arch = any @@ -9,7 +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.4.tar.xz - md5sums = 3345e1fe32779df48a162ff57267b650 + source = http://www.someplacedumb.net/content/progs/qytdl/qytdl-1.41.tar.xz + md5sums = c4e18a3f0a364f3dc08041941839bb55 pkgname = qytdl @@ -1,6 +1,6 @@ # Maintainer: James Hendrie <hendrie.james@gmail.com> pkgname=qytdl -pkgver=1.4 +pkgver=1.41 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=('3345e1fe32779df48a162ff57267b650') +md5sums=('c4e18a3f0a364f3dc08041941839bb55') validpgpkeys=() package() { |