summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahendrie2021-10-25 23:02:13 -0800
committerjahendrie2021-10-25 23:02:13 -0800
commit55bd061b3d7504fa8557bff3e1bdbeb88080c882 (patch)
tree154f9bec250d8b2dc3b95d236b412ad983e1dee4
parent4a184d3e31e6217ebfc75b5914e5d3ea7c81c752 (diff)
downloadaur-55bd061b3d7504fa8557bff3e1bdbeb88080c882.tar.gz
Added ability to specify YDL module in config
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 841ba0e9fa3b..fa5e240567ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
diff --git a/PKGBUILD b/PKGBUILD
index fa8e559373ee..48c25efdb4b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {