summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahendrie2018-01-12 04:54:32 -0900
committerjahendrie2018-01-12 04:54:32 -0900
commit098e44f79614ac3d75a8112b31091ed7a62e55c7 (patch)
tree2c943c2f09826f00666b146be4ccc159d8840669
parentf57d3382ccb39afaf26352653de457eff41ab61a (diff)
downloadaur-098e44f79614ac3d75a8112b31091ed7a62e55c7.tar.gz
Reordered the file menu a bit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c2a2c38f9e5..729faf29ffb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qytdl
pkgdesc = Basic PyQt5 frontend to Youtube-DL
pkgver = 0.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jahendrie/qytdl
arch = any
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = qytdl
depends = pyqt5-common>=5.6
depends = youtube-dl
source = http://www.someplacedumb.net/content/progs/qytdl/qytdl-0.9.tar.gz
- md5sums = b81c34770600ae153e8179572f05092b
+ md5sums = 8cefba7b352c4594677589393884b0aa
pkgname = qytdl
diff --git a/PKGBUILD b/PKGBUILD
index 25f30d1a9715..161574b152ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James Hendrie <hendrie.james@gmail.com>
pkgname=qytdl
pkgver=0.9
-pkgrel=1
+pkgrel=2
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=('b81c34770600ae153e8179572f05092b')
+md5sums=('8cefba7b352c4594677589393884b0aa')
validpgpkeys=()
package() {