summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGr3q2022-01-03 17:46:18 +0000
committerGr3q2022-01-03 17:46:18 +0000
commitff79f8465569e813981bcc4db926d31c6514254a (patch)
tree8fa6c452586509ece2a64e1bd8f6be44a5c570de
parent5c8c9406851595a7cc98daab769d5fd65faaaa7c (diff)
downloadaur-ff79f8465569e813981bcc4db926d31c6514254a.tar.gz
Update to 1.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a21bf827c760..22fbfdf68f99 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.1
+ pkgver = 1.8.2
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.1.tar.gz
- sha512sums = 0871f1944e9a81570f02c040d43f6dd06c883f27451d57b697f277a9be0fb21655c757bcbe961a04ed16e9329f3502cbe740d7734842a0031af9bb3156d7fbc7
+ source = https://github.com/oleksis/youtube-dl-gui/archive/refs/tags/v1.8.2.tar.gz
+ sha512sums = c231f4f615cb9331ed7dd6ad8f850596e04e5d6759d18b25704a1605ce47697a3f28f3eb1d64bf35e2d66ea05ea3ed256c20c80fd83c2ddb66689975fdda446f
pkgname = yt-dlg
diff --git a/PKGBUILD b/PKGBUILD
index c1fa9e3171cb..ac583e64895d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=yt-dlg
pkgname=$_pkgname
-pkgver=1.8.1
+pkgver=1.8.2
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=('0871f1944e9a81570f02c040d43f6dd06c883f27451d57b697f277a9be0fb21655c757bcbe961a04ed16e9329f3502cbe740d7734842a0031af9bb3156d7fbc7')
+sha512sums=('c231f4f615cb9331ed7dd6ad8f850596e04e5d6759d18b25704a1605ce47697a3f28f3eb1d64bf35e2d66ea05ea3ed256c20c80fd83c2ddb66689975fdda446f')
package() {
cd youtube-dl-gui-"${pkgver}"