summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahendrie2019-10-02 03:52:50 -0800
committerjahendrie2019-10-02 03:52:50 -0800
commit08374100d801053eeaa904d05261549066cd2e1b (patch)
treee83cf7981562741340449c6833646311e17ce20d
parent3560fd9f4ab70a2c283a6cda0203b2780e912112 (diff)
downloadaur-08374100d801053eeaa904d05261549066cd2e1b.tar.gz
Fixed a bug with the .desktop file
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e8c4b67f1b1..80b594f6330d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qytdl
pkgdesc = Basic PyQt5 frontend to Youtube-DL
- pkgver = 1.0
+ pkgver = 1.01
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.0.tar.xz
- md5sums = 8d45a345bf73667b62305145be95812f
+ source = http://www.someplacedumb.net/content/progs/qytdl/qytdl-1.01.tar.xz
+ md5sums = b6b0a62aa8156a5f0368aaedff4c6814
pkgname = qytdl
diff --git a/PKGBUILD b/PKGBUILD
index 4e85dceda392..b848978f1526 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: James Hendrie <hendrie.james@gmail.com>
pkgname=qytdl
-pkgver=1.0
+pkgver=1.01
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=('8d45a345bf73667b62305145be95812f')
+md5sums=('b6b0a62aa8156a5f0368aaedff4c6814')
validpgpkeys=()
package() {