summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew2023-01-30 15:51:15 +0600
committerAndrew2023-01-30 15:51:15 +0600
commite6fe8ecaf67de8c37f0c953dce21ac60ced6e210 (patch)
treeb961725430ee7942a12c51bae508cd45145ac905
parenteb47620898ad922639b17d665cd0c00a5f11f40f (diff)
downloadaur-e6fe8ecaf67de8c37f0c953dce21ac60ced6e210.tar.gz
Improved error messages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab79fc2a94d8..c87439dc8ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ytdownloader-gui
pkgdesc = GUI video downloader supporting hundreds of sites
- pkgver = 3.10.6
+ pkgver = 3.11.0
pkgrel = 1
url = https://github.com/aandrew-me/ytDownloader
arch = any
@@ -13,7 +13,7 @@ pkgbase = ytdownloader-gui
depends = ffmpeg
depends = electron
conflicts = ytdownloader-gui
- source = ytdownloader-gui-3.10.6::https://github.com/aandrew-me/ytDownloader/archive/refs/tags/v3.10.6.tar.gz
+ source = ytdownloader-gui-3.11.0::https://github.com/aandrew-me/ytDownloader/archive/refs/tags/v3.11.0.tar.gz
source = ytdownloader-gui.sh
source = ytdownloader-gui.desktop
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5f8d643f1cbc..81fa42983f83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Andrew <aandrew.me@pm.me>
pkgname="ytdownloader-gui"
-pkgver=3.10.6
+pkgver=3.11.0
pkgrel=1
pkgdesc="GUI video downloader supporting hundreds of sites"
arch=('any')