summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGr3q2022-12-13 21:38:50 +0000
committerGr3q2022-12-13 21:38:50 +0000
commit899e4d822565cc94e59137aa1374aa3a57b80475 (patch)
tree4b3d44e850f575caf9d1150bac9a1a930d7668be
parent3e8eab6766f9cb2db68142d72ce48f8949591a2c (diff)
downloadaur-899e4d822565cc94e59137aa1374aa3a57b80475.tar.gz
Update to 1.8.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c518977c1a3f..1b31c48cf180 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.3
- pkgrel = 2
+ pkgdesc = A cross platform front-end GUI of the popular yt-dlp written in wxPython (maintained fork of youtube-dl-gui)
+ pkgver = 1.8.4
+ pkgrel = 1
url = https://github.com/oleksis/youtube-dl-gui
arch = any
license = custom:UNLICENSE
@@ -18,7 +18,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.3.tar.gz
- sha512sums = f56adb25baea489f21a57a5513d95e656835429b4512e49d848076afaa60fa356d3468cd5460fcc6e6f311bf605d959a78b4277a0ab272903dde25c2cc87ca8e
+ source = https://github.com/oleksis/youtube-dl-gui/archive/refs/tags/v1.8.4.tar.gz
+ sha512sums = 906474132746da9f80d361992bfa562b845ed305bbb0077359c8b43a8a82ed90d2144c3c33431183c8d3454b7a59bb4cc107cfa69f115c126b3a006210d8a8b7
pkgname = yt-dlg
diff --git a/PKGBUILD b/PKGBUILD
index 412caa314180..5629051af398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=yt-dlg
pkgname=$_pkgname
-pkgver=1.8.3
-pkgrel=2
-pkgdesc="A cross platform front-end GUI of the popular youtube-dl written in wxPython (maintained fork of youtube-dl-gui)"
+pkgver=1.8.4
+pkgrel=1
+pkgdesc="A cross platform front-end GUI of the popular yt-dlp written in wxPython (maintained fork of youtube-dl-gui)"
arch=('any')
url="https://github.com/oleksis/youtube-dl-gui"
license=('custom:UNLICENSE')
@@ -25,7 +25,7 @@ makedepends=(
provides=($_pkgname)
conflicts=($_pkgname youtube-dl-gui)
source=(https://github.com/oleksis/youtube-dl-gui/archive/refs/tags/v"${pkgver}".tar.gz)
-sha512sums=('f56adb25baea489f21a57a5513d95e656835429b4512e49d848076afaa60fa356d3468cd5460fcc6e6f311bf605d959a78b4277a0ab272903dde25c2cc87ca8e')
+sha512sums=('906474132746da9f80d361992bfa562b845ed305bbb0077359c8b43a8a82ed90d2144c3c33431183c8d3454b7a59bb4cc107cfa69f115c126b3a006210d8a8b7')
build() {