summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahendrie2022-11-02 04:19:27 -0800
committerjahendrie2022-11-02 04:19:27 -0800
commitd227877659417a124406b59129474d252b9efde6 (patch)
tree8e471645a4a71b98da271b9833200287ffa4b4e5
parent29c249443072c35e56e089e8f8a1be62a5be52ef (diff)
downloadaur-qytdl.tar.gz
Fixed profile generation bug, added option to skip config check
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab516367d5af..881ac00c6a22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qytdl
pkgdesc = Basic PyQt5 frontend to Youtube-DL
- pkgver = 1.5
+ pkgver = 1.6
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 = https://github.com/jahendrie/qytdl/releases/download/1.5/qytdl-1.5.tar.xz
- md5sums = bb4d9d022c0d019d79057a84992da8df
+ source = https://github.com/jahendrie/qytdl/releases/download/1.6/qytdl-1.6.tar.xz
+ md5sums = f7e1b29b33ae51561599231e03271f9f
pkgname = qytdl
diff --git a/PKGBUILD b/PKGBUILD
index 537c497f653e..29917962b1a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: James Hendrie <hendrie.james@gmail.com>
pkgname=qytdl
-pkgver=1.5
+pkgver=1.6
pkgrel=1
epoch=
pkgdesc="Basic PyQt5 frontend to Youtube-DL"
@@ -21,7 +21,7 @@ install=
changelog=
source=("https://github.com/jahendrie/qytdl/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
noextract=()
-md5sums=('bb4d9d022c0d019d79057a84992da8df')
+md5sums=('f7e1b29b33ae51561599231e03271f9f')
validpgpkeys=()
package() {