summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahendrie2021-12-19 04:25:58 -0900
committerjahendrie2021-12-19 04:25:58 -0900
commitc938569876e76c1fbc6bd7bc856465a9ff3cdc9a (patch)
treed270ad87039e64f02129661c364055e055f5cebd
parent55bd061b3d7504fa8557bff3e1bdbeb88080c882 (diff)
downloadaur-c938569876e76c1fbc6bd7bc856465a9ff3cdc9a.tar.gz
Fixed a bug with the progress bar that caused crashes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa5e240567ac..300c5bf5a13e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 48c25efdb4b8..73dc2e7c3ec5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {