summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGr3q2022-02-05 10:58:31 +0000
committerGr3q2022-02-05 10:58:31 +0000
commit9be3a31503b6e6baf1139b9b15e4fe848b2d7a7a (patch)
treed698c19d3195894418eaa4a9d62d1fea544711a3
parentff79f8465569e813981bcc4db926d31c6514254a (diff)
downloadaur-9be3a31503b6e6baf1139b9b15e4fe848b2d7a7a.tar.gz
Update to 1.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22fbfdf68f99..e375caeaddd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yt-dlg
pkgdesc = A cross platform front-end GUI of the popular youtube-dl written in wxPython (maintained fork of youtube-dl-gui)
- pkgver = 1.8.2
+ pkgver = 1.8.3
pkgrel = 1
url = https://github.com/oleksis/youtube-dl-gui
arch = any
@@ -16,7 +16,7 @@ pkgbase = yt-dlg
provides = yt-dlg
conflicts = yt-dlg
conflicts = youtube-dl-gui
- source = https://github.com/oleksis/youtube-dl-gui/archive/refs/tags/v1.8.2.tar.gz
- sha512sums = c231f4f615cb9331ed7dd6ad8f850596e04e5d6759d18b25704a1605ce47697a3f28f3eb1d64bf35e2d66ea05ea3ed256c20c80fd83c2ddb66689975fdda446f
+ source = https://github.com/oleksis/youtube-dl-gui/archive/refs/tags/v1.8.3.tar.gz
+ sha512sums = f56adb25baea489f21a57a5513d95e656835429b4512e49d848076afaa60fa356d3468cd5460fcc6e6f311bf605d959a78b4277a0ab272903dde25c2cc87ca8e
pkgname = yt-dlg
diff --git a/PKGBUILD b/PKGBUILD
index ac583e64895d..f60e5328ff4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=yt-dlg
pkgname=$_pkgname
-pkgver=1.8.2
+pkgver=1.8.3
pkgrel=1
pkgdesc="A cross platform front-end GUI of the popular youtube-dl written in wxPython (maintained fork of youtube-dl-gui)"
arch=('any')
@@ -19,7 +19,7 @@ makedepends=('git' 'python-polib' 'python-setuptools')
provides=($_pkgname)
conflicts=($_pkgname youtube-dl-gui)
source=(https://github.com/oleksis/youtube-dl-gui/archive/refs/tags/v"${pkgver}".tar.gz)
-sha512sums=('c231f4f615cb9331ed7dd6ad8f850596e04e5d6759d18b25704a1605ce47697a3f28f3eb1d64bf35e2d66ea05ea3ed256c20c80fd83c2ddb66689975fdda446f')
+sha512sums=('f56adb25baea489f21a57a5513d95e656835429b4512e49d848076afaa60fa356d3468cd5460fcc6e6f311bf605d959a78b4277a0ab272903dde25c2cc87ca8e')
package() {
cd youtube-dl-gui-"${pkgver}"