summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahendrie2019-10-02 09:58:23 -0800
committerjahendrie2019-10-02 09:58:23 -0800
commitcb29995da0e06619eb3de40d3f51ea46fde16fa1 (patch)
tree4428766ea05ce383f689acbbfde693aca85982fd
parent08374100d801053eeaa904d05261549066cd2e1b (diff)
downloadaur-cb29995da0e06619eb3de40d3f51ea46fde16fa1.tar.gz
Fixed a bug with writing profiles
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80b594f6330d..295080c90d92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qytdl
pkgdesc = Basic PyQt5 frontend to Youtube-DL
- pkgver = 1.01
+ pkgver = 1.02
pkgrel = 1
url = https://github.com/jahendrie/qytdl
arch = any
@@ -10,8 +10,8 @@ pkgbase = qytdl
depends = python-pyqt5>=5.13
depends = pyqt5-common>=5.13
depends = youtube-dl
- source = http://www.someplacedumb.net/content/progs/qytdl/qytdl-1.01.tar.xz
- md5sums = b6b0a62aa8156a5f0368aaedff4c6814
+ source = http://www.someplacedumb.net/content/progs/qytdl/qytdl-1.02.tar.xz
+ md5sums = 369f492c4a2405508a7e71d418a50143
pkgname = qytdl
diff --git a/PKGBUILD b/PKGBUILD
index b848978f1526..35e1bea6fa3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: James Hendrie <hendrie.james@gmail.com>
pkgname=qytdl
-pkgver=1.01
+pkgver=1.02
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=('b6b0a62aa8156a5f0368aaedff4c6814')
+md5sums=('369f492c4a2405508a7e71d418a50143')
validpgpkeys=()
package() {