summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahendrie2018-01-20 17:13:29 -0900
committerjahendrie2018-01-20 17:13:29 -0900
commitd6e4a9f5c93d92c129b5d86f544d4213b33a33a3 (patch)
tree5a57e4bb77e4fd07289044de1122dd89f7d01dbd
parent098e44f79614ac3d75a8112b31091ed7a62e55c7 (diff)
downloadaur-d6e4a9f5c93d92c129b5d86f544d4213b33a33a3.tar.gz
Fixed config creation bug
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 729faf29ffb9..ac7074a4a8b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qytdl
pkgdesc = Basic PyQt5 frontend to Youtube-DL
- pkgver = 0.9
- pkgrel = 2
+ pkgver = 0.92
+ pkgrel = 1
url = https://github.com/jahendrie/qytdl
arch = any
license = GPL3
@@ -10,8 +10,8 @@ pkgbase = qytdl
depends = python-pyqt5>=5.6
depends = pyqt5-common>=5.6
depends = youtube-dl
- source = http://www.someplacedumb.net/content/progs/qytdl/qytdl-0.9.tar.gz
- md5sums = 8cefba7b352c4594677589393884b0aa
+ source = http://www.someplacedumb.net/content/progs/qytdl/qytdl-0.92.tar.gz
+ md5sums = d6b8b61ccf04686145cd9576f0f6f896
pkgname = qytdl
diff --git a/PKGBUILD b/PKGBUILD
index 161574b152ac..d0fb0069f447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James Hendrie <hendrie.james@gmail.com>
pkgname=qytdl
-pkgver=0.9
-pkgrel=2
+pkgver=0.92
+pkgrel=1
epoch=
pkgdesc="Basic PyQt5 frontend to Youtube-DL"
arch=('any')
@@ -21,7 +21,7 @@ install=
changelog=
source=("http://www.someplacedumb.net/content/progs/$pkgname/$pkgname-$pkgver.tar.gz")
noextract=()
-md5sums=('8cefba7b352c4594677589393884b0aa')
+md5sums=('d6b8b61ccf04686145cd9576f0f6f896')
validpgpkeys=()
package() {